TestCase

object TestCase
class Object
trait Matchable
class Any

Value members

Concrete methods

def attachmentUrl: SelectionBuilder[TestCase, Option[String]]

URL of the test case attachment file.

URL of the test case attachment file.

def classname: SelectionBuilder[TestCase, Option[String]]

Classname of the test case.

Classname of the test case.

def executionTime: SelectionBuilder[TestCase, Option[Double]]

Test case execution time in seconds.

Test case execution time in seconds.

def file: SelectionBuilder[TestCase, Option[String]]

Path to the file of the test case.

Path to the file of the test case.

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

Name of the test case.

Name of the test case.

def recentFailures[A](innerSelection: SelectionBuilder[RecentFailures, A]): SelectionBuilder[TestCase, Option[A]]

Recent failure history of the test case on the base branch.

Recent failure history of the test case on the base branch.

def stackTrace: SelectionBuilder[TestCase, Option[String]]

Stack trace of the test case.

Stack trace of the test case.

def status: SelectionBuilder[TestCase, Option[TestCaseStatus]]

Status of the test case (error, failed, success, skipped).

Status of the test case (error, failed, success, skipped).

def systemOutput: SelectionBuilder[TestCase, Option[String]]

System output of the test case.

System output of the test case.