createFile(confFile, conf);
String entryName = (String)(testCase[3]);
Class entryType = (Class)(testCase[4]);
String[] optionsWithFile = { confFile.getPath() };
try {
ConfigurationFile configurationFile =
callConstructor(OPT_TEST_CASE, null, optionsWithFile);
((FakeConfigurationFile)
configurationFile).useDefaultException(false);
Object entry = configurationFile.getEntry(
"com.sun.jini.test.spec.config.util.TestComponent",
entryName,
entryType,
Configuration.NO_DEFAULT,
new Integer(7));