| org.netbeans.modules.apisupport.project.TestBase org.netbeans.modules.apisupport.project.ProjectXMLManagerTest
ProjectXMLManagerTest | public class ProjectXMLManagerTest extends TestBase (Code) | | Tests ProjectXMLManager class.
author: Martin Krauskopf |
ProjectXMLManagerTest | public ProjectXMLManagerTest(String testName)(Code) | | |
testAddDependencies | public void testAddDependencies() throws Exception(Code) | | |
testAddTestDependency | public void testAddTestDependency() throws Exception(Code) | | |
testDependenciesOrder | public void testDependenciesOrder() throws Exception(Code) | | |
testExceptionWhenAddingTheSameModuleDependencyTwice | public void testExceptionWhenAddingTheSameModuleDependencyTwice() throws Exception(Code) | | |
testFindPublicPackages | public void testFindPublicPackages() throws Exception(Code) | | |
testGeneratedProject | public void testGeneratedProject() throws Exception(Code) | | |
testGetBinaryOrigins | public void testGetBinaryOrigins() throws Exception(Code) | | |
testGetCodeNameBase | public void testGetCodeNameBase() throws Exception(Code) | | |
testGetDirectDependencies | public void testGetDirectDependencies() throws Exception(Code) | | |
testGetDirectDependenciesForCustomPlatform | public void testGetDirectDependenciesForCustomPlatform() throws Exception(Code) | | |
testGetPublicPackages | public void testGetPublicPackages() throws Exception(Code) | | |
testIssue92363FixAddDependencyWhereSomeIsAlreadyPresent | public void testIssue92363FixAddDependencyWhereSomeIsAlreadyPresent() throws Exception(Code) | | |
testRemoveDependency | public void testRemoveDependency() throws Exception(Code) | | |
testRemoveTestDependency | public void testRemoveTestDependency() throws Exception(Code) | | |
testReplaceDependencies | public void testReplaceDependencies() throws Exception(Code) | | |
testReplacePublicPackages | public void testReplacePublicPackages() throws Exception(Code) | | |
testThatFriendPackagesAreGeneratedInTheRightOrder_61882 | public void testThatFriendPackagesAreGeneratedInTheRightOrder_61882() throws Exception(Code) | | |
validate | public static void validate(Project proj, boolean checkOrder) throws Exception(Code) | | |
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)
|
|
|