Skip to content

//misk-testing/misk.service

Package-level declarations

Types

Name Summary
CachedTestService [jvm]
abstract class CachedTestService : AbstractIdleService
Test services can derive from CachedTestService if they’d like to reuse the same service for the span of a given runtime. This is helpful when you want to avoid incurring the cost of service startup and shutdown with each test run.