A B E F I L P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterAll(ExtensionContext) - Method in class uk.org.webcompere.testgadgets.plugin.PluginExtension
- afterEach(ExtensionContext) - Method in class uk.org.webcompere.testgadgets.plugin.PluginExtension
B
- beforeAll(ExtensionContext) - Method in class uk.org.webcompere.testgadgets.plugin.PluginExtension
- beforeAll(ExtensionContext) - Method in class uk.org.webcompere.testgadgets.testdatafactory.TestDataExtension
- beforeEach(ExtensionContext) - Method in class uk.org.webcompere.testgadgets.testdatafactory.TestDataExtension
- BeforeEachNested - Annotation Type in uk.org.webcompere.testgadgets.lifecycle
-
Annotate a static method to be called before each nested class instance is used
- BeforeEachNestedTestInstancePostProcessor - Class in uk.org.webcompere.testgadgets.lifecycle
-
Allows a custom method -
BeforeEachNestedthat's run before each instance of a nested class, to tidy up before a test sub-suite. - BeforeEachNestedTestInstancePostProcessor() - Constructor for class uk.org.webcompere.testgadgets.lifecycle.BeforeEachNestedTestInstancePostProcessor
E
- extension() - Method in annotation type uk.org.webcompere.testgadgets.testdatafactory.FileTypeLoader
-
The file extension including the .
F
- FileTypeLoader - Annotation Type in uk.org.webcompere.testgadgets.testdatafactory
-
Default a loader by extension and Object Loader type
I
- immutable() - Method in annotation type uk.org.webcompere.testgadgets.testdatafactory.TestDataFactory
-
The immutability mode of the test data loader - set to
Immutable.IMMUTABLEto get caching
L
- LifeCycleExtensions - Annotation Type in uk.org.webcompere.testgadgets.lifecycle
-
Plugs in test gadgets lifecycle behaviour
- loadedBy() - Method in annotation type uk.org.webcompere.testgadgets.testdatafactory.FileTypeLoader
-
A class, with a default constructor, which can load this file extension.
- loaders() - Method in annotation type uk.org.webcompere.testgadgets.testdatafactory.TestDataFactory
-
Specific loaders to use to load items - each is an annotation describing how a file is loaded
P
- path() - Method in annotation type uk.org.webcompere.testgadgets.testdatafactory.TestDataFactory
-
The directoris beneath the root - usually we only customise one of these
- PluginExtension - Class in uk.org.webcompere.testgadgets.plugin
-
Use with
ExtendWithto add automatic processing ofTestResourceobjects provided by System Stubs. - PluginExtension() - Constructor for class uk.org.webcompere.testgadgets.plugin.PluginExtension
- postProcessTestInstance(Object, ExtensionContext) - Method in class uk.org.webcompere.testgadgets.lifecycle.BeforeEachNestedTestInstancePostProcessor
- postProcessTestInstance(Object, ExtensionContext) - Method in class uk.org.webcompere.testgadgets.plugin.PluginExtension
- preDestroyTestInstance(ExtensionContext) - Method in class uk.org.webcompere.testgadgets.plugin.PluginExtension
R
- resolveParameter(ParameterContext, ExtensionContext) - Method in class uk.org.webcompere.testgadgets.plugin.PluginExtension
- resolveParameter(ParameterContext, ExtensionContext) - Method in class uk.org.webcompere.testgadgets.testdatafactory.TestDataExtension
- root() - Method in annotation type uk.org.webcompere.testgadgets.testdatafactory.TestDataFactory
-
The root directory - defaults to `src`, `test`, `resources` - provide the path as separate values or values separated by slashes
S
- supportsParameter(ParameterContext, ExtensionContext) - Method in class uk.org.webcompere.testgadgets.plugin.PluginExtension
- supportsParameter(ParameterContext, ExtensionContext) - Method in class uk.org.webcompere.testgadgets.testdatafactory.TestDataExtension
T
- TestDataExtension - Class in uk.org.webcompere.testgadgets.testdatafactory
-
Adds support for test data loading to a JUnit 5 test class.
- TestDataExtension() - Constructor for class uk.org.webcompere.testgadgets.testdatafactory.TestDataExtension
- TestDataFactory - Annotation Type in uk.org.webcompere.testgadgets.testdatafactory
-
Can be used as a synonym for
@ExtendWith(TestDataExtension.class)allowing the configuration of the Test Data Loader to be set.
U
- uk.org.webcompere.testgadgets.lifecycle - package uk.org.webcompere.testgadgets.lifecycle
- uk.org.webcompere.testgadgets.plugin - package uk.org.webcompere.testgadgets.plugin
- uk.org.webcompere.testgadgets.testdatafactory - package uk.org.webcompere.testgadgets.testdatafactory
All Classes All Packages