|
ScalaTest 0.9.2
|
|
org/scalatest/SuperSuite.scala]
class
SuperSuite(val override nestedSuites : scala.List[Suite])
extends SuiteSuite class that takes a List[Suite] parameter, which overrides
the nestedSuites method of trait Suite.nestedSuites - a List of nested Suites.NullPointerException - if suite is null.| Methods inherited from Suite | |
| execute, execute, groups, testNames, runTest, runTests, execute, runNestedSuites, suiteName, expectedTestCount, fail, fail, fail, fail, assert, assert, assert, assert, convertToEqualizer, intercept, intercept, expect, expect |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
|
ScalaTest 0.9.2
|
|