| org.netbeans.modules.apisupport.project.TestBase org.netbeans.modules.apisupport.project.BuildPaintapplicationTest
BuildPaintapplicationTest | public class BuildPaintapplicationTest extends TestBase (Code) | | Tests Paintapp sample.
Invokes various Ant targets over Paintapp sample.
author: Tomas Musil |
BuildPaintapplicationTest | public BuildPaintapplicationTest(String testName)(Code) | | |
runAntTargetsOnPaintapp | public int runAntTargetsOnPaintapp(String[] targets) throws Exception(Code) | | Extracts paintapp to workdir, then platform properties are copied and ant task(s) is called. Build status is returned
|
testBuild | public void testBuild() throws Exception(Code) | | Invokes build target on paintapp
|
testBuildJNLP | public void testBuildJNLP() throws Exception(Code) | | Invokes build-jnlp target on paintapp
|
testBuildNBMs | public void testBuildNBMs() throws Exception(Code) | | Invokes nbms target on paintapp
|
testBuildZip | public void testBuildZip() throws Exception(Code) | | Invokes build-zip target on paintapp
|
testClean | public void testClean() throws Exception(Code) | | Invokes clean target on paintapp
|
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)
|
|
|