← Back to Kairo Docs|API Reference (Dokka)

Package-level declarations

Types

Link copied to clipboard
abstract class FeatureTest : KoinExtension, FeatureTestAware, AfterEachCallback

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.

Link copied to clipboard
interface FeatureTestAware : KoinExtensionAware