TestReport

object TestReport
class Object
trait Matchable
class Any

Value members

Concrete methods

def author[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[TestReport, Option[A]]

Author of the test report.

Author of the test report.

def createdAt: SelectionBuilder[TestReport, Time]

Timestamp of when the test report was created.

Timestamp of when the test report was created.

def id: SelectionBuilder[TestReport, String]

ID of the test report.

ID of the test report.

def state: SelectionBuilder[TestReport, TestReportState]

State of the test report.

State of the test report.