Closed newnius closed 5 years ago
Change
import org.junit.Assert;
to
import static org.junit.Assert.assertEquals;
AND
Update all
Assert.{{ method }}*
{{ method }}*
For example
update
Assert.assertTrue(mGraph.getRoots().isEmpty());
assertTrue(mGraph.getRoots().isEmpty());
Put the static imports before non-static imports.
Change
to
AND
Update all
to
For example
update
to