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.