TestSuiteSummary

class Object
trait Matchable
class Any

Value members

Concrete methods

def buildIds: SelectionBuilder[TestSuiteSummary, Option[List[String]]]

IDs of the builds used to run the test suite.

IDs of the builds used to run the test suite.

def errorCount: SelectionBuilder[TestSuiteSummary, Option[Int]]

Total number of test cases that had an error.

Total number of test cases that had an error.

def failedCount: SelectionBuilder[TestSuiteSummary, Option[Int]]

Total number of test cases that failed in the test suite.

Total number of test cases that failed in the test suite.

def name: SelectionBuilder[TestSuiteSummary, Option[String]]

Name of the test suite.

Name of the test suite.

def skippedCount: SelectionBuilder[TestSuiteSummary, Option[Int]]

Total number of test cases that were skipped in the test suite.

Total number of test cases that were skipped in the test suite.

def successCount: SelectionBuilder[TestSuiteSummary, Option[Int]]

Total number of test cases that succeeded in the test suite.

Total number of test cases that succeeded in the test suite.

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

Test suite error message.

Test suite error message.

def totalCount: SelectionBuilder[TestSuiteSummary, Option[Int]]

Total number of the test cases in the test suite.

Total number of the test cases in the test suite.

def totalTime: SelectionBuilder[TestSuiteSummary, Option[Double]]

Total duration of the tests in the test suite.

Total duration of the tests in the test suite.