Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolSubject ¶
type BoolSubject struct {
// contains filtered or unexported fields
}
func (BoolSubject) IsFalse ¶
func (bs BoolSubject) IsFalse()
func (BoolSubject) IsTrue ¶
func (bs BoolSubject) IsTrue()
type ErrorSubject ¶
type ErrorSubject struct {
// contains filtered or unexported fields
}
func (ErrorSubject) IsNil ¶
func (es ErrorSubject) IsNil()
func (ErrorSubject) IsNotNil ¶
func (es ErrorSubject) IsNotNil()
func (ErrorSubject) IsUnexpected ¶
func (es ErrorSubject) IsUnexpected()
type Harness ¶
type Harness struct {
// contains filtered or unexported fields
}
func (Harness) Error ¶
func (h Harness) Error(value error) ErrorSubject
func (Harness) String ¶
func (h Harness) String(label, value string) StringSubject
type IntSubject ¶
type IntSubject struct {
// contains filtered or unexported fields
}
func (IntSubject) Equals ¶
func (is IntSubject) Equals(value int)
type StringSubject ¶
type StringSubject struct {
// contains filtered or unexported fields
}
func (StringSubject) Contains ¶
func (ss StringSubject) Contains(value string)
func (StringSubject) Equals ¶
func (ss StringSubject) Equals(value string)
func (StringSubject) NotBlank ¶
func (ss StringSubject) NotBlank()
func (StringSubject) NotEquals ¶
func (ss StringSubject) NotEquals(value string)
Click to show internal directories.
Click to hide internal directories.