Package com.linecorp.armeria.testing.junit5.common
@NonNullByDefault
package com.linecorp.armeria.testing.junit5.common
Common testing utilities.
-
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
.AnExtension
that provides anEventLoopGroup
.AnExtension
that provides anEventLoopGroup
.