be rest assured code example
Example: rest assured
RestAssured: is a library for testing restful API programmatically.
it use a library called Hamcrest for aserting the response
import static io.restassured.RestAssured.* ;
RestAssured: is a library for testing restful API programmatically.
it use a library called Hamcrest for aserting the response
import static io.restassured.RestAssured.* ;