| |
|
| org.netbeans.core.lookup.NbLookupBenchmark
NbLookupBenchmark | public class NbLookupBenchmark extends Benchmark (Code) | | |
Field Summary | |
Class | clazz Enumerates over instances of given class. |
clazz | Class clazz(Code) | | Enumerates over instances of given class.
Parameters: clazz - the class to find instances of |
setUp | protected void setUp()(Code) | | Fills the lookup with instances
|
tearDown | protected void tearDown()(Code) | | Clears the lookup.
|
testC1 | public void testC1()(Code) | | |
testC2 | public void testC2()(Code) | | |
testC3 | public void testC3()(Code) | | |
testC4 | public void testC4()(Code) | | |
testI1 | public void testI1()(Code) | | |
testI2 | public void testI2()(Code) | | |
testI3 | public void testI3()(Code) | | |
testI4 | public void testI4()(Code) | | |
testInteger | public void testInteger()(Code) | | Test to find the first registered object.
|
testObject | public void testObject()(Code) | | Test object.
|
testString | public void testString()(Code) | | Test string.
|
|
|
|