Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConditionalError ¶
ConditionalError checks if expectError is true, asserts that err is an error If expectError is false, asserts that err is nil
func ConditionalPanic ¶
ConditionalPanic checks if expectPanic is true, asserts that sut (system under test) panics. If expectPanic is false, asserts that sut does not panic. returns true if sut panics and false it it does not
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.