Problem

class Problem

Represents a specific warning or failure.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the associated device.

Link copied to clipboard

Information about the associated job.

Link copied to clipboard

A message about the problem's result.

Link copied to clipboard

The problem's result.

Link copied to clipboard

Information about the associated run.

Link copied to clipboard

Information about the associated suite.

Link copied to clipboard

Information about the associated test.

Functions

Link copied to clipboard
inline fun copy(block: Problem.Builder.() -> Unit = {}): Problem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String