Versions in this module Expand all Collapse all v0 v0.9.1 Mar 2, 2014 v0.9.0 Feb 26, 2014 Changes in this version + var NONE = []reflect.Value + type TestDesc struct + Name string + type TestResult struct + ErrorHtml template.HTML + ErrorSummary string + Name string + Passed bool + type TestRunner struct + func (c TestRunner) Index() revel.Result + func (c TestRunner) List() revel.Result + func (c TestRunner) Run(suite, test string) revel.Result + type TestSuiteDesc struct + Name string + Tests []TestDesc + func DescribeSuite(testSuite interface{}) TestSuiteDesc + type TestSuiteResult struct + Name string + Passed bool + Results []TestResult