コード例 #1
0
 @After
 public void destroy() throws Exception {
   embed.close();
 }
コード例 #2
0
 @Before
 public void setUp() throws Exception {
   this.embed = setupEmbed();
   this.localSite = embed.getInjector().getInstance(LocalSite.class);
   this.projectPath = folder.newFolder().toPath();
 }