All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hr.fer.junit.grading.TestGroupAndIdentifier Maven / Gradle / Ivy

The newest version!
package hr.fer.junit.grading;

import org.junit.platform.launcher.TestIdentifier;

public record TestGroupAndIdentifier(String testGroup, TestIdentifier id) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy