Reformat JUnit 5 examples
This commit is contained in:
@@ -3,9 +3,7 @@ package com.baeldung;
|
||||
import org.junit.gen5.api.Test;
|
||||
|
||||
import static org.junit.gen5.api.Assertions.assertEquals;
|
||||
import static org.junit.gen5.api.Assumptions.assumeFalse;
|
||||
import static org.junit.gen5.api.Assumptions.assumeTrue;
|
||||
import static org.junit.gen5.api.Assumptions.assumingThat;
|
||||
import static org.junit.gen5.api.Assumptions.*;
|
||||
|
||||
public class AssumptionTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user