Packages

p

it.cwmp

testing

package testing

Type Members

  1. trait FutureMatchers extends AnyRef

    This is a utility object containing some implicit classes in order to provide useful verification tools for Future and HttpResponse.

  2. trait HttpMatchers extends AnyRef

    A trait that collects Http Custom Matchers for scalaTest

  3. trait VerticleBeforeAndAfterAll extends VerticleTest with BeforeAndAfterAll

    A trait that makes possible to deploy a bunch of verticles before all tests and un-deploy after all

  4. trait VerticleBeforeAndAfterEach extends VerticleTest with BeforeAndAfterEach

    A trait that makes possible to deploy a bunch of verticles before each test and un-deploy after each

  5. trait VerticleTest extends AnyRef

    This class is automatically extended when using VerticleBeforeAndAfterEach or VerticleBeforeAndAfterAll.

    This class is automatically extended when using VerticleBeforeAndAfterEach or VerticleBeforeAndAfterAll. Here it is provided the structure for managing the deployment of the verticles and their un-deploy at the end.

  6. abstract class VertxTest extends AsyncFunSpec with VertxInstance

    A base test that provides a Vertx instance and its execution context

Ungrouped