cajon-plugin/src/main/resources/inspectionDescriptions/AssertThatEnumerableIsEmpty.html

7 lines
217 B
HTML

<html>
<body>
Turns assertThat(enumerable).hasSize(0) into assertThat(enumerable).isEmpty().
<!-- tooltip end -->
<br>Works with anything that is enumerable such as arrays, iterables, collections, etc.
</body>
</html>