FeatureTest
Base class for Kairo integration tests. Creates and starts a Server before each test, stops it after. Extend this and implement createServer to define your test server.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Creates the Server for this test. Called before each test method.
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "5.13.3")
Link copied to clipboard
open override fun resolveParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Any
Link copied to clipboard
open override fun supportsParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Boolean