DefaultConfiguration returns the default configuration for the httptest.
()
| 92 | |
| 93 | // DefaultConfiguration returns the default configuration for the httptest. |
| 94 | func DefaultConfiguration() *Configuration { |
| 95 | return &Configuration{URL: "", Debug: false, LogLevel: "disable"} |
| 96 | } |
| 97 | |
| 98 | // New Prepares and returns a new test framework based on the "app". |
| 99 | // Usage: |
no outgoing calls
no test coverage detected
searching dependent graphs…