public interface TestContext
Modifier and Type | Method and Description |
---|---|
Class<?> |
testClass()
Returns the current test class.
|
Optional<io.nuun.kernel.api.Kernel> |
testKernel()
Returns the kernel used for running the current test if any.
|
Optional<Method> |
testMethod()
Returns the current test method if any.
|
String |
testName()
Returns a name for the current test.
|
String testName()
Class<?> testClass()
Optional<Method> testMethod()
Optional<io.nuun.kernel.api.Kernel> testKernel()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.