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

com.anarsoft.vmlens.concurrent.junit.internal.TestResult Maven / Gradle / Ivy

The newest version!
package com.anarsoft.vmlens.concurrent.junit.internal;

import org.junit.internal.runners.model.EachTestNotifier;

public abstract class TestResult {
	
	
	
	public TestResult() {
		super();
		
	}
	
	public abstract void addFailure(EachTestNotifier eachTestNotifier );
	
	
	
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy