You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ApiModelProperty(example = "web_generic", required = true, value = "Indicates to TESTAR the protocol to be executed")
50
+
@ApiModelProperty(example = "desktop_generic", required = true, value = "Indicates to TESTAR the protocol to be executed")
54
51
@NotNull
55
52
56
53
publicStringgetSse() {
@@ -70,7 +67,7 @@ public Params sse(String sse) {
70
67
* Execution mode in TESTAR (Spy, Generate, GenerateManual, Replay)
71
68
* @return mode
72
69
**/
73
-
@ApiModelProperty(example = "Replay", required = true, value = "Execution mode in TESTAR (Spy, Generate, GenerateManual, Replay)")
70
+
@ApiModelProperty(example = "Generate", required = true, value = "Execution mode in TESTAR (Spy, Generate, GenerateManual, Replay)")
74
71
@NotNull
75
72
76
73
publicStringgetMode() {
@@ -88,41 +85,41 @@ public Params mode(String mode) {
88
85
89
86
/**
90
87
* How you want to connect to the SUT (COMMAND_LINE, SUT_WINDOW_TITLE, SUT_PROCESS_NAME, WEB_DRIVER)
91
-
* @return SUTConnector
88
+
* @return sutConnector
92
89
*/
93
90
@ApiModelProperty(example = "COMMAND_LINE", required = true, value = "How you want to connect to the SUT (COMMAND_LINE, SUT_WINDOW_TITLE, SUT_PROCESS_NAME, WEB_DRIVER)")
94
91
@NotNull
95
92
96
-
publicStringgetSUTConnector() {
97
-
returnSUTConnector;
93
+
publicStringgetSutConnector() {
94
+
returnsutConnector;
98
95
}
99
96
100
-
publicvoidsetSUTConnector(StringSUTConnector) {
101
-
this.SUTConnector = SUTConnector;
97
+
publicvoidsetSutConnector(StringsutConnector) {
98
+
this.sutConnector = sutConnector;
102
99
}
103
100
104
-
publicParamsSUTConnector(StringSUTConnector) {
105
-
this.SUTConnector = SUTConnector;
101
+
publicParamssutConnector(StringsutConnector) {
102
+
this.sutConnector = sutConnector;
106
103
returnthis;
107
104
}
108
105
109
106
/**
110
107
* Indicate the location of the SUT
111
-
* @return SUTConnectorValue
108
+
* @return sutConnectorValue
112
109
*/
113
110
@ApiModelProperty(example = "c:\\windows\\system32\\notepad.exe", required = true, value = "How you want to connect to the SUT (COMMAND_LINE, SUT_WINDOW_TITLE, SUT_PROCESS_NAME, WEB_DRIVER)")
* In case of using REPLAY mode filename of the sequence
227
204
* @return sequenceFileName
228
205
**/
229
-
@ApiModelProperty(example = "sequence-testapp", value = "In case of using REPLAY mode filename of the sequence")
206
+
@ApiModelProperty(example = "sequence-number", value = "In case of using REPLAY mode filename of the sequence")
230
207
231
208
publicStringgetSequenceFileName() {
232
209
returnsequenceFileName;
@@ -245,7 +222,7 @@ public Params sequenceFileName(String sequenceFileName) {
245
222
* Name of the testcase to be inserted in internal TESTAR logs for further analysis
246
223
* @return testCaseName
247
224
**/
248
-
@ApiModelProperty(example = "Anp-publicDomain", required = true, value = "Name of the testcase to be inserted in internal TESTAR logs for further analysis")
225
+
/*@ApiModelProperty(example = "test-case-name", required = true, value = "Name of the testcase to be inserted in internal TESTAR logs for further analysis")
249
226
@NotNull
250
227
251
228
public String getTestCaseName() {
@@ -259,7 +236,7 @@ public void setTestCaseName(String testCaseName) {
259
236
public Params testCaseName(String testCaseName) {
260
237
this.testCaseName = testCaseName;
261
238
return this;
262
-
}
239
+
}*/
263
240
264
241
@Override
265
242
publicbooleanequals(java.lang.Objecto) {
@@ -272,20 +249,19 @@ public boolean equals(java.lang.Object o) {
0 commit comments