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

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

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

import org.junit.runners.model.Statement;

public class NoOpStatement extends Statement {

	@Override
	public void evaluate() throws Throwable {
		// Nothing ToDo
		
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy