Skip navigation links
A C G I R S 

A

apply(Statement, Description) - Method in class io.mats3.test.junit.Rule_Mats
Note: Shamelessly inspired from: How to combine @Rule and @ClassRule in JUnit 4.12
apply(Statement, Description) - Method in class io.mats3.test.junit.Rule_MatsEndpoint
Note: Shamelessly inspired from: How to combine @Rule and @ClassRule in JUnit 4.12
apply(Statement, Description) - Method in class io.mats3.test.junit.Rule_MatsGeneric
Note: Shamelessly inspired from: How to combine @Rule and @ClassRule in JUnit 4.12

C

create() - Static method in class io.mats3.test.junit.Rule_Mats
Creates a Rule_Mats utilizing the MATS default serializer
create(MatsSerializer<String>) - Static method in class io.mats3.test.junit.Rule_Mats
Creates a Rule_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.junit.Rule_MatsEndpoint
Creates a JUnit Rule for a single-staged endpoint whose processor is not defined at start.
create(Rule_Mats, String, Class<R>, Class<I>) - Static method in class io.mats3.test.junit.Rule_MatsEndpoint
Convenience variant of create(endpointId, replyClass, incomingClass) taking a Rule_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.junit.Rule_MatsGeneric
 
createWithDb() - Static method in class io.mats3.test.junit.Rule_Mats
 
createWithDb(MatsSerializer<String>) - Static method in class io.mats3.test.junit.Rule_Mats
 
createWithDb(MatsSerializer<Z>) - Static method in class io.mats3.test.junit.Rule_MatsGeneric
 

G

getDataSource() - Method in class io.mats3.test.junit.Rule_Mats
 
getDataSource() - Method in class io.mats3.test.junit.Rule_MatsGeneric
 

I

io.mats3.test.junit - package io.mats3.test.junit
 

R

Rule_Mats - Class in io.mats3.test.junit
ClassRule which 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.
Rule_Mats(MatsSerializer<String>) - Constructor for class io.mats3.test.junit.Rule_Mats
 
Rule_Mats(MatsSerializer<String>, DataSource) - Constructor for class io.mats3.test.junit.Rule_Mats
 
Rule_MatsEndpoint<R,I> - Class in io.mats3.test.junit
Rule to create a single staged endpoint whose reply/processor can be changed throughout its life, i.e.
Rule_MatsGeneric<Z> - Class in io.mats3.test.junit
Similar to Rule_Mats, provides a full MATS harness for unit testing by creating MatsFactory utilizing an in-vm Active MQ broker.
Rule_MatsGeneric(MatsSerializer<Z>) - Constructor for class io.mats3.test.junit.Rule_MatsGeneric
 
Rule_MatsGeneric(MatsSerializer<Z>, DataSource) - Constructor for class io.mats3.test.junit.Rule_MatsGeneric
 

S

setMatsFactory(MatsFactory) - Method in class io.mats3.test.junit.Rule_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.junit.Rule_MatsEndpoint
 
A C G I R S 
Skip navigation links