class TempDirectoryExtension : ParameterResolver, AfterAllCallback
(source)
A junit5 extension, that provides a temporary directory for tests. The temporary directory is created for the test suite and injected into any tests with parameters annotated by TempDirectory.
TempDirectoryExtension()
A junit5 extension, that provides a temporary directory for tests. The temporary directory is created for the test suite and injected into any tests with parameters annotated by TempDirectory. |
fun afterAll(context: ExtensionContext): Unit |
|
fun resolveParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Any |
|
fun supportsParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Boolean |