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 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. object Files

  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. package compat

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

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

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

  11. def usingAsync[C <: AutoCloseable, R](closeable: ⇒ C)(f: (C) ⇒ Future[R]): Future[R]

Inherited from AnyRef

Inherited from Any

Ungrouped