| |
|
| org.netbeans.test.web.WebProjectValidation org.netbeans.test.web.WebProjectValidationNb36WebModule
WebProjectValidationNb36WebModule | public class WebProjectValidationNb36WebModule extends WebProjectValidation (Code) | | author: lm97939 |
WebProjectValidationNb36WebModule | public WebProjectValidationNb36WebModule(String name)(Code) | | Need to be defined because of JUnit
|
suite | public static NbTestSuite suite()(Code) | | |
testCreateTLD | public void testCreateTLD()(Code) | | |
testNewJSP | public void testNewJSP() throws IOException(Code) | | Test new JSP wizard.
- open New File wizard from main menu (File|New File)
- select sample project as target
- select Web|JSP file type
- in the next panel type name
- finish the wizard
- check file is open in editor and close all opened documents
|
testNewWebProject | public void testNewWebProject() throws IOException(Code) | | Test creation of web application.
- open New Project wizard from main menu (File|New Project)
- select Web|Web Application
- in the next panel type project name and project location
- finish the wizard
- wait until scanning of java files is finished
- check index.jsp is opened
|
|
|
|