utest

package utest

Linear Supertypes
Asserts, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. utest
  2. Asserts
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ArrowAssert extends AnyRef

    Definition Classes
    Asserts
  2. type Show = utest.asserts.Show

Value Members

  1. def assert(exprs: Boolean*): Unit

    Definition Classes
    Asserts
    Annotations
    @macroImpl( ... )
  2. def assertMatch(t: Any)(pf: PartialFunction[Any, Unit]): Unit

    Definition Classes
    Asserts
    Annotations
    @macroImpl( ... )
  3. def compileError(expr: String): CompileError

    Definition Classes
    Asserts
    Annotations
    @macroImpl( ... )
  4. def continually(exprs: Boolean*): Unit

    Definition Classes
    Asserts
    Annotations
    @macroImpl( ... )
  5. def eventually(exprs: Boolean*): Unit

    Definition Classes
    Asserts
    Annotations
    @macroImpl( ... )
  6. def intercept[T](exprs: Unit)(implicit arg0: ClassTag[T]): T

    Definition Classes
    Asserts
    Annotations
    @macroImpl( ... )
  7. final def retry[T](n: Int)(body: ⇒ T): T

    Definition Classes
    Asserts
    Annotations
    @tailrec()
  8. implicit val retryInterval: RetryInterval

  9. implicit val retryMax: RetryMax

Inherited from Asserts

Inherited from AnyRef

Inherited from Any

Ungrouped