InstantiationException, IllegalAccessException, Exception {
super.setUp();
if (!setup && !OsUtils.isJNode()) {
// We are not running in JNode, emulate a JNode environment.
InitialNaming.setNameSpace(new BasicNameSpace());
// Build a plugin descriptor that is sufficient for the FileSystemPlugin to
// configure file system types for testing.
DummyPluginDescriptor desc = new DummyPluginDescriptor(true);
DummyExtensionPoint ep = new DummyExtensionPoint("types", "org.jnode.fs.types", "types");