Documentation
¶
Index ¶
- func DisplayFailMessage(msg string, space int)
- func DisplaySuccessMessage(msg string, space int)
- func DisplayTestFile(filename string, space int)
- func DisplayTestTitle(title string, space int)
- type CompareArrayType
- type CompareType
- type Te
- func (t *Te) AfterAll(fn func())
- func (t *Te) AfterEach(fn func())
- func (t *Te) BeforeAll(fn func())
- func (t *Te) BeforeEach(fn func())
- func (t *Te) Describe(name string, fn func())
- func (t *Te) Exit()
- func (t *Te) Expect(i interface{}) *Te
- func (t *Te) It(name string, fn func())
- func (t *Te) NotToBe(i interface{})
- func (t *Te) Test(name string, fn func())
- func (t *Te) ToBe(i interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisplayFailMessage ¶
func DisplaySuccessMessage ¶
func DisplayTestFile ¶
func DisplayTestTitle ¶
Types ¶
type CompareArrayType ¶
Click to show internal directories.
Click to hide internal directories.