ApplicationServer appServer;
@Before
public void initTestObjects() throws Exception
{
given(brjs).hasCommandPlugins(new J2eeifyCommandPlugin())
.and(brjs).hasBeenCreated()
.and(brjs).usesProductionTemplates();
app = brjs.app("app");
badApp = brjs.app("app#$@/");
brjs.appJars().create();