|
ScalaTest 1.0
|
|
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, execute, execute, tags, groups, testNames, withFixture, runTest, runTests, run, runNestedSuites, suiteName, pending, pendingUntilFixed, expectedTestCount |
| Methods inherited from Assertions | |
| assert, assert, assert, assert, convertToEqualizer, intercept, expect, expect, fail, fail, fail, fail |
| 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 1.0
|
|