Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var NONE = []reflect.Value{}
    Functions ¶
This section is empty.
Types ¶
type TestResult ¶
type TestRunner ¶
type TestRunner struct {
	*revel.Controller
}
    func (TestRunner) Index ¶
func (c TestRunner) Index() revel.Result
func (TestRunner) List ¶
func (c TestRunner) List() revel.Result
List returns a JSON list of test suites and tests. Used by the "test" command line tool.
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.