Class FileMatchers

java.lang.Object
net.thucydides.core.matchers.FileMatchers

public class FileMatchers
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    FileMatchers()  
  • Method Summary

    Modifier and Type Method Description
    static org.hamcrest.Matcher<java.io.File> exists()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FileMatchers

      public FileMatchers()
  • Method Details

    • exists

      public static org.hamcrest.Matcher<java.io.File> exists()