Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionExpect ¶
ActionExpect represents each test within a document.
type ActionExpectCollection ¶
type ActionExpectCollection []*ActionExpect
ActionExpectCollection is a list of tests.
type Document ¶
type Document struct {
// ID is only for internal use (testing). Doesn't actually do anything be help
// identify documents.
ID string
Priority bytes.Buffer
Deps bytes.Buffer
Group bytes.Buffer
Tests ActionExpectCollection
}
Document represents a file of tests. They are the heart and soul.
Click to show internal directories.
Click to hide internal directories.