Replace imports: org.junit.Assert.* -> org.junit.jupiter.api.Assertions.* org.junit.After -> org.junit.jupiter.api.AfterEach org.junit.Before -> org.junit.jupiter.api.BeforeEach Move the `message` argument to last position. Issue: SWF-1739
Replace imports: org.junit.Assert.* -> org.junit.jupiter.api.Assertions.* org.junit.After -> org.junit.jupiter.api.AfterEach org.junit.Before -> org.junit.jupiter.api.BeforeEach Move the `message` argument to last position. Issue: SWF-1739