hr.fer.junit.grading.TestGroupAndIdentifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-grading Show documentation
Show all versions of junit-grading Show documentation
Testing library to run with grading student examination.
The newest version!
package hr.fer.junit.grading;
import org.junit.platform.launcher.TestIdentifier;
public record TestGroupAndIdentifier(String testGroup, TestIdentifier id) {
}