Skip to content

Commit

Permalink
javafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Oct 20, 2023
1 parent ce8eb0a commit 42a7ec8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
@ExtendWith(TestKitJUnit5Extension.class)
class JUnit5IntegrationExampleTest {

@JUnit5TestKit
public ActorTestKit testKit = new JUnit5TestKitBuilder().build();
@JUnit5TestKit public ActorTestKit testKit = new JUnit5TestKitBuilder().build();

@Test
void junit5Test() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
@ExtendWith(LogCapturingExtension.class)
class LogCapturingExtensionExampleTest {

@JUnit5TestKit
public ActorTestKit testKit = new JUnit5TestKitBuilder().build();
@JUnit5TestKit public ActorTestKit testKit = new JUnit5TestKitBuilder().build();

@Test
void testSomething() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
@ExtendWith(LogCapturingExtension.class)
class ActorTestKitJUnit5Test extends JUnitSuite {

@JUnit5TestKit
public ActorTestKit testKit = new JUnit5TestKitBuilder().build();
@JUnit5TestKit public ActorTestKit testKit = new JUnit5TestKitBuilder().build();

@Test
void systemNameShouldComeFromTestClassViaJunitResource() {
Expand Down

0 comments on commit 42a7ec8

Please sign in to comment.