TestSuite
object TestSuite
class Object
trait Matchable
class Any
Value members
Concrete methods
Total number of test cases that failed in the test suite.
Total number of test cases that failed in the test suite.
Total number of test cases that were skipped in the test suite.
Total number of test cases that were skipped in the test suite.
Total number of test cases that succeeded in the test suite.
Total number of test cases that succeeded in the test suite.
def testCases[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[TestCaseConnection, A]): SelectionBuilder[TestSuite, Option[A]]
Test cases in the test suite.
Test cases in the test suite.