Class DirectoryMatchers

java.lang.Object
org.glassfish.tests.utils.junit.matcher.DirectoryMatchers

public final class DirectoryMatchers extends Object
  • Method Details

    • hasEntryCount

      public static org.hamcrest.Matcher<File> hasEntryCount(long expected)
    • hasEntryCount

      public static org.hamcrest.Matcher<File> hasEntryCount(org.hamcrest.Matcher<Long> expected)