RL
Size: a a a
LY
RT
if (testCase.success) {
RestAssured.with()
.when()
.body(testCase.entity)
.post()
.then()
.statusCode(200);
} else {
RestAssured.with()
.when()
.body(testCase.entity)
.post()
.then()
.statusCode(400);
}
OP
if (testCase.success) {
RestAssured.with()
.when()
.body(testCase.entity)
.post()
.then()
.statusCode(200);
} else {
RestAssured.with()
.when()
.body(testCase.entity)
.post()
.then()
.statusCode(400);
}
VK
A
OK
A
OK
A
ES
АК
OK
АК
OK
OK
АК
АК
OK
АК