| |
|
| org.netbeans.test.web.WebProjectValidation
All known Subclasses: org.netbeans.test.web.WebProjectValidation13, org.netbeans.test.web.WebProjectValidationNb36WebModule,
WebProjectValidation | public class WebProjectValidation extends JellyTestCase (Code) | | |
PROJECT_LOCATION | final protected static String PROJECT_LOCATION(Code) | | |
logIdx | protected static int logIdx(Code) | | |
WebProjectValidation | public WebProjectValidation(String name)(Code) | | Need to be defined because of JUnit
|
installJemmyQueue | protected void installJemmyQueue()(Code) | | |
setUp | public void setUp()(Code) | | |
sleep | protected void sleep(int milis)(Code) | | |
suite | public static NbTestSuite suite()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testBrowserSettings | public void testBrowserSettings()(Code) | | |
testBuildProject | public void testBuildProject()(Code) | | |
testCleanProject | public void testCleanProject()(Code) | | |
testCompileAllJSP | public void testCompileAllJSP()(Code) | | |
testCompileJSP | public void testCompileJSP()(Code) | | |
testCreateTLD | public void testCreateTLD()(Code) | | |
testCreateTagHandler | public void testCreateTagHandler()(Code) | | |
testFinish | public void testFinish()(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
|
testNewJSP2 | public void testNewJSP2() throws IOException(Code) | | Test new JSP wizard.
- open New File wizard from context menu on Web Pages (New|File)
- select JSP file type
- in the next panel type name in
- finish the wizard
- check file is open in editor and close all opened documents
|
testNewServlet | public void testNewServlet() throws IOException(Code) | | Test new servlet wizard.
- open New File wizard from main menu (File|New File)
- select sample project as target
- select Web|Servlet file type
- in the next panel type name
- finish the wizard
- check file is open in editor and close it
|
testNewServlet2 | public void testNewServlet2() throws IOException(Code) | | Test new Servlet wizard.
- open New File wizard from main menu (File|New File)
- select sample project as target
- select Java|Package file type
- in the next panel type package name in
- finish the wizard
- open New File wizard from context menu on created package node (New|File)
- select Web|Servlet file type
- in the next panel type class name in
- finish the wizard
- check class is open in editor and close it
|
testNewWebProject | public void testNewWebProject() throws IOException(Code) | | Test creation of web project.
- 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
|
testPreconditions | public void testPreconditions() throws Exception(Code) | | checks if the Server ports are not used
|
testRegisterTomcat | public void testRegisterTomcat()(Code) | | |
testRunHTML | public void testRunHTML()(Code) | | |
testRunJSP | public void testRunJSP()(Code) | | |
testRunServlet | public void testRunServlet()(Code) | | |
|
|
|