NotExtensibleEnvironmentBaseTest

abstract class NotExtensibleEnvironmentBaseTest(provider: (EnvironmentContext) -> InjectionEnvironment) : EnvironmentBaseTest

An EnvironmentBaseTest specifically for non-extensible environments.

**Remember to have at least one test that executes runTests, see EnvironmentBaseTest's documentation for more information.

Constructors

Link copied to clipboard
fun NotExtensibleEnvironmentBaseTest(provider: (EnvironmentContext) -> InjectionEnvironment)

Functions

Link copied to clipboard
fun runTests()

Runs all the basic tests from the base environment test, plus any additional tests defined in additionalTests

Properties

Link copied to clipboard
override val additionalTests: List<Pair<String, () -> Unit>>

Additional tests to run along with the default tests in runTests