| org.netbeans.spi.project.support.ant.ProjectGeneratorTest
ProjectGeneratorTest | public class ProjectGeneratorTest extends NbTestCase (Code) | | Test functionality of ProjectGenerator.
author: Jesse Glick |
Method Summary | |
protected void | setUp() | protected void | tearDown() | public void | testCreateNewProject() Check that it is possible to create a complete new Ant-based project from scratch. |
ProjectGeneratorTest | public ProjectGeneratorTest(String name)(Code) | | Create the test case.
Parameters: name - the test name |
testCreateNewProject | public void testCreateNewProject() throws Exception(Code) | | Check that it is possible to create a complete new Ant-based project from scratch.
throws: Exception - if anything fails unexpectedly |
|
|