|
Change Parameter Type securedMatcher : Matcher<? extends Boolean> to securedMatcher : Matcher<? super Boolean> in method public secured(securedMatcher Matcher<? super Boolean>) : DetailedCookieMatcher in class io.restassured.matcher.DetailedCookieMatcher |
From |
To |
|
Change Parameter Type valueMatcher : Matcher<? extends String> to valueMatcher : Matcher<? super String> in method public value(valueMatcher Matcher<? super String>) : DetailedCookieMatcher in class io.restassured.matcher.DetailedCookieMatcher |
From |
To |
|
Change Parameter Type domainMatcher : Matcher<? extends String> to domainMatcher : Matcher<? super String> in method public domain(domainMatcher Matcher<? super String>) : DetailedCookieMatcher in class io.restassured.matcher.DetailedCookieMatcher |
From |
To |
|
Change Parameter Type expiryDateMatcher : Matcher<? extends Date> to expiryDateMatcher : Matcher<? super Date> in method public expiryDate(expiryDateMatcher Matcher<? super Date>) : DetailedCookieMatcher in class io.restassured.matcher.DetailedCookieMatcher |
From |
To |
|
Change Parameter Type pathMatcher : Matcher<? extends String> to pathMatcher : Matcher<? super String> in method public path(pathMatcher Matcher<? super String>) : DetailedCookieMatcher in class io.restassured.matcher.DetailedCookieMatcher |
From |
To |
|
Change Parameter Type commentMatcher : Matcher<? extends String> to commentMatcher : Matcher<? super String> in method public comment(commentMatcher Matcher<? super String>) : DetailedCookieMatcher in class io.restassured.matcher.DetailedCookieMatcher |
From |
To |
|
Change Parameter Type versionMatcher : Matcher<? extends Integer> to versionMatcher : Matcher<? super Integer> in method public version(versionMatcher Matcher<? super Integer>) : DetailedCookieMatcher in class io.restassured.matcher.DetailedCookieMatcher |
From |
To |
|
Change Parameter Type httpOnlyMatcher : Matcher<? extends Boolean> to httpOnlyMatcher : Matcher<? super Boolean> in method public httpOnly(httpOnlyMatcher Matcher<? super Boolean>) : DetailedCookieMatcher in class io.restassured.matcher.DetailedCookieMatcher |
From |
To |
|
Change Parameter Type maxAgeMatcher : Matcher<? extends Integer> to maxAgeMatcher : Matcher<? super Integer> in method public maxAge(maxAgeMatcher Matcher<? super Integer>) : DetailedCookieMatcher in class io.restassured.matcher.DetailedCookieMatcher |
From |
To |