super.setUp();
this.temporaryDirectory = new File("tmp");
this.temporaryDirectory.mkdir();
this.componentRegistry = new WebComponentRegistry(XBayaConstants.DEFAULT_WEB_REGISTRY.toURL());
this.componentRegistry.getComponentTree(); // To read components
this.inputComponent = new InputComponent();
this.outputComponent = new OutputComponent();
}