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