com.github.mlk.junit.matchers.HadoopMatchers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assortmentofjunitrules Show documentation
Show all versions of assortmentofjunitrules Show documentation
Useful assortment of JUnit rules for integration testing
package com.github.mlk.junit.matchers;
import com.github.mlk.junit.rules.HadoopDFSRule;
import org.hamcrest.Matcher;
public class HadoopMatchers {
public static Matcher exists(String file) {
return new HadoopPathExists(file);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy