Minor fixes to descriptions.

This commit is contained in:
2019-04-29 19:58:05 +02:00
parent 0b2ce470db
commit 3ece81b024
6 changed files with 7 additions and 6 deletions
@@ -2,6 +2,6 @@
<body>
Turns assertThat(object instanceof classname).isEqualTo(true/false) into assertThat(object).is(Not)InstanceOf(classname.class).
<!-- tooltip end -->
Also works with constant expressions and Boolean.TRUE/FALSE.
<br>Also works with constant expressions and Boolean.TRUE/FALSE.
</body>
</html>