org.netbeans.modules.apisupport.project .TestBase org.netbeans.modules.apisupport.project.ui.customizer .SingleModulePropertiesTest SingleModulePropertiesTest public class SingleModulePropertiesTest extends TestBase (Code) Tests
SingleModuleProperties . Actually also for some classes which
SingleModuleProperties utilizes - which doesn't mean they shouldn't be tested
individually :)
author: Martin Krauskopf
SingleModulePropertiesTest public SingleModulePropertiesTest(String name)(Code)
testAvailablePublicPackages public void testAvailablePublicPackages() throws Exception (Code)
testDefaultPackageIsNotOffered_71532 public void testDefaultPackageIsNotOffered_71532() throws Exception (Code)
testGetActivePlatform public void testGetActivePlatform() throws Exception (Code)
testGetAvailableFriends public void testGetAvailableFriends() throws Exception (Code)
testGetPublicPackages public void testGetPublicPackages() throws Exception (Code)
testGetUniverseDependencies public void testGetUniverseDependencies() throws Exception (Code)
testNiceFormattingForRequiredTokensInManifest_63516 public void testNiceFormattingForRequiredTokensInManifest_63516() throws Exception (Code)
testPublicPackagesAreUpToDate_63561 public void testPublicPackagesAreUpToDate_63561() throws Exception (Code)
testSimulateIllLocalizedBundlePackageRefactoring_67961 public void testSimulateIllLocalizedBundlePackageRefactoring_67961() throws Exception (Code)
testSimulateLocalizedBundlePackageRefactoring public void testSimulateLocalizedBundlePackageRefactoring() throws Exception (Code)
testThatBasicPropertiesAreLoaded public void testThatBasicPropertiesAreLoaded() throws Exception (Code) Tests few basic properties to be sure that loading works.
testThatFilesAreNotTouched_67249 public void testThatFilesAreNotTouched_67249() throws Exception (Code)
testThatManifestFormattingIsNotMessedUp_61248 public void testThatManifestFormattingIsNotMessedUp_61248() throws Exception (Code)
testThatProjectWithoutBundleDoesNotThrowNPE_61469 public void testThatProjectWithoutBundleDoesNotThrowNPE_61469() throws Exception (Code)
testThatPropertiesAreRefreshed public void testThatPropertiesAreRefreshed() throws Exception (Code)
testThatPropertiesListen public void testThatPropertiesListen() throws Exception (Code)
testThatTheModuleDoesNotOfferItself_61232 public void testThatTheModuleDoesNotOfferItself_61232() throws Exception (Code) Test that a module doesn't offer itself in its dependency list.
Methods inherited from org.netbeans.modules.apisupport.project.TestBase public static void assertAsynchronouslyUpdatedChildrenNodes(Node node, int n) throws InterruptedException (Code) (Java Doc) protected File copyFolder(File d) throws IOException (Code) (Java Doc) public static void createJar(File jar, Map contents, Manifest manifest) throws IOException (Code) (Java Doc) public static void delete(File f) throws IOException (Code) (Java Doc) public static void dump(FileObject f, String contents) throws IOException (Code) (Java Doc) public static void dump(File f, String contents) throws IOException (Code) (Java Doc) protected static File file(File root, String path)(Code) (Java Doc) protected File file(String path)(Code) (Java Doc) public NbModuleProject generateStandaloneModule(String prjDir) throws IOException (Code) (Java Doc) public static NbModuleProject generateStandaloneModule(File workDir, String prjDir) throws IOException (Code) (Java Doc) public static FileObject generateStandaloneModuleDirectory(File workDir, String prjDir) throws IOException (Code) (Java Doc) public SuiteProject generateSuite(String prjDir) throws IOException (Code) (Java Doc) public static SuiteProject generateSuite(File workDir, String prjDir) throws IOException (Code) (Java Doc) public static SuiteProject generateSuite(File workDir, String prjDir, String platformID) throws IOException (Code) (Java Doc) public static NbModuleProject generateSuiteComponent(SuiteProject suiteProject, String prjDir) throws Exception (Code) (Java Doc) public static NbModuleProject generateSuiteComponent(SuiteProject suiteProject, File parentDir, String prjDir) throws Exception (Code) (Java Doc) public static File initializeBuildProperties(File workDir, File dataDir) throws Exception (Code) (Java Doc) public static void makePlatform(File d) throws IOException (Code) (Java Doc) protected FileObject nbRoot()(Code) (Java Doc) protected File nbRootFile()(Code) (Java Doc) protected FileObject resolveEEP(String relativePath)(Code) (Java Doc) protected File resolveEEPFile(String relativePath)(Code) (Java Doc) protected String resolveEEPPath(String relativePath)(Code) (Java Doc) protected void setUp() throws Exception (Code) (Java Doc) public static String slurp(FileObject fileObject) throws IOException (Code) (Java Doc) public static String slurp(File file) throws IOException (Code) (Java Doc) protected void tearDown() throws Exception (Code) (Java Doc)