Package org.mpi_sws.jmc.integrations.junit5.descriptors
package org.mpi_sws.jmc.integrations.junit5.descriptors
Defines JUnit 5 descriptors for JMC tests.
This package contains classes that represent JMC test descriptors for use with JUnit 5, allowing for the integration of JMC checks into the JUnit 5 testing framework.
These descriptors include classes for JMC class tests, method tests, and executable tests, which are used to define and execute JMC checks within the JUnit 5 test lifecycle.
-
ClassDescriptionA JUnit 5 test descriptor for a JMC class test.Utility class for handling JMC descriptor configurations.A JUnit 5 engine descriptor for the JMC engine.A JMC executable test descriptor for JUnit 5.A JUnit 5 test descriptor for a JMC method test.