TestWindowSummary

The status, start time, and end time of a backtest, as well as a failure reason if applicable.

Types

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

Properties

Link copied to clipboard

If the test failed, the reason why it failed.

Link copied to clipboard

The status of the test. Possible status values are:

Link copied to clipboard

The time at which the test ended.

Link copied to clipboard

The time at which the test began.

Functions

Link copied to clipboard
inline fun copy(block: TestWindowSummary.Builder.() -> Unit = {}): TestWindowSummary
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