Package io.mats3.test.junit
package io.mats3.test.junit
Mats3 testing tools for JUnit 4.
-
ClassesClassDescription
ClassRule
which provides a full Mats harness for unit testing by creatingMatsFactory
utilizing an in-vm Active MQ broker, and optionally aTestH2DataSource
for database tests.Rule_MatsEndpoint<R,I> Rule to create a single staged endpoint whose reply/processor can be changed throughout its life, i.e.Similar toRule_Mats
, provides a full Mats harness for unit testing by creatingMatsFactory
utilizing an in-vm Active MQ broker.