@Before
 public void setup() throws IOException {
   baseDir = Files.createTempDir();
   PolicyFiles.copyToDir(baseDir, resourcePath);
   backend =
       new SimpleFileProviderBackend(
           new Configuration(), new File(baseDir, resourcePath).toString());
   context = new ProviderBackendContext();
 }