Skip navigation links
A B C E G I S 

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_Mats utilizing the MATS default serializer
create(MatsSerializer<String>) - Static method in class io.mats3.test.jupiter.Extension_Mats
Creates an Extension_Mats utilizing the user provided MatsSerializer which serializes to the type of String.
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.
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 a Extension_Mats as first argument for fetching the MatsFactory, for use in "pure Java" environments (read as: non-Spring).
create(MatsSerializer<Z>) - Static method in class io.mats3.test.jupiter.Extension_MatsGeneric
Creates an Extension_MatsGeneric utilizing the user provided MatsSerializer.
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 MatsFactory utilizing an in-vm Active MQ broker, and optionally a TestH2DataSource for 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 creating MatsFactory utilizing 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 MatsFactory to be utilized for the creation of this endpoint.
setProcessLambda(MatsEndpoint.ProcessSingleLambda<R, I>) - Method in class io.mats3.test.jupiter.Extension_MatsEndpoint
 
A B C E G I S 
Skip navigation links