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

com.kncept.junit5.reporter.xml.XMLTestResults Maven / Gradle / Ivy

package com.kncept.junit5.reporter.xml;

import java.util.LinkedHashMap;
import java.util.List;

import com.kncept.junit5.reporter.domain.TestCase;

public interface XMLTestResults {

	public LinkedHashMap systemProperties();
	
	public LinkedHashMap testsuiteProperties();
	
	public List testcases();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy