Packages

package test

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Platform extends AnyRef
  2. implicit final class RichDuration extends AnyVal
  3. implicit class RichOption[T] extends AnyRef
  4. implicit final class RichQueue[T] extends AnyVal
  5. implicit class RichTraversable[T, M[_] <: Traversable[_]] extends AnyRef

Value Members

  1. final val DEFAULT_TIMEOUT: FiniteDuration
  2. macro def testOn(platforms: Platform*)(tests: Any): Tests
  3. macro def testOn(desc: String, platforms: Platform*)(tests: Any): Tests
  4. def using[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ R): Future[R]
  5. def usingAsync[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ Future[R]): Future[R]
  6. object Files
  7. object Linux extends Platform with Product with Serializable
  8. object MacOS extends Platform with Product with Serializable
  9. object Macros

Inherited from AnyRef

Inherited from Any

Ungrouped