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

water.junit.rules.tasks.LocalTestRuntime Maven / Gradle / Ivy

The newest version!
package water.junit.rules.tasks;

import org.junit.Ignore;
import water.Key;

import java.util.HashSet;
import java.util.Set;

@Ignore
class LocalTestRuntime {
    static Set beforeTestKeys = new HashSet<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy