Closed newnius closed 4 years ago
Change
import org.junit.Assert;
to
import static org.junit.Assert.assertNotEquals;
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.
Hi, @newnius , Thank you very much . /assign @yangjf2019
Change
to
AND
Update all
to
For example
update
to