Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 1.1
  • Loading branch information
Ravikant-M1044571 committed Jul 2, 2020
2 parents dcbeab7 + 1f86d39 commit 0e129e5
Show file tree
Hide file tree
Showing 52 changed files with 2,366 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2096,4 +2096,53 @@ public String getUpdateTheStatusActivateDeactivateForTheGivenPolicyIdPath() {
// TODO Auto-generated method stub
return null;
}


@Override
public String getCreateMISPPath() {
// TODO Auto-generated method stub
return null;
}

@Override
public void setUpdateMISPPath(String updateMISPPath) {
// TODO Auto-generated method stub

}

@Override
public String getUpdateMISPPath() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getValidateMISPLicensePath() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getApproveMISPPath() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getRejectMISPPath() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getActivateMISPLicense() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getRetrieveMISPByMispIDPath() {
// TODO Auto-generated method stub
return null;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1682,4 +1682,44 @@ public String getUpdateTheStatusActivateDeactivateForTheGivenPolicyIdPath() {
// TODO Auto-generated method stub
return null;
}
@Override
public String getCreateMISPPath() {
// TODO Auto-generated method stub
return null;
}
@Override
public void setUpdateMISPPath(String updateMISPPath) {
// TODO Auto-generated method stub

}
@Override
public String getUpdateMISPPath() {
// TODO Auto-generated method stub
return null;
}
@Override
public String getValidateMISPLicensePath() {
// TODO Auto-generated method stub
return null;
}
@Override
public String getApproveMISPPath() {
// TODO Auto-generated method stub
return null;
}
@Override
public String getRejectMISPPath() {
// TODO Auto-generated method stub
return null;
}
@Override
public String getActivateMISPLicense() {
// TODO Auto-generated method stub
return null;
}
@Override
public String getRetrieveMISPByMispIDPath() {
// TODO Auto-generated method stub
return null;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -554,4 +554,14 @@ public abstract class RunConfig {
public abstract void setUpdateTheStatusActivateDeactivateForTheGivenPolicyIdPath(String updateTheStatusActivateDeactivateForTheGivenPolicyIdPath);
public abstract String getUpdateTheStatusActivateDeactivateForTheGivenPolicyIdPath();


public abstract String getCreateMISPPath();
public abstract void setUpdateMISPPath(String updateMISPPath);
public abstract String getUpdateMISPPath();
public abstract String getValidateMISPLicensePath();
public abstract String getApproveMISPPath();
public abstract String getRejectMISPPath();
public abstract String getActivateMISPLicense();
public abstract String getRetrieveMISPByMispIDPath();

}
Original file line number Diff line number Diff line change
Expand Up @@ -1864,4 +1864,52 @@ public String getUpdateTheStatusActivateDeactivateForTheGivenPolicyIdPath() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getCreateMISPPath() {
// TODO Auto-generated method stub
return null;
}

@Override
public void setUpdateMISPPath(String updateMISPPath) {
// TODO Auto-generated method stub

}

@Override
public String getUpdateMISPPath() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getValidateMISPLicensePath() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getApproveMISPPath() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getRejectMISPPath() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getActivateMISPLicense() {
// TODO Auto-generated method stub
return null;
}

@Override
public String getRetrieveMISPByMispIDPath() {
// TODO Auto-generated method stub
return null;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,71 @@ public class PartnerRunConfig extends RunConfig {
private String updateExistingPolicyForPolicyGroupPath;
private String updateTheStatusActivateDeactivateForTheGivenPolicyIdPath;

private String createMISPPath;
private String updateMISPPath;
private String validateMISPLicensePath;
private String approveMISPPath;
private String rejectMISPPath;
private String activateMISPLicense;
private String retrieveMISPByMispIDPath;

public String getRetrieveMISPByMispIDPath() {
return retrieveMISPByMispIDPath;
}

public void setRetrieveMISPByMispIDPath(String retrieveMISPByMispIDPath) {
this.retrieveMISPByMispIDPath = retrieveMISPByMispIDPath;
}

public String getActivateMISPLicense() {
return activateMISPLicense;
}

public void setActivateMISPLicense(String activateMISPLicense) {
this.activateMISPLicense = activateMISPLicense;
}

public String getRejectMISPPath() {
return rejectMISPPath;
}

public void setRejectMISPPath(String rejectMISPPath) {
this.rejectMISPPath = rejectMISPPath;
}

public String getApproveMISPPath() {
return approveMISPPath;
}

public void setApproveMISPPath(String approveMISPPath) {
this.approveMISPPath = approveMISPPath;
}

public String getValidateMISPLicensePath() {
return validateMISPLicensePath;
}

public void setValidateMISPLicensePath(String validateMISPLicensePath) {
this.validateMISPLicensePath = validateMISPLicensePath;
}

public String getUpdateMISPPath() {
return updateMISPPath;
}

public void setUpdateMISPPath(String updateMISPPath) {
this.updateMISPPath = updateMISPPath;
}

public String getCreateMISPPath() {
return createMISPPath;
}

public void setCreateMISPPath(String createMISPPath) {
this.createMISPPath = createMISPPath;
}


public String getUpdateTheStatusActivateDeactivateForTheGivenPolicyIdPath() {
return updateTheStatusActivateDeactivateForTheGivenPolicyIdPath;
}
Expand Down Expand Up @@ -363,6 +428,13 @@ public void setConfig(String testDataPath, String testDataFileName, String testT
setUpdateExistingPolicyForPolicyGroupPath(PartnerTestUtil.getPropertyValue("updateExistingPolicyForPolicyGroupPath"));
setUpdateTheStatusActivateDeactivateForTheGivenPolicyIdPath(PartnerTestUtil.getPropertyValue("updateTheStatusActivateDeactivateForTheGivenPolicyIdPath"));

setCreateMISPPath(PartnerTestUtil.getPropertyValue("createMISPPath"));
setUpdateMISPPath(PartnerTestUtil.getPropertyValue("updateMISPPath"));
setValidateMISPLicensePath(PartnerTestUtil.getPropertyValue("validateMISPLicensePath"));
setApproveMISPPath(PartnerTestUtil.getPropertyValue("approveMISPPath"));
setRejectMISPPath(PartnerTestUtil.getPropertyValue("rejectMISPPath"));
setActivateMISPLicense(PartnerTestUtil.getPropertyValue("activateMISPLicense"));
setRetrieveMISPByMispIDPath(PartnerTestUtil.getPropertyValue("retrieveMISPByMispIDPath"));
}

private void setFilePathFromTestdataFileName(File filePath, String testDataPath) {
Expand Down
Loading

0 comments on commit 0e129e5

Please sign in to comment.