Files
cajon-plugin/src/main/resources/inspectionDescriptions/AssertThatComparable.html
T

5 lines
108 B
HTML

<html>
<body>
Turns assertThat(obj1.compareTo(obj2)) into assertThat(obj1).someMethod(obj2).
</body>
</html>