| org.netbeans.modules.apisupport.project.TestBase org.netbeans.modules.apisupport.project.BuildFeedreaderTest
BuildFeedreaderTest | public class BuildFeedreaderTest extends TestBase (Code) | | Tests Feedreader sample.
Invokes various Ant targets over Feedreader sample.
author: Tomas Musil |
BuildFeedreaderTest | public BuildFeedreaderTest(String testName)(Code) | | |
runAntTargetsOnFeedreader | public int runAntTargetsOnFeedreader(String[] targets) throws Exception(Code) | | Extracts feedreader 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 feedreader
|
testBuildJNLP | public void testBuildJNLP() throws Exception(Code) | | Invokes build-jnlp target on feedreader
|
testBuildNBMs | public void testBuildNBMs() throws Exception(Code) | | Invokes nbms target on feedreader
|
testBuildZip | public void testBuildZip() throws Exception(Code) | | Invokes build-zip target on feedreader
|
testClean | public void testClean() throws Exception(Code) | | Invokes clean target on feedreader
|
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)
|
|
|