Package io.mats3.test.abstractunit


package io.mats3.test.abstractunit
Common code for the modules 'mats-test-junit' and 'mats-test-jupiter' - These abstract classes should not be used directly, but rather utilized through the mentioned implementations.
  • Classes
    Class
    Description
    Base class containing common code for Rule_Mats and Extension_Mats located in the following modules: mats-test-junit mats-test-jupiter This class sets up an in-vm Active MQ broker through the use of MatsTestBroker which is again utilized to create the MatsFactory which can be utilized to create unit tests which rely on testing functionality utilizing MATS.
    Common base class which consolidates the common logic utilized by both Rule_MatsEndpoint and Extension_MatsEndpoint.