Package

com.swoval

test

Permalink

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

    Permalink

    Taken from shapeless

  2. type NotFuture[T] = <:!<[T, Future[_]]

    Permalink
  3. implicit final class PathOps extends AnyVal

    Permalink
  4. sealed trait Platform extends AnyRef

    Permalink
  5. implicit final class RichDuration extends AnyVal

    Permalink
  6. implicit class RichOption[T] extends AnyRef

    Permalink
  7. implicit final class RichQueue[T] extends AnyVal

    Permalink
  8. implicit class RichTraversable[T, M[_] <: Traversable[_]] extends AnyRef

    Permalink
  9. trait ShutdownHooks extends AnyRef

    Permalink

Value Members

  1. object <:!<

    Permalink
  2. final val DEFAULT_TIMEOUT: FiniteDuration

    Permalink
  3. object Implicits

    Permalink
  4. object Linux extends Platform with Product with Serializable

    Permalink
  5. object MacOS extends Platform with Product with Serializable

    Permalink
  6. object Macros

    Permalink
  7. object ShutdownHooks extends ShutdownHooks

    Permalink
  8. object TestFiles

    Permalink
  9. object Windows extends Platform with Product with Serializable

    Permalink
  10. package compat

    Permalink
  11. package platform

    Permalink
  12. def setVerbose(value: Boolean): Unit

    Permalink
  13. macro def testOn(platforms: Platform*)(tests: Any): Tests

    Permalink
  14. macro def testOn(desc: String, platforms: Platform*)(tests: Any): Tests

    Permalink
  15. def usingAsyncT[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ Future[R]): Future[R]

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

    Permalink
  17. def verbose: Boolean

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped