8 lines
326 B
HTML
8 lines
326 B
HTML
<html>
|
|
<body>
|
|
Turns assertThat(string.someMethod(arg)).isTrue/isFalse() into assertThat(string).someMethod(arg).
|
|
<!-- tooltip end -->
|
|
<br>someMethod() can be isEmpty(), equals(), equalsIgnoreCase(), contentEquals(), contains(), startsWith(), endsWith(),
|
|
matches(), compareToIgnoreCase(), indexOf(), and trim().
|
|
</body>
|
|
</html> |