-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #340 from CBIIT/muzipovay2
CHARMS - Verifying fields in NV Participant Studies
- Loading branch information
Showing
11 changed files
with
634 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 14 additions & 14 deletions
28
src/test/java/CHARMS/Constants/CHARMS_Data_File_Path_Constants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
package CHARMS.Constants; | ||
|
||
public class CHARMS_Data_File_Path_Constants { | ||
public static final String RAS_SURVEY = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/RasSurveySelfSubmission.xlsx"; | ||
public static final String RAS_SURVEY_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/RasSurveyDataVerificationTableData.xlsx"; | ||
public static final String RAS_SCENARIO_ONE_DATA = "src/test/java/ServiceNow/CHARMS/Resources/RASScenario1.xlsx"; | ||
public static final String RAS_SCENARIO_TWO_DATA = "src/test/java/ServiceNow/CHARMS/Resources/RASScenario2.xlsx"; | ||
public static final String RAS_SURVEY = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/RasSurveySelfSubmission.xlsx"; | ||
public static final String RAS_SURVEY_DATA = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/RasSurveyDataVerificationTableData.xlsx"; | ||
public static final String RAS_SCENARIO_ONE_DATA = "src/test/java/CHARMS/Resources/RASScenario1.xlsx"; | ||
public static final String RAS_SCENARIO_TWO_DATA = "src/test/java/CHARMS/Resources/RASScenario2.xlsx"; | ||
public static final String RAS_SCENARIO_THREE_DATA = "DEPRECATED/CHARMS/Resources/RASScenario3.xlsx"; | ||
public static final String RAS_SCENARIO_FOUR_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/RASScenario4.xlsx"; | ||
public static final String RAS_SCENARIO_FIVE_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/GenAIData/Gen_AI_Data_Set_1.xlsx"; | ||
public static final String RAS_SCENARIO_AGE_UNDER_7 = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/RASScenario_Consent_Age_Under-7.xlsx"; | ||
public static final String RAS_SCENARIO_AGE_7_10_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/RASScenario_Consent_Age_7-10.xlsx"; | ||
public static final String RAS_SCENARIO_AGE_11_13_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/RASScenario_Consent_Age_11-13.xlsx"; | ||
public static final String RAS_SCENARIO_AGE_14_17_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/RASScenario_Consent_Age_14-17.xlsx"; | ||
public static final String RAS_SCENARIO_ADULT_NEEDS_LAR = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/RASScenario_Consent_Adult_Needs_LAR.xlsx"; | ||
public static final String RAS_SCENARIO_ADULT = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/RASScenario_Consent_Adult.xlsx"; | ||
public static final String RAS_SCENARIO_FOUR_DATA = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/RASScenario4.xlsx"; | ||
public static final String RAS_SCENARIO_FIVE_DATA = System.getProperty("user.dir") + "/src/test/java/CHARMS/GenAIData/Gen_AI_Data_Set_1.xlsx"; | ||
public static final String RAS_SCENARIO_AGE_UNDER_7 = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/RASScenario_Consent_Age_Under-7.xlsx"; | ||
public static final String RAS_SCENARIO_AGE_7_10_DATA = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/RASScenario_Consent_Age_7-10.xlsx"; | ||
public static final String RAS_SCENARIO_AGE_11_13_DATA = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/RASScenario_Consent_Age_11-13.xlsx"; | ||
public static final String RAS_SCENARIO_AGE_14_17_DATA = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/RASScenario_Consent_Age_14-17.xlsx"; | ||
public static final String RAS_SCENARIO_ADULT_NEEDS_LAR = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/RASScenario_Consent_Adult_Needs_LAR.xlsx"; | ||
public static final String RAS_SCENARIO_ADULT = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/RASScenario_Consent_Adult.xlsx"; | ||
public static final String IIQ_SAMPLE_FORM = "https://ncidccpssurveys.gov1.qualtrics.com/jfe/form/SV_37PVCadeAqdT6Ki?family_member_id=5671bd521bafa1106daea681f54bcb68&study=RASopathies"; | ||
public static final String FHQ_SCENARIO_ONE_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/FHQScenario1.xlsx"; | ||
public static final String FHQ_SCENARIO_TWO_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/FHQScenario2.xlsx"; | ||
public static final String FHQ_SCENARIO_ONE_DATA = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/FHQScenario1.xlsx"; | ||
public static final String FHQ_SCENARIO_TWO_DATA = System.getProperty("user.dir") + "/src/test/java/CHARMS/Resources/FHQScenario2.xlsx"; | ||
} |
Oops, something went wrong.