Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NONE = []reflect.Value{}
Functions ¶
This section is empty.
Types ¶
type TestRunner ¶
type TestRunner struct {
*rev.Controller
}
func (TestRunner) Index ¶
func (c TestRunner) Index() rev.Result
func (TestRunner) List ¶
func (c TestRunner) List() rev.Result
List returns a JSON list of test suites and tests. Used by the "test" command line tool.
func (TestRunner) Run ¶
func (c TestRunner) Run(suite, test string) rev.Result
Run runs a single test, given by the argument.
type TestSuiteDesc ¶
func DescribeSuite ¶
func DescribeSuite(testSuite interface{}) TestSuiteDesc
type TestSuiteResult ¶
type TestSuiteResult struct { Name string Passed bool Results []TestResult }
Click to show internal directories.
Click to hide internal directories.