Package com.linecorp.centraldogma.testing.junit
@NonNullByDefault
package com.linecorp.centraldogma.testing.junit
Simplifies the integration testing with Central Dogma.
-
ClassDescriptionA base class for JUnit5 extensions that allows implementations to control whether the callbacks are run around the entire class, like
BeforeAll
orAfterAll
, or around each test method, likeBeforeEach
orAfterEach
.A JUnitExtension
that starts an embedded Central Dogma server.