You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 week ago | |
|---|---|---|
| .. | ||
| README.md | 1 week ago | |
| mock_connection.go | 1 week ago | |
| test_helpers.go | 1 week ago | |
README.md
Test Utilities
This package provides test utilities and mock objects for testing nnet.
Mock Objects
MockConnection: Mock connection interfaceMockServer: Mock server interfaceMockRouter: Mock router interface
Test Helpers
NewTestServer(): Create a test serverNewTestClient(): Create a test clientNewTestContext(): Create a test context