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

org.junit.rules.ExternalResource 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;

public class ExternalResource {
    protected void after() {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy