Package org.junit.rules
Interface TestRule
-
public interface TestRule
Exists so that we can exclude junit 4 from our dependencies and still use testcontainers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statement
apply(Statement base, Description description)
-
-
-
Method Detail
-
apply
Statement apply(Statement base, Description description)
-
-