Package org.junit.runners.model
Class Statement
- java.lang.Object
-
- org.junit.runners.model.Statement
-
public abstract class Statement extends Object
Exists so that we can exclude junit 4 from our dependencies and still use testcontainers.
-
-
Constructor Summary
Constructors Constructor Description Statement()
-