package test
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- test
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Platform extends AnyRef
- implicit final class RichDuration extends AnyVal
- implicit class RichOption[T] extends AnyRef
- implicit final class RichQueue[T] extends AnyVal
- implicit class RichTraversable[T, M[_] <: Traversable[_]] extends AnyRef
Value Members
- final val DEFAULT_TIMEOUT: FiniteDuration
- macro def testOn(platforms: Platform*)(tests: Any): Tests
- macro def testOn(desc: String, platforms: Platform*)(tests: Any): Tests
- def using[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ R): Future[R]
- def usingAsync[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ Future[R]): Future[R]
- object Files
- object Linux extends Platform with Product with Serializable
- object MacOS extends Platform with Product with Serializable
- object Macros