package testing
Type Members
-
trait
FutureMatchers extends AnyRef
This is a utility object containing some implicit classes in order to provide useful verification tools for Future and HttpResponse.
-
trait
HttpMatchers extends AnyRef
A trait that collects Http Custom Matchers for scalaTest
-
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
-
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
-
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.
-
abstract
class
VertxTest extends AsyncFunSpec with VertxInstance
A base test that provides a Vertx instance and its execution context