Skip to content

Commit

Permalink
refactor(tests): convert leftout junit4 based testcases to junit5 (#1018
Browse files Browse the repository at this point in the history
)

Before refactor, total test cases executed were 275.
After refactor, total test cases executed are 275.
  • Loading branch information
j-sandy authored Sep 28, 2023
1 parent da08d0a commit 70a06b0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

import static com.netflix.spinnaker.rosco.manifests.ManifestTestUtils.makeSpinnakerHttpException;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.mockito.Mockito.any;
import static org.mockito.Mockito.doThrow;
import static org.mockito.Mockito.mock;
Expand Down

0 comments on commit 70a06b0

Please sign in to comment.