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

com.github.mlk.junit.matchers.HadoopMatchers Maven / Gradle / Ivy

There is a newer version: 1.5.39
Show newest version
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