package
async
Type Members
-
case class
AsyncCheck(wrapped: Check[String], blocking: Boolean, timeout: FiniteDuration, expectation: Expectation, timestamp: Long = nowMillis) extends Check[String] with Product with Serializable
-
type
AsyncCheckBuilder = CheckBuilder[AsyncCheck, String, _, _]
-
-
-
-
-
-
-
-
class
AsyncRegexCheckBuilder[X] extends DefaultMultipleFindCheckBuilder[AsyncCheck, String, CharSequence, X]
-
-
sealed
trait
Expectation extends AnyRef
-
case class
ExpectedCount(count: Int) extends Expectation with Product with Serializable
-
case class
ExpectedRange(range: Range) extends Expectation with Product with Serializable
-
case class
UntilCount(count: Int) extends Expectation with Product with Serializable
Inherited from AnyRef
Inherited from Any