- Language: C# 6.0
- Runtime: Mono, .NET Framework
- Test Framework: Machine.Specifications
See release notes in each release.
nuget restore ./TcpPing.sln
xbuild /p:Configuration=Release ./TcpPing.sln
- First install Machine.Specifications.Runner.Console with nuget
nuget install Machine.Specifications.Runner.Console
Assume that it is installed to ./Machine.Specifications.Runner.Console/
- Then build the test project in Release mode.
nuget restore ./TcpPing.sln
xbuild /p:Configuration=Release ./TcpPingTest/TcpPingTest.csproj
Assume that the result is ./TcpPingTest/bin/Release/TcpPingTest.dll
- Finally run tests in TcpPingTest.dll
mono ./Machine.Specifications.Runner.Console*/tools/mspec.exe ./TcpPingTest/bin/Release/TcpPingTest.dll
- OS X
- Windows
See issues.