TestReportTotal

class Object
trait Matchable
class Any

Value members

Concrete methods

def count: SelectionBuilder[TestReportTotal, Option[Int]]

Total number of the test cases.

Total number of the test cases.

def error: SelectionBuilder[TestReportTotal, Option[Int]]

Total number of test cases that had an error.

Total number of test cases that had an error.

def failed: SelectionBuilder[TestReportTotal, Option[Int]]

Total number of test cases that failed.

Total number of test cases that failed.

def skipped: SelectionBuilder[TestReportTotal, Option[Int]]

Total number of test cases that were skipped.

Total number of test cases that were skipped.

def success: SelectionBuilder[TestReportTotal, Option[Int]]

Total number of test cases that succeeded.

Total number of test cases that succeeded.

def suiteError: SelectionBuilder[TestReportTotal, Option[String]]

Test suite error message.

Test suite error message.

def time: SelectionBuilder[TestReportTotal, Option[Double]]

Total duration of the tests.

Total duration of the tests.