utest

package utest

Created by haoyi on 1/24/14.

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

Type Members

  1. type Show = utest.asserts.Show

  2. abstract class TestSuite extends TestSuiteMacro with Asserts[DummyTypeclass] with Formatter

    Marker class used to mark an object as something containing tests.

    Marker class used to mark an object as something containing tests. Used for test-discovery by SBT.

    Annotations
    @JSExportDescendentObjects()
  3. trait TestSuiteMacro extends AnyRef

  4. implicit class TestableString extends AnyRef

    Extension methods to allow you to create tests via the "omg"-{ ...

    Extension methods to allow you to create tests via the "omg"-{ ... } syntax.

    Annotations
    @compileTimeOnly( ... )
  5. implicit class TestableSymbol extends AnyRef

    Annotations
    @compileTimeOnly( ... )

Value Members

  1. object *

    Placeholder object used to declare test cases which you don't want to bother naming.

    Placeholder object used to declare test cases which you don't want to bother naming. These test cases are named with sequential numbers starting from "0", "1", "2", etc.

  2. object PlatformShims

    Platform specific stuff that differs between JVM and JS

    Platform specific stuff that differs between JVM and JS

    Annotations
    @JSExport()
  3. object TestSuite extends TestSuiteMacro

  4. package asserts

    Macro powered asserts of all shapes and sizes.

    Macro powered asserts of all shapes and sizes. These asserts all use macros to capture the names, types and values of variables used within them, so you get nice error messages for free.

  5. package framework

  6. implicit val retryInterval: RetryInterval

  7. implicit val retryMax: RetryMax

  8. package runner

  9. implicit def toTestSeq(t: Tree[Test]): TestTreeSeq

    Extension methods on Tree[Test] in order to conveniently run the tests and aggregate the results

Inherited from AnyRef

Inherited from Any

Ungrouped