7 lines
212 B
HTML
7 lines
212 B
HTML
<html>
|
|
<body>
|
|
Turns assertThat(condition).isEqualTo(true/false) into assertThat(condition).isTrue()/isFalse().
|
|
<!-- tooltip end -->
|
|
<br>Also works with constant expressions and Boolean.TRUE/FALSE.
|
|
</body>
|
|
</html> |