Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertError ¶
func AssertError(t *testing.T, actualResponse *httptest.ResponseRecorder, expectedErrorCode int, expectedMessageAndDetails ...string)
AssertError asserts that the provided response contains the expected error
Types ¶
type UnitTestSuite ¶
type UnitTestSuite struct { suite.Suite Config *configuration.Config }
UnitTestSuite is the base test suite for unit tests.
func (*UnitTestSuite) SetupSuite ¶
func (s *UnitTestSuite) SetupSuite()
SetupSuite sets the suite up and sets testmode.
func (*UnitTestSuite) TearDownSuite ¶
func (s *UnitTestSuite) TearDownSuite()
TearDownSuite tears down the test suite.
Click to show internal directories.
Click to hide internal directories.