Searched defs:MockOs (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/tests/io/
H A DMockOs.java36 public final class MockOs { class
66 private final Os mockOs = (Os) Proxy.newProxyInstance(MockOs.class.getClassLoader(),
71 throw new IllegalStateException("MockOs already installed!");
79 throw new IllegalStateException("MockOs not installed!");

Completed in 30 milliseconds