org.scalatest

class SuperSuite

[source: org/scalatest/SuperSuite.scala]

class SuperSuite(val override nestedSuites : scala.List[Suite])
extends Suite
A Suite class that takes a List[Suite] parameter, which overrides the nestedSuites method of trait Suite.
Parameters
nestedSuites - a List of nested Suites.
Throws
NullPointerException - if suite is null.
Author
Bill Venners
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

Copyright (C) 2001-2009 Artima, Inc. All rights reserved.