com.swoval

test

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
Learn more about member selection
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. object <:!<

  2. final val DEFAULT_TIMEOUT: FiniteDuration

  3. object Implicits

  4. object Linux extends Platform with Product with Serializable

  5. object MacOS extends Platform with Product with Serializable

  6. object Macros

  7. object ShutdownHooks extends ShutdownHooks

  8. object TestFiles

  9. object Windows extends Platform with Product with Serializable

  10. package compat

  11. def setVerbose(value: Boolean): Unit

  12. def testOn(platforms: Platform*)(tests: Any): Tests

    Annotations
    @macroImpl( ... )
  13. def testOn(desc: String, platforms: Platform*)(tests: Any): Tests

    Annotations
    @macroImpl( ... )
  14. def usingAsyncT[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ Future[R]): Future[R]

  15. def usingT[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ R)(implicit arg0: NotFuture[R]): Future[R]

  16. def verbose: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped