@Before public void setUp() { RaptureConfig.setLoadYaml(false); Kernel.initBootstrap(); this.repo = new RepoApiImpl(Kernel.INSTANCE); this.callingContext = new CallingContext(); this.callingContext.setUser("dummy"); Kernel.INSTANCE.clearRepoCache(false); }
@After public void tearDown() { Kernel.INSTANCE.clearRepoCache(false); }