Documentation
¶
Index ¶
Constants ¶
View Source
const KWTestPDUData = KnownKey("pduData")
Variables ¶
View Source
var PDUMatcher = func(value any) bool {
_, ok := value.(PDU)
return ok
}
View Source
var StartTime = time.Time{}
Functions ¶
This section is empty.
Types ¶
type AssertionError ¶
type AssertionError struct {
Message string
}
func (AssertionError) Error ¶
func (a AssertionError) Error() string
Click to show internal directories.
Click to hide internal directories.