Package com.linecorp.centraldogma.testing.junit
Simplifies the integration testing with Central Dogma.
-
Class Summary Class Description AbstractAllOrEachExtension A base class for JUnit5 extensions that allows implementations to control whether the callbacks are run around the entire class, likeBeforeAll
orAfterAll
, or around each test method, likeBeforeEach
orAfterEach
.CentralDogmaExtension A JUnitExtension
that starts an embedded Central Dogma server.