protected static SampleProject sampleProj;
@Test
public void test() throws Exception { test$(); }
public void test$() throws Exception {
try(SampleProject project = new SampleProject(getClass().getSimpleName())) {
sampleProj = project;
testBuilder();
}
}