LithoTestRunConfiguration

A run configuration is a mode that a test method can be run in. In beforeTest, configuration should be updated as needed (e.g. ComponentsConfiguration properties set) and in afterTest the configuration should be restored back to default.

Inheritors

Functions

Link copied to clipboard
abstract fun afterTest(method: FrameworkMethod)
Link copied to clipboard
abstract fun beforeTest(method: FrameworkMethod)