A C E G J M O P R T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AssertArrayEqualsToAssertThatVisitor() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertArrayEqualsToAssertThat.AssertArrayEqualsToAssertThatVisitor
- AssertEqualsToAssertThatVisitor() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertEqualsToAssertThat.AssertEqualsToAssertThatVisitor
- AssertFalseToAssertThatVisitor() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertFalseToAssertThat.AssertFalseToAssertThatVisitor
- AssertNotEqualsToAssertThatVisitor() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertNotEqualsToAssertThat.AssertNotEqualsToAssertThatVisitor
- AssertNotNullToAssertThatVisitor() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertNotNullToAssertThat.AssertNotNullToAssertThatVisitor
- AssertNullToAssertThatVisitor() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertNullToAssertThat.AssertNullToAssertThatVisitor
- AssertSameToAssertThatVisitor() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertSameToAssertThat.AssertSameToAssertThatVisitor
- AssertToAssertions - Class in org.openrewrite.java.testing.junit5
-
Change JUnit4's org.junit.Assert into JUnit5's org.junit.jupiter.api.Assertions The most significant difference between these classes is that in JUnit4 the optional String message is the first parameter, and the JUnit5 versions have the optional message as the final parameter
- AssertToAssertions() - Constructor for class org.openrewrite.java.testing.junit5.AssertToAssertions
- AssertToAssertions.AssertToAssertionsVisitor - Class in org.openrewrite.java.testing.junit5
- AssertToAssertionsVisitor() - Constructor for class org.openrewrite.java.testing.junit5.AssertToAssertions.AssertToAssertionsVisitor
- AssertTrueToAssertThatVisitor() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertTrueToAssertThat.AssertTrueToAssertThatVisitor
C
- CategoryToTag - Class in org.openrewrite.java.testing.junit5
-
Transforms the Junit4 @Category, which can list multiple categories, into one @Tag annotation per category listed
- CategoryToTag() - Constructor for class org.openrewrite.java.testing.junit5.CategoryToTag
- CategoryToTag.CategoryToTagVisitor - Class in org.openrewrite.java.testing.junit5
- CategoryToTagVisitor() - Constructor for class org.openrewrite.java.testing.junit5.CategoryToTag.CategoryToTagVisitor
- CleanupJUnitImports - Class in org.openrewrite.java.testing.junit5
-
Orders imports and removes unused imports from classes which import symbols from the "org.junit" package.
- CleanupJUnitImports() - Constructor for class org.openrewrite.java.testing.junit5.CleanupJUnitImports
- CleanupJUnitImports.CleanupJUnitImportsVisitor - Class in org.openrewrite.java.testing.junit5
- CleanupJUnitImportsVisitor() - Constructor for class org.openrewrite.java.testing.junit5.CleanupJUnitImports.CleanupJUnitImportsVisitor
- CleanupMockitoImports - Class in org.openrewrite.java.testing.mockito
-
Orders imports and removes unused imports from classes which import symbols from the "org.mockito" package.
- CleanupMockitoImports() - Constructor for class org.openrewrite.java.testing.mockito.CleanupMockitoImports
- CleanupMockitoImports.CleanupMockitoImportsVisitor - Class in org.openrewrite.java.testing.mockito
- CleanupMockitoImportsVisitor() - Constructor for class org.openrewrite.java.testing.mockito.CleanupMockitoImports.CleanupMockitoImportsVisitor
E
- ExpectedExceptionToAssertThrows - Class in org.openrewrite.java.testing.junit5
-
Replace usages of JUnit 4's @Rule ExpectedException with JUnit 5 Assertions.
- ExpectedExceptionToAssertThrows() - Constructor for class org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows
- ExpectedExceptionToAssertThrows.ExpectedExceptionToAssertThrowsVisitor - Class in org.openrewrite.java.testing.junit5
- ExpectedExceptionToAssertThrowsVisitor() - Constructor for class org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows.ExpectedExceptionToAssertThrowsVisitor
G
- getApplicableTest() - Method in class org.openrewrite.java.testing.junit5.AssertToAssertions
- getApplicableTest() - Method in class org.openrewrite.java.testing.junit5.CategoryToTag
- getApplicableTest() - Method in class org.openrewrite.java.testing.junit5.JUnitParamsRunnerToParameterized
- getApplicableTest() - Method in class org.openrewrite.java.testing.junit5.ParameterizedRunnerToParameterized
- getApplicableTest() - Method in class org.openrewrite.java.testing.junit5.UpdateMockWebServer
- getDescription() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertArrayEqualsToAssertThat
- getDescription() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertEqualsToAssertThat
- getDescription() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertFalseToAssertThat
- getDescription() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNotEqualsToAssertThat
- getDescription() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNotNullToAssertThat
- getDescription() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNullToAssertThat
- getDescription() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertSameToAssertThat
- getDescription() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertTrueToAssertThat
- getDescription() - Method in class org.openrewrite.java.testing.assertj.JUnitFailToAssertJFail
- getDescription() - Method in class org.openrewrite.java.testing.cleanup.TestsShouldIncludeAssertions
- getDescription() - Method in class org.openrewrite.java.testing.junit5.AssertToAssertions
- getDescription() - Method in class org.openrewrite.java.testing.junit5.CategoryToTag
- getDescription() - Method in class org.openrewrite.java.testing.junit5.CleanupJUnitImports
- getDescription() - Method in class org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows
- getDescription() - Method in class org.openrewrite.java.testing.junit5.JUnitParamsRunnerToParameterized
- getDescription() - Method in class org.openrewrite.java.testing.junit5.MockitoJUnitToMockitoExtension
- getDescription() - Method in class org.openrewrite.java.testing.junit5.ParameterizedRunnerToParameterized
- getDescription() - Method in class org.openrewrite.java.testing.junit5.RemoveObsoleteRunners
- getDescription() - Method in class org.openrewrite.java.testing.junit5.RunnerToExtension
- getDescription() - Method in class org.openrewrite.java.testing.junit5.TemporaryFolderToTempDir
- getDescription() - Method in class org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations
- getDescription() - Method in class org.openrewrite.java.testing.junit5.UpdateMockWebServer
- getDescription() - Method in class org.openrewrite.java.testing.junit5.UpdateTestAnnotation
- getDescription() - Method in class org.openrewrite.java.testing.junit5.UseTestMethodOrder
- getDescription() - Method in class org.openrewrite.java.testing.mockito.CleanupMockitoImports
- getDescription() - Method in class org.openrewrite.java.testing.mockito.MockUtilsToStatic
- getDisplayName() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertArrayEqualsToAssertThat
- getDisplayName() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertEqualsToAssertThat
- getDisplayName() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertFalseToAssertThat
- getDisplayName() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNotEqualsToAssertThat
- getDisplayName() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNotNullToAssertThat
- getDisplayName() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNullToAssertThat
- getDisplayName() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertSameToAssertThat
- getDisplayName() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertTrueToAssertThat
- getDisplayName() - Method in class org.openrewrite.java.testing.assertj.JUnitFailToAssertJFail
- getDisplayName() - Method in class org.openrewrite.java.testing.cleanup.TestsShouldIncludeAssertions
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.AssertToAssertions
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.CategoryToTag
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.CleanupJUnitImports
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.JUnitParamsRunnerToParameterized
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.MockitoJUnitToMockitoExtension
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.ParameterizedRunnerToParameterized
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.RemoveObsoleteRunners
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.RunnerToExtension
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.TemporaryFolderToTempDir
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.UpdateMockWebServer
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.UpdateTestAnnotation
- getDisplayName() - Method in class org.openrewrite.java.testing.junit5.UseTestMethodOrder
- getDisplayName() - Method in class org.openrewrite.java.testing.mockito.CleanupMockitoImports
- getDisplayName() - Method in class org.openrewrite.java.testing.mockito.MockUtilsToStatic
- getVisitor() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertArrayEqualsToAssertThat
- getVisitor() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertEqualsToAssertThat
- getVisitor() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertFalseToAssertThat
- getVisitor() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNotEqualsToAssertThat
- getVisitor() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNotNullToAssertThat
- getVisitor() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNullToAssertThat
- getVisitor() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertSameToAssertThat
- getVisitor() - Method in class org.openrewrite.java.testing.assertj.JUnitAssertTrueToAssertThat
- getVisitor() - Method in class org.openrewrite.java.testing.assertj.JUnitFailToAssertJFail
- getVisitor() - Method in class org.openrewrite.java.testing.cleanup.TestsShouldIncludeAssertions
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.AssertToAssertions
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.CategoryToTag
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.CleanupJUnitImports
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.JUnitParamsRunnerToParameterized
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.MockitoJUnitToMockitoExtension
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.ParameterizedRunnerToParameterized
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.RemoveObsoleteRunners
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.RunnerToExtension
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.TemporaryFolderToTempDir
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.UpdateMockWebServer
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.UpdateTestAnnotation
- getVisitor() - Method in class org.openrewrite.java.testing.junit5.UseTestMethodOrder
- getVisitor() - Method in class org.openrewrite.java.testing.mockito.CleanupMockitoImports
- getVisitor() - Method in class org.openrewrite.java.testing.mockito.MockUtilsToStatic
J
- JUnitAssertArrayEqualsToAssertThat - Class in org.openrewrite.java.testing.assertj
-
This is a refactoring visitor that will convert JUnit-style assertArrayEquals() to assertJ's assertThat().containsExactly().
- JUnitAssertArrayEqualsToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertArrayEqualsToAssertThat
- JUnitAssertArrayEqualsToAssertThat.AssertArrayEqualsToAssertThatVisitor - Class in org.openrewrite.java.testing.assertj
- JUnitAssertEqualsToAssertThat - Class in org.openrewrite.java.testing.assertj
-
This is a refactoring visitor that will convert JUnit-style assertEquals() to assertJ's assertThat().isEqualTo().
- JUnitAssertEqualsToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertEqualsToAssertThat
- JUnitAssertEqualsToAssertThat.AssertEqualsToAssertThatVisitor - Class in org.openrewrite.java.testing.assertj
- JUnitAssertFalseToAssertThat - Class in org.openrewrite.java.testing.assertj
-
This is a refactoring visitor that will convert JUnit-style assertFalse() to assertJ's assertThat().isFalse().
- JUnitAssertFalseToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertFalseToAssertThat
- JUnitAssertFalseToAssertThat.AssertFalseToAssertThatVisitor - Class in org.openrewrite.java.testing.assertj
- JUnitAssertNotEqualsToAssertThat - Class in org.openrewrite.java.testing.assertj
-
This is a refactoring visitor that will convert JUnit-style assertNotEquals() to assertJ's assertThat().isNotEqualTo().
- JUnitAssertNotEqualsToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertNotEqualsToAssertThat
- JUnitAssertNotEqualsToAssertThat.AssertNotEqualsToAssertThatVisitor - Class in org.openrewrite.java.testing.assertj
- JUnitAssertNotNullToAssertThat - Class in org.openrewrite.java.testing.assertj
-
This is a refactoring visitor that will convert JUnit-style assertNotNull() to assertJ's assertThat().isNotNull().
- JUnitAssertNotNullToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertNotNullToAssertThat
- JUnitAssertNotNullToAssertThat.AssertNotNullToAssertThatVisitor - Class in org.openrewrite.java.testing.assertj
- JUnitAssertNullToAssertThat - Class in org.openrewrite.java.testing.assertj
-
This is a refactoring visitor that will convert JUnit-style assertNull() to assertJ's assertThat().isNull().
- JUnitAssertNullToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertNullToAssertThat
- JUnitAssertNullToAssertThat.AssertNullToAssertThatVisitor - Class in org.openrewrite.java.testing.assertj
- JUnitAssertSameToAssertThat - Class in org.openrewrite.java.testing.assertj
-
This is a refactoring visitor that will convert JUnit-style assertSame() to assertJ's assertThat().isSameAs().
- JUnitAssertSameToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertSameToAssertThat
- JUnitAssertSameToAssertThat.AssertSameToAssertThatVisitor - Class in org.openrewrite.java.testing.assertj
- JUnitAssertTrueToAssertThat - Class in org.openrewrite.java.testing.assertj
-
This is a refactoring visitor that will convert JUnit-style assertTrue() to assertJ's assertThat().isTrue().
- JUnitAssertTrueToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertTrueToAssertThat
- JUnitAssertTrueToAssertThat.AssertTrueToAssertThatVisitor - Class in org.openrewrite.java.testing.assertj
- JUnitFailToAssertJFail - Class in org.openrewrite.java.testing.assertj
-
This is a refactoring visitor that will convert JUnit-style fail() to assertJ's fail().
- JUnitFailToAssertJFail() - Constructor for class org.openrewrite.java.testing.assertj.JUnitFailToAssertJFail
- JUnitFailToAssertJFail.JUnitFailToAssertJFailVisitor - Class in org.openrewrite.java.testing.assertj
- JUnitFailToAssertJFailVisitor() - Constructor for class org.openrewrite.java.testing.assertj.JUnitFailToAssertJFail.JUnitFailToAssertJFailVisitor
- JUnitParamsRunnerToParameterized - Class in org.openrewrite.java.testing.junit5
-
Converts Pragmatists JUnitParamsRunner tests to their JUnit 5 ParameterizedTest and associated MethodSource equivalent https://github.com/Pragmatists/JUnitParams Supports the following conversions `@Parameters` annotation with out arguments and default `parametersFor...` init-method exists `@Parameters(method = "...")` annotation with defined method references `@Parameters(named = "...")` and associated `@NamedParameter` init-method Unsupported tests are identified with a comment on the associated `@Parameters(...)` annotation.
- JUnitParamsRunnerToParameterized() - Constructor for class org.openrewrite.java.testing.junit5.JUnitParamsRunnerToParameterized
M
- MockitoJUnitToMockitoExtension - Class in org.openrewrite.java.testing.junit5
-
Replaces JUnit 4 MockitoJUnit rules with JUnit MockitoExtension.
- MockitoJUnitToMockitoExtension() - Constructor for class org.openrewrite.java.testing.junit5.MockitoJUnitToMockitoExtension
- MockitoJUnitToMockitoExtension.MockitoRuleToMockitoExtensionVisitor - Class in org.openrewrite.java.testing.junit5
- MockitoRuleToMockitoExtensionVisitor() - Constructor for class org.openrewrite.java.testing.junit5.MockitoJUnitToMockitoExtension.MockitoRuleToMockitoExtensionVisitor
- MockUtilsToStatic - Class in org.openrewrite.java.testing.mockito
-
In Mockito 1 you use a code snippet like:
- MockUtilsToStatic() - Constructor for class org.openrewrite.java.testing.mockito.MockUtilsToStatic
- MockUtilsToStatic.MockUtilsToStaticVisitor - Class in org.openrewrite.java.testing.mockito
- MockUtilsToStaticVisitor() - Constructor for class org.openrewrite.java.testing.mockito.MockUtilsToStatic.MockUtilsToStaticVisitor
O
- org.openrewrite.java.testing.assertj - package org.openrewrite.java.testing.assertj
- org.openrewrite.java.testing.cleanup - package org.openrewrite.java.testing.cleanup
- org.openrewrite.java.testing.junit5 - package org.openrewrite.java.testing.junit5
- org.openrewrite.java.testing.mockito - package org.openrewrite.java.testing.mockito
P
- ParameterizedRunnerToParameterized - Class in org.openrewrite.java.testing.junit5
-
Recipe for migrating JUnit4 @RunWith(Parameterized.class) tests to the JUnit 5 Jupiter ParameterizedTest equivalents.
- ParameterizedRunnerToParameterized() - Constructor for class org.openrewrite.java.testing.junit5.ParameterizedRunnerToParameterized
R
- RemoveObsoleteRunners - Class in org.openrewrite.java.testing.junit5
- RemoveObsoleteRunners() - Constructor for class org.openrewrite.java.testing.junit5.RemoveObsoleteRunners
- RemoveObsoleteRunners.RemoveObsoleteRunnersVisitor - Class in org.openrewrite.java.testing.junit5
- RemoveObsoleteRunnersVisitor() - Constructor for class org.openrewrite.java.testing.junit5.RemoveObsoleteRunners.RemoveObsoleteRunnersVisitor
- RunnerToExtension - Class in org.openrewrite.java.testing.junit5
- RunnerToExtension(List<String>, String) - Constructor for class org.openrewrite.java.testing.junit5.RunnerToExtension
T
- TemporaryFolderToTempDir - Class in org.openrewrite.java.testing.junit5
-
Translates JUnit4's org.junit.rules.TemporaryFolder into JUnit 5's org.junit.jupiter.api.io.TempDir
- TemporaryFolderToTempDir() - Constructor for class org.openrewrite.java.testing.junit5.TemporaryFolderToTempDir
- TestsShouldIncludeAssertions - Class in org.openrewrite.java.testing.cleanup
-
For Tests not having any assertions, wrap the statements with JUnit 5's Assertions.assertThrowDoesNotThrow.
- TestsShouldIncludeAssertions() - Constructor for class org.openrewrite.java.testing.cleanup.TestsShouldIncludeAssertions
U
- UpdateBeforeAfterAnnotations - Class in org.openrewrite.java.testing.junit5
-
This refactor visitor will replace JUnit 4's "Before", "BeforeClass", "After", and "AfterClass" annotations with their JUnit 5 equivalents.
- UpdateBeforeAfterAnnotations() - Constructor for class org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations
- UpdateBeforeAfterAnnotations.UpdateBeforeAfterAnnotationsVisitor - Class in org.openrewrite.java.testing.junit5
- UpdateBeforeAfterAnnotationsVisitor() - Constructor for class org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations.UpdateBeforeAfterAnnotationsVisitor
- UpdateMockWebServer - Class in org.openrewrite.java.testing.junit5
-
Recipe for converting JUnit4 okhttp3 MockWebServer Rules with their JUnit5 equivalent.
- UpdateMockWebServer() - Constructor for class org.openrewrite.java.testing.junit5.UpdateMockWebServer
- UpdateTestAnnotation - Class in org.openrewrite.java.testing.junit5
- UpdateTestAnnotation() - Constructor for class org.openrewrite.java.testing.junit5.UpdateTestAnnotation
- UseTestMethodOrder - Class in org.openrewrite.java.testing.junit5
- UseTestMethodOrder() - Constructor for class org.openrewrite.java.testing.junit5.UseTestMethodOrder
V
- validate() - Method in class org.openrewrite.java.testing.cleanup.TestsShouldIncludeAssertions
- visitClassDeclaration(J.ClassDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.AssertToAssertions.AssertToAssertionsVisitor
- visitClassDeclaration(J.ClassDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.CategoryToTag.CategoryToTagVisitor
- visitClassDeclaration(J.ClassDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows.ExpectedExceptionToAssertThrowsVisitor
- visitClassDeclaration(J.ClassDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.MockitoJUnitToMockitoExtension.MockitoRuleToMockitoExtensionVisitor
- visitClassDeclaration(J.ClassDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.RemoveObsoleteRunners.RemoveObsoleteRunnersVisitor
- visitCompilationUnit(J.CompilationUnit, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.CleanupJUnitImports.CleanupJUnitImportsVisitor
- visitCompilationUnit(J.CompilationUnit, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations.UpdateBeforeAfterAnnotationsVisitor
- visitCompilationUnit(J.CompilationUnit, ExecutionContext) - Method in class org.openrewrite.java.testing.mockito.CleanupMockitoImports.CleanupMockitoImportsVisitor
- visitCompilationUnit(J.CompilationUnit, ExecutionContext) - Method in class org.openrewrite.java.testing.mockito.MockUtilsToStatic.MockUtilsToStaticVisitor
- visitMethodDeclaration(J.MethodDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.CategoryToTag.CategoryToTagVisitor
- visitMethodDeclaration(J.MethodDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows.ExpectedExceptionToAssertThrowsVisitor
- visitMethodDeclaration(J.MethodDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.MockitoJUnitToMockitoExtension.MockitoRuleToMockitoExtensionVisitor
- visitMethodDeclaration(J.MethodDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations.UpdateBeforeAfterAnnotationsVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.assertj.JUnitAssertArrayEqualsToAssertThat.AssertArrayEqualsToAssertThatVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.assertj.JUnitAssertEqualsToAssertThat.AssertEqualsToAssertThatVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.assertj.JUnitAssertFalseToAssertThat.AssertFalseToAssertThatVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNotEqualsToAssertThat.AssertNotEqualsToAssertThatVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNotNullToAssertThat.AssertNotNullToAssertThatVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.assertj.JUnitAssertNullToAssertThat.AssertNullToAssertThatVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.assertj.JUnitAssertSameToAssertThat.AssertSameToAssertThatVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.assertj.JUnitAssertTrueToAssertThat.AssertTrueToAssertThatVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.assertj.JUnitFailToAssertJFail.JUnitFailToAssertJFailVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.AssertToAssertions.AssertToAssertionsVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows.ExpectedExceptionToAssertThrowsVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.MockitoJUnitToMockitoExtension.MockitoRuleToMockitoExtensionVisitor
- visitNewClass(J.NewClass, ExecutionContext) - Method in class org.openrewrite.java.testing.mockito.MockUtilsToStatic.MockUtilsToStaticVisitor
All Classes All Packages