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.

  3. trait TestSuiteMacro extends AnyRef

  4. implicit class TestableString extends AnyRef

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

  5. implicit class TestableSymbol extends AnyRef

Value Members

  1. object *

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

  2. object PlatformShims

    Platform specific stuff that differs between JVM and JS

  3. object TestSuite extends TestSuiteMacro

  4. package asserts

    Macro powered asserts of all shapes and sizes.

  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