| |
|
| org.netbeans.modules.apisupport.project.BrokenPlatformReferenceTest
BrokenPlatformReferenceTest | final public class BrokenPlatformReferenceTest extends NbTestCase (Code) | | Check that missing or invalid *.properties files do not badly break projects.
More or less corresponds to issue #66404 and others.
author: Jesse Glick |
BrokenPlatformReferenceTest | public BrokenPlatformReferenceTest(String name)(Code) | | |
testEverythingNormal | public void testEverythingNormal() throws Exception(Code) | | Make sure everything is working as expected when there are no breakages.
|
testIncorrectPlatformPrivatePropertiesDefaultPlatform | public void testIncorrectPlatformPrivatePropertiesDefaultPlatform() throws Exception(Code) | | Test that use of default platform is still fine even if platform-private.properties is initially incorrect; must be corrected.
|
testMissingPlatformPrivatePropertiesDefaultPlatform | public void testMissingPlatformPrivatePropertiesDefaultPlatform() throws Exception(Code) | | Test that use of default platform is OK even if platform-private.properties is initially missing; must be created.
|
testUsableModuleListForBrokenPlatform | public void testUsableModuleListForBrokenPlatform() throws Exception(Code) | | |
|
|
|