Skip to content

Netmockery is a simple system for simulating network services

License

Notifications You must be signed in to change notification settings

helsenorge/netmockery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netmockery is a simple system for simulating network services.

The end user documentation is a work in progress.

Build Status

BUILDING AND TESTING

.NET Core:

cd UnitTests
dotnet restore -r netcoreapp1.1
dotnet test -f netcoreapp1.1

.NET Framework 4.6.2:

cd UnitTests
dotnet restore -r net462
dotnet test -f net462

DEPLOYMENT PACKAGES

dotnet publish -f netcoreapp1.1
dotnet publish -f net462

About

Netmockery is a simple system for simulating network services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Shell 0.1%