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

net.jqwik.engine.descriptor.JqwikEngineDescriptor Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package net.jqwik.engine.descriptor;

import org.junit.platform.engine.*;
import org.junit.platform.engine.support.descriptor.*;

public class JqwikEngineDescriptor extends EngineDescriptor {
	private static final String DISPLAY_NAME = "jqwik (JUnit Platform)";

	public JqwikEngineDescriptor(UniqueId uniqueId) {
		super(uniqueId, DISPLAY_NAME);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy