Skip to content

Commit

Permalink
Remove unused TestHelper.assertPublisherIsTheSameAs method
Browse files Browse the repository at this point in the history
  • Loading branch information
stIncMale committed Nov 20, 2023
1 parent 091a01f commit 80f9603
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -114,10 +114,6 @@ public static void assertOperationIsTheSameAs(@Nullable final Object expectedOpe
assertEquals(expectedMap, actualMap);
}

public static void assertPublisherIsTheSameAs(final Publisher<?> expectedPublisher, final Publisher<?> actualPublisher) {
assertPublisherIsTheSameAs(expectedPublisher, actualPublisher, null);
}

public static void assertPublisherIsTheSameAs(final Publisher<?> expectedPublisher, final Publisher<?> actualPublisher,
@Nullable final String message) {
Map<String, Optional<Object>> expectedMap = getClassPrivateFieldValues(getRootSource(expectedPublisher));
Expand Down

0 comments on commit 80f9603

Please sign in to comment.