| |
|
| org.netbeans.core.MultiURLClassLoaderTest
MultiURLClassLoaderTest | public class MultiURLClassLoaderTest extends MapArgBenchmark implements DataManager(Code) | | Performance test for ProxyClassLoader
Note: originally it was created for MultiURLClassLoader
therefore the name, now just changed for ProxyClassLoader.
|
MultiURLClassLoaderTest | public MultiURLClassLoaderTest(String name)(Code) | | Creates new Benchmark without arguments for given test method
Parameters: name - the name fo the testing method |
MultiURLClassLoaderTest | public MultiURLClassLoaderTest(String name, Object[] args)(Code) | | Creates new Benchmark for given test method with given set of arguments
Parameters: name - the name fo the testing method Parameters: args - the array of objects describing arguments to testing method |
createDataDescriptor | public DataDescriptor createDataDescriptor()(Code) | | Called before setUp()
|
createDefaultMap | protected Map createDefaultMap()(Code) | | Creates a Map with default arguments values
|
setUpData | public void setUpData(DataDescriptor ddesc) throws Exception(Code) | | Called before setUp()
|
tearDown | protected void tearDown() throws Exception(Code) | | This method is called after every finished test method.
It is intended to be used to free all the resources allocated
during
MultiURLClassLoaderTest.setUp or the test itself.
This method can use assertions to signal failure of the test.
throws: Exception - This method can throw any exception which is treated as a error in the testing codeor testing enviroment. |
tearDownData | public void tearDownData() throws Exception(Code) | | Called after tearDown()
|
testInstanceClasses | public void testInstanceClasses() throws Exception(Code) | | MultiURLClassLoader
|
|
|
|