| org.netbeans.core.lookup.MetaInfServicesTest
MetaInfServicesTest | public class MetaInfServicesTest extends NbTestCase (Code) | | Test whether modules can really register things in their META-INF/services/class.Name
files, and whether this behaves correctly when the modules are disabled/enabled.
Note that Plain loads its classpath modules as soon as you ask for it, so these
tests do not check what happens on the NetBeans startup classpath.
author: Jesse Glick |
Inner Class :final protected static class LookupL implements LookupListener | |
Method Summary | |
protected void | setUp() | protected void | tearDown() | public void | testEverything() Fails to work if you have >1 method per class, because setUp gets run more
than once (XTest bug I suppose). | protected void | twiddle(Module m, int action) |
TWIDDLE_DISABLE | final protected static int TWIDDLE_DISABLE(Code) | | |
TWIDDLE_ENABLE | final protected static int TWIDDLE_ENABLE(Code) | | |
MetaInfServicesTest | public MetaInfServicesTest(String name)(Code) | | |
testEverything | public void testEverything() throws Exception(Code) | | Fails to work if you have >1 method per class, because setUp gets run more
than once (XTest bug I suppose).
|
|
|