We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa56f58 + d3db032 commit 3bed2b5Copy full SHA for 3bed2b5
README.md
@@ -45,6 +45,8 @@ public void assertStrictlyPositive (double value)
45
46
<h3>3. FormatUtils</h3>
47
48
+This class contains methods used to format test or print with special format.
49
+
50
<b>Exemple :</b>
51
```
52
public String toFirstUpperCase (String string)
@@ -96,4 +98,4 @@ public T max (T[] array) // with ‹T extends Comparator‹T››
96
98
public T max (T[] array, Comparator‹T› comparator)
97
99
public T max (Collection‹T› collection) // with ‹T extends Comparator‹T››
100
public T max (Collection‹T› collection, Comparator‹T› comparator)
-```
101
+```
0 commit comments