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

org.junit.rules.TestRule Maven / Gradle / Ivy

Go to download

Module with some empty JUnit4 classes to allow Testcontainers to run without needing to include JUnit4 on the class path

There is a newer version: 3.17.0.CR1
Show newest version
package org.junit.rules;

import org.junit.runner.Description;
import org.junit.runners.model.Statement;

public interface TestRule {
    Statement apply(Statement var1, Description var2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy