Packages

p

ai.mantik

testutils

package testutils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package tags

Type Members

  1. trait AkkaSupport extends BeforeAndAfterAll
  2. trait EitherExt extends AnyRef

    Adds helpers for unpacking Either.

    Adds helpers for unpacking Either. Like org.scalatest.EitherValues but with more debug output.

  3. class FakeClock extends Clock

    A User Modifiable Time clock.

    A User Modifiable Time clock. Useful for testing timeouts without having to wait.

  4. trait HttpSupport extends AnyRef

    Add support for simple HTTP Calls.

  5. trait ResourceSupport extends AnyRef

    Helpers for dealing with (test) Resources

  6. trait TempDirSupport extends BeforeAndAfterEach

    Provides a temporary directory.

  7. abstract class TestBase extends FlatSpec with Matchers with BeforeAndAfterEach with BeforeAndAfterAll with Eventually with EitherExt

Value Members

  1. object FakeClock
  2. object Instants

    A neverending source of instants for testing purposes.

Ungrouped