- TemporaryFolder - Interface in ch.powerunit.rules
-
This rule provides a way to support temporary folder.
- temporaryFolder() - Method in interface ch.powerunit.TestSuite
-
Produces a new rule for the temporary folder.
- TemporaryFolder.InitialEntry - Interface in ch.powerunit.rules
-
Generic part regarding initial context of a temporary folder.
- TemporaryFolder.InitialFileEntry - Interface in ch.powerunit.rules
-
An initial file.
- TemporaryFolder.InitialFolderEntry - Interface in ch.powerunit.rules
-
An initial folder.
- TemporaryFolder.TemporaryFolderBuilder - Interface in ch.powerunit.rules
-
This is a builder for temporary folder.
- temporaryFolderBuilder() - Method in interface ch.powerunit.TestSuite
-
Produces a new rule builder for the temporary folder.
- Test - Annotation Type in ch.powerunit
-
Mark a method as being a test method.
- TestContext<T> - Interface in ch.powerunit
-
This interface define the execution test context.
- TestContextRule - Class in ch.powerunit.rules
-
- TestContextRule() - Constructor for class ch.powerunit.rules.TestContextRule
-
- TestDelegate - Annotation Type in ch.powerunit
-
This annotation can be used on a non static, final field in a test class as
providing access to a test framework.
- TestDelegator - Annotation Type in ch.powerunit
-
This annotation is used on test framework class.
- TestInterface - Annotation Type in ch.powerunit
-
This annotation is used on a class that is the public interface of a
test framework.
- TestListenerRule - Interface in ch.powerunit.rules
-
This can be use to support taking action depending on the issue of the test.
- TestResultListener<T> - Interface in ch.powerunit
-
Test result listener.
- TestRule - Interface in ch.powerunit
-
Definition of a test rule (modification of a test statement).
- TestSuite - Interface in ch.powerunit
-
This is the interface to be implemented by test class, in order to have
access to the test DSL.
- throwException(Matcher<T>) - Method in interface ch.powerunit.AssertThatException
-
Define the matcher on the exception and execute the matcher validation.