}
protected void setUp() throws Exception {
super.setUp();
JavaImplementationFactory javaImplementationFactory = new DefaultJavaImplementationFactory();
type = javaImplementationFactory.createJavaImplementation();
processor = new PropertyProcessor(new DefaultAssemblyFactory());
}
private class Foo {