| org.netbeans.modules.identity.qaf.IdentityValidation
IdentityValidation | public class IdentityValidation extends WsValidation (Code) | | author: jp154641 author: This test suite was created to automate most basic Identity test cases author: such as editing of AM Profiles, securing WS and WSC in Web and EJB Module author: Basic functionality for web services area is implemented in WSValidation class |
PROJECTS_FOLDER_FILE | public static File PROJECTS_FOLDER_FILE(Code) | | |
SERVER_PATH | public static String SERVER_PATH(Code) | | Initialization of suite properties
|
WSC_PROJECT_FILE | public static File WSC_PROJECT_FILE(Code) | | |
WSP_PROJECT_FILE | public static File WSP_PROJECT_FILE(Code) | | |
IdentityValidation | public IdentityValidation(String name)(Code) | | Creates a new instance of IdentityValidation
|
checkAMProfiles | public void checkAMProfiles()(Code) | | Test AM Profiles
- this test kills many birds with one stone, when it tests if AM node is present,
if AM Profiles are editable/configuration test and edit each of them
|
editProfile | public void editProfile(Node profiles, String nodeName)(Code) | | Method for editing of selected profile
- we check if Verify Response checkbox is editable
|
getWsClientPackage | protected String getWsClientPackage()(Code) | | |
getWsClientProjectName | protected String getWsClientProjectName()(Code) | | |
prepareWSClientProject | public void prepareWSClientProject() throws IOException(Code) | | This method creates web module and web service client to previously
deployed web service. The word Client in name ot the suite method
is essential for correct working of this method!
throws: java.io.IOException - |
prepareWSProject | public void prepareWSProject() throws IOException(Code) | | This method creates test web project with web service and two
operations, then deploys it.
throws: java.io.IOException - |
secureWSCinWebModule | public void secureWSCinWebModule()(Code) | | Setting AM security for WS client in web module
|
secureWSinWebModule | public void secureWSinWebModule()(Code) | | Setting AM security for WS provider in web module
|
stopSDKGlassfish | public void stopSDKGlassfish()(Code) | | Stop SDK Glassfish
- just stops the server,after testing's done
|
suite | public static TestSuite suite()(Code) | | |
testAMSecurityInWeb | public void testAMSecurityInWeb()(Code) | | Test of AM security in web project
- both ws provider and client
- sets AM security in WS provider, deploys WS and then sets AM security in WSC and deploys it
|
|
|