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 <:!<[T, R] extends AnyRef

    Taken from shapeless

  2. type NotFuture[T] = <:!<[T, Future[_]]
  3. implicit final class PathOps extends AnyVal
  4. sealed trait Platform extends AnyRef
  5. implicit final class RichDuration extends AnyVal
  6. implicit class RichOption[T] extends AnyRef
  7. implicit final class RichQueue[T] extends AnyVal
  8. implicit class RichTraversable[T, M[_] <: Traversable[_]] extends AnyRef
  9. trait ShutdownHooks extends AnyRef

Value Members

  1. final val DEFAULT_TIMEOUT: FiniteDuration
  2. def setVerbose(value: Boolean): Unit
  3. macro def testOn(platforms: Platform*)(tests: Any): Tests
  4. macro def testOn(desc: String, platforms: Platform*)(tests: Any): Tests
  5. def usingAsyncT[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ Future[R]): Future[R]
  6. def usingT[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ R)(implicit arg0: NotFuture[R]): Future[R]
  7. def verbose: Boolean
  8. object <:!<
  9. object Implicits
  10. object Linux extends Platform with Product with Serializable
  11. object MacOS extends Platform with Product with Serializable
  12. object Macros
  13. object ShutdownHooks extends ShutdownHooks
  14. object TestFiles
  15. object Windows extends Platform with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped