Uses of Interface
com.microsoft.playwright.assertions.APIResponseAssertions
-
Packages that use APIResponseAssertions Package Description com.microsoft.playwright.assertions -
-
Uses of APIResponseAssertions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return APIResponseAssertions Modifier and Type Method Description static APIResponseAssertionsPlaywrightAssertions. assertThat(APIResponse response)Creates aAPIResponseAssertionsobject for the givenAPIResponse.APIResponseAssertionsAPIResponseAssertions. not()Makes the assertion check for the opposite condition.
-