A B C E G I S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterAll(ExtensionContext) - Method in class io.mats3.test.jupiter.Extension_Mats
-
Executed by Jupiter after all test methods have been executed.
- afterAll(ExtensionContext) - Method in class io.mats3.test.jupiter.Extension_MatsGeneric
-
Executed by Jupiter after all test methods have been executed.
- afterEach(ExtensionContext) - Method in class io.mats3.test.jupiter.Extension_MatsEndpoint
B
- beforeAll(ExtensionContext) - Method in class io.mats3.test.jupiter.Extension_Mats
-
Executed by Jupiter before any test method is executed.
- beforeAll(ExtensionContext) - Method in class io.mats3.test.jupiter.Extension_MatsGeneric
-
Executed by Jupiter before any test method is executed.
- beforeEach(ExtensionContext) - Method in class io.mats3.test.jupiter.Extension_MatsEndpoint
C
- create() - Static method in class io.mats3.test.jupiter.Extension_Mats
-
Creates an
Extension_Matsutilizing theMATS default serializer - create(MatsSerializer<String>) - Static method in class io.mats3.test.jupiter.Extension_Mats
-
Creates an
Extension_Matsutilizing the user providedMatsSerializerwhich serializes to the type of String. - create(MatsSerializer<Z>) - Static method in class io.mats3.test.jupiter.Extension_MatsGeneric
-
Creates an
Extension_MatsGenericutilizing the user providedMatsSerializer. - create(Extension_Mats, String, Class<R>, Class<I>) - Static method in class io.mats3.test.jupiter.Extension_MatsEndpoint
-
Convenience variant of
create(endpointId, replyClass, incomingClass)taking aExtension_Matsas first argument for fetching theMatsFactory, for use in "pure Java" environments (read as: non-Spring). - create(String, Class<R>, Class<I>) - Static method in class io.mats3.test.jupiter.Extension_MatsEndpoint
-
Creates a Jupiter Extension for a single-staged endpoint whose processor is not defined at start.
- createWithDb() - Static method in class io.mats3.test.jupiter.Extension_Mats
- createWithDb(MatsSerializer<String>) - Static method in class io.mats3.test.jupiter.Extension_Mats
- createWithDb(MatsSerializer<Z>) - Static method in class io.mats3.test.jupiter.Extension_MatsGeneric
E
- Extension_Mats - Class in io.mats3.test.jupiter
-
Provides a full MATS harness for unit testing by creating
MatsFactoryutilizing an in-vm Active MQ broker, and optionally aTestH2DataSourcefor database tests. - Extension_Mats(MatsSerializer<String>) - Constructor for class io.mats3.test.jupiter.Extension_Mats
- Extension_Mats(MatsSerializer<String>, DataSource) - Constructor for class io.mats3.test.jupiter.Extension_Mats
- Extension_MatsEndpoint<R,I> - Class in io.mats3.test.jupiter
-
Extension to create a single staged endpoint whose reply/processor can be changed throughout its life, i.e.
- Extension_MatsGeneric<Z> - Class in io.mats3.test.jupiter
-
Similar to
Extension_Mats, provides a full MATS harness for unit testing by creatingMatsFactoryutilizing an in-vm Active MQ broker. - Extension_MatsGeneric(MatsSerializer<Z>) - Constructor for class io.mats3.test.jupiter.Extension_MatsGeneric
- Extension_MatsGeneric(MatsSerializer<Z>, DataSource) - Constructor for class io.mats3.test.jupiter.Extension_MatsGeneric
G
- getDataSource() - Method in class io.mats3.test.jupiter.Extension_MatsGeneric
I
- io.mats3.test.jupiter - package io.mats3.test.jupiter
-
Mats3 testing tools for Jupiter (JUnit 5).
S
- setMatsFactory(MatsFactory) - Method in class io.mats3.test.jupiter.Extension_MatsEndpoint
-
Sets the internal
MatsFactoryto be utilized for the creation of this endpoint. - setProcessLambda(MatsEndpoint.ProcessSingleLambda<R, I>) - Method in class io.mats3.test.jupiter.Extension_MatsEndpoint
All Classes All Packages