Skip to content

Commit

Permalink
Update archunit-junit/junit4/src/test/java/com/tngtech/archunit/junit…
Browse files Browse the repository at this point in the history
…/internal/ArchUnitRunnerRunsMethodsTest.java

Co-authored-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
  • Loading branch information
codecholeric and hankem authored Apr 9, 2024
1 parent be3f3be commit fb2ce54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void ignores_all_methods_in_classes_annotated_with_ArchIgnore() throws In

@Test
public void ignores_all_methods_in_base_classes_of_classes_annotated_with_ArchIgnore() throws InitializationError {
ArchUnitRunnerInternal runner = new ArchUnitRunnerInternal(IgnoredArchTestWithBaseClass.class);
ArchUnitRunnerInternal runner = newRunnerFor(IgnoredArchTestWithBaseClass.class);

runner.runChild(getRule(toBeIgnoredOneInBaseClass, runner), runNotifier);
runner.runChild(getRule(toBeIgnoredTwoInBaseClass, runner), runNotifier);
Expand Down

0 comments on commit fb2ce54

Please sign in to comment.