@After public void destroy() throws Exception { embed.close(); }
@Before public void setUp() throws Exception { this.embed = setupEmbed(); this.localSite = embed.getInjector().getInstance(LocalSite.class); this.projectPath = folder.newFolder().toPath(); }