Class PathUtilsForTesting

java.lang.Object
org.elasticsearch.core.PathUtilsForTesting

public class PathUtilsForTesting extends Object
Exposes some package private stuff in PathUtils for framework purposes only!
  • Constructor Details

    • PathUtilsForTesting

      public PathUtilsForTesting()
  • Method Details

    • setup

      public static void setup()
      Sets a new default filesystem for testing
    • installMock

      public static void installMock(FileSystem mock)
      Installs a mock filesystem for testing
    • teardown

      public static void teardown()
      Resets filesystem back to the real system default