public static class TestSuite extends Object
#create(String)
and the returned suite contains initially no tests.
The suite can declare a callback before the suite with #before(io.vertx.rxjava.core.Handler)
or after
the suite with #after(io.vertx.rxjava.core.Handler)
.
The suite can declare a callback before each test with #beforeEach(io.vertx.rxjava.core.Handler)
or after
each test with #afterEach(io.vertx.rxjava.core.Handler)
.
Each test case of the suite is declared by calling the #test(String, io.vertx.rxjava.core.Handler)
method.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Copyright © 2015. All Rights Reserved.