Index

A C E G H I J K L M O P R S T U V 
All Classes and Interfaces|All Packages

A

Accumulator() - Constructor for class org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic.Accumulator
 
AddHamcrestJUnitDependency - Class in org.openrewrite.java.testing.junit5
 
AddHamcrestJUnitDependency() - Constructor for class org.openrewrite.java.testing.junit5.AddHamcrestJUnitDependency
 
AddJupiterDependencies - Class in org.openrewrite.java.testing.junit5
 
AddJupiterDependencies() - Constructor for class org.openrewrite.java.testing.junit5.AddJupiterDependencies
 
AddMissingNested - Class in org.openrewrite.java.testing.junit5
 
AddMissingNested() - Constructor for class org.openrewrite.java.testing.junit5.AddMissingNested
 
AddMissingNested.AddNestedAnnotationVisitor - Class in org.openrewrite.java.testing.junit5
 
AddMissingTestBeforeAfterAnnotations - Class in org.openrewrite.java.testing.junit5
 
AddMissingTestBeforeAfterAnnotations() - Constructor for class org.openrewrite.java.testing.junit5.AddMissingTestBeforeAfterAnnotations
 
AddMockitoExtensionIfAnnotationsUsed - Class in org.openrewrite.java.testing.mockito
 
AddMockitoExtensionIfAnnotationsUsed() - Constructor for class org.openrewrite.java.testing.mockito.AddMockitoExtensionIfAnnotationsUsed
 
AddNestedAnnotationVisitor() - Constructor for class org.openrewrite.java.testing.junit5.AddMissingNested.AddNestedAnnotationVisitor
 
AddParameterizedTestAnnotation - Class in org.openrewrite.java.testing.junit5
 
AddParameterizedTestAnnotation() - Constructor for class org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation
 
AddTestcontainersAnnotations - Class in org.openrewrite.java.testing.testcontainers
An OpenRewrite recipe that migrates JUnit 4 Testcontainers @Rule or @ClassRule fields to JUnit 5's @Container and adds the @Testcontainers annotation to the class if necessary.
AddTestcontainersAnnotations() - Constructor for class org.openrewrite.java.testing.testcontainers.AddTestcontainersAnnotations
 
AdoptAssertJDurationAssertions - Class in org.openrewrite.java.testing.assertj
 
AdoptAssertJDurationAssertions() - Constructor for class org.openrewrite.java.testing.assertj.AdoptAssertJDurationAssertions
 
AnyStringToNullable - Class in org.openrewrite.java.testing.mockito
Replace Mockito 1.x `anyString()` with `nullable(String.class)`
AnyStringToNullable() - Constructor for class org.openrewrite.java.testing.mockito.AnyStringToNullable
 
AnyToNullable - Class in org.openrewrite.java.testing.mockito
 
AnyToNullable() - Constructor for class org.openrewrite.java.testing.mockito.AnyToNullable
 
AssertEqualsBooleanToAssertBoolean - Class in org.openrewrite.java.testing.cleanup
 
AssertEqualsBooleanToAssertBoolean() - Constructor for class org.openrewrite.java.testing.cleanup.AssertEqualsBooleanToAssertBoolean
 
AssertEqualsNullToAssertNull - Class in org.openrewrite.java.testing.cleanup
 
AssertEqualsNullToAssertNull() - Constructor for class org.openrewrite.java.testing.cleanup.AssertEqualsNullToAssertNull
 
AssertFalseEqualsToAssertNotEquals - Class in org.openrewrite.java.testing.cleanup
 
AssertFalseEqualsToAssertNotEquals() - Constructor for class org.openrewrite.java.testing.cleanup.AssertFalseEqualsToAssertNotEquals
 
AssertFalseNegationToAssertTrue - Class in org.openrewrite.java.testing.cleanup
 
AssertFalseNegationToAssertTrue() - Constructor for class org.openrewrite.java.testing.cleanup.AssertFalseNegationToAssertTrue
 
AssertFalseNullToAssertNotNull - Class in org.openrewrite.java.testing.cleanup
 
AssertFalseNullToAssertNotNull() - Constructor for class org.openrewrite.java.testing.cleanup.AssertFalseNullToAssertNotNull
 
AssertionsArgumentOrder - Class in org.openrewrite.java.testing.cleanup
 
AssertionsArgumentOrder() - Constructor for class org.openrewrite.java.testing.cleanup.AssertionsArgumentOrder
 
AssertJBigIntegerRules - Class in org.openrewrite.java.testing.assertj
 
AssertJBigIntegerRules() - Constructor for class org.openrewrite.java.testing.assertj.AssertJBigIntegerRules
 
AssertJByteRules - Class in org.openrewrite.java.testing.assertj
 
AssertJByteRules() - Constructor for class org.openrewrite.java.testing.assertj.AssertJByteRules
 
AssertJDoubleRules - Class in org.openrewrite.java.testing.assertj
 
AssertJDoubleRules() - Constructor for class org.openrewrite.java.testing.assertj.AssertJDoubleRules
 
AssertJFloatRules - Class in org.openrewrite.java.testing.assertj
 
AssertJFloatRules() - Constructor for class org.openrewrite.java.testing.assertj.AssertJFloatRules
 
AssertJIntegerRules - Class in org.openrewrite.java.testing.assertj
 
AssertJIntegerRules() - Constructor for class org.openrewrite.java.testing.assertj.AssertJIntegerRules
 
AssertJLongRules - Class in org.openrewrite.java.testing.assertj
 
AssertJLongRules() - Constructor for class org.openrewrite.java.testing.assertj.AssertJLongRules
 
AssertJShortRules - Class in org.openrewrite.java.testing.assertj
 
AssertJShortRules() - Constructor for class org.openrewrite.java.testing.assertj.AssertJShortRules
 
AssertLiteralBooleanRemoved - Class in org.openrewrite.java.testing.cleanup
 
AssertLiteralBooleanRemoved() - Constructor for class org.openrewrite.java.testing.cleanup.AssertLiteralBooleanRemoved
 
AssertLiteralBooleanToFail - Class in org.openrewrite.java.testing.cleanup
 
AssertLiteralBooleanToFail() - Constructor for class org.openrewrite.java.testing.cleanup.AssertLiteralBooleanToFail
 
AssertNotEqualsBooleanToAssertBoolean - Class in org.openrewrite.java.testing.cleanup
 
AssertNotEqualsBooleanToAssertBoolean() - Constructor for class org.openrewrite.java.testing.cleanup.AssertNotEqualsBooleanToAssertBoolean
 
AssertThatBooleanToAssertJ - Class in org.openrewrite.java.testing.hamcrest
 
AssertThatBooleanToAssertJ() - Constructor for class org.openrewrite.java.testing.hamcrest.AssertThatBooleanToAssertJ
 
AssertThrowsOnLastStatement - Class in org.openrewrite.java.testing.junit5
 
AssertThrowsOnLastStatement() - Constructor for class org.openrewrite.java.testing.junit5.AssertThrowsOnLastStatement
 
AssertToAssertions - Class in org.openrewrite.java.testing.junit5
 
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
 
AssertTrueComparisonToAssertEquals - Class in org.openrewrite.java.testing.cleanup
 
AssertTrueComparisonToAssertEquals() - Constructor for class org.openrewrite.java.testing.cleanup.AssertTrueComparisonToAssertEquals
 
AssertTrueEqualsToAssertEquals - Class in org.openrewrite.java.testing.cleanup
 
AssertTrueEqualsToAssertEquals() - Constructor for class org.openrewrite.java.testing.cleanup.AssertTrueEqualsToAssertEquals
 
AssertTrueInstanceofToAssertInstanceOf - Class in org.openrewrite.java.testing.junit5
 
AssertTrueInstanceofToAssertInstanceOf() - Constructor for class org.openrewrite.java.testing.junit5.AssertTrueInstanceofToAssertInstanceOf
 
AssertTrueNegationToAssertFalse - Class in org.openrewrite.java.testing.cleanup
 
AssertTrueNegationToAssertFalse() - Constructor for class org.openrewrite.java.testing.cleanup.AssertTrueNegationToAssertFalse
 
AssertTrueNullToAssertNull - Class in org.openrewrite.java.testing.cleanup
 
AssertTrueNullToAssertNull() - Constructor for class org.openrewrite.java.testing.cleanup.AssertTrueNullToAssertNull
 
AssumeNotNullToAssumptions - Class in org.openrewrite.java.testing.junit5
 
AssumeNotNullToAssumptions() - Constructor for class org.openrewrite.java.testing.junit5.AssumeNotNullToAssumptions
 
AssumeNotNullToAssumptions.SingleArgMatcher - Class in org.openrewrite.java.testing.junit5
 

C

CategoryToTag - Class in org.openrewrite.java.testing.junit5
 
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
 
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
 
CleanupKotlinJUnit5AssertionImports - Class in org.openrewrite.java.testing.junit5
In Kotlin files, when both import org.junit.jupiter.api.* and static imports from org.junit.jupiter.api.Assertions are present, the Kotlin compiler cannot resolve which assertion method to use due to ambiguity between the Java static methods and the Kotlin extension functions.
CleanupKotlinJUnit5AssertionImports() - Constructor for class org.openrewrite.java.testing.junit5.CleanupKotlinJUnit5AssertionImports
 
CleanupMockitoImports - Class in org.openrewrite.java.testing.mockito
 
CleanupMockitoImports() - Constructor for class org.openrewrite.java.testing.mockito.CleanupMockitoImports
 
CleanupPowerMockImports - Class in org.openrewrite.java.testing.mockito
 
CleanupPowerMockImports() - Constructor for class org.openrewrite.java.testing.mockito.CleanupPowerMockImports
 
CloseUnclosedStaticMocks - Class in org.openrewrite.java.testing.mockito
Ensures that all mockStatic calls are properly closed.
CloseUnclosedStaticMocks() - Constructor for class org.openrewrite.java.testing.mockito.CloseUnclosedStaticMocks
 
CollapseConsecutiveAssertThatStatements - Class in org.openrewrite.java.testing.assertj
 
CollapseConsecutiveAssertThatStatements() - Constructor for class org.openrewrite.java.testing.assertj.CollapseConsecutiveAssertThatStatements
 
ConvertToRawType - Class in org.openrewrite.java.testing.testcontainers
 
ConvertToRawType() - Constructor for class org.openrewrite.java.testing.testcontainers.ConvertToRawType
 
CsvSourceToValueSource - Class in org.openrewrite.java.testing.junit5
 
CsvSourceToValueSource() - Constructor for class org.openrewrite.java.testing.junit5.CsvSourceToValueSource
 

E

EasyMockVerifyToMockitoVerify - Class in org.openrewrite.java.testing.easymock
 
EasyMockVerifyToMockitoVerify() - Constructor for class org.openrewrite.java.testing.easymock.EasyMockVerifyToMockitoVerify
 
EnclosedToNested - Class in org.openrewrite.java.testing.junit5
 
EnclosedToNested() - Constructor for class org.openrewrite.java.testing.junit5.EnclosedToNested
 
EnvironmentVariables - Class in org.openrewrite.java.testing.junit5
A recipe to replace JUnit 4's EnvironmentVariables rule from contrib with the JUnit 5-compatible `SystemStubsExtension` and `EnvironmentVariables` from the System Stubs library.
EnvironmentVariables() - Constructor for class org.openrewrite.java.testing.junit5.EnvironmentVariables
 
ExecutionListenerToDbRiderAnnotation - Class in org.openrewrite.java.testing.dbrider
 
ExecutionListenerToDbRiderAnnotation() - Constructor for class org.openrewrite.java.testing.dbrider.ExecutionListenerToDbRiderAnnotation
 
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
 
ExplicitContainerImage - Class in org.openrewrite.java.testing.testcontainers
 
ExplicitContainerImage() - Constructor for class org.openrewrite.java.testing.testcontainers.ExplicitContainerImage
 

G

getDescription() - Method in class org.openrewrite.java.testing.jmockit.JMockitBlockToMockito
 
getDisplayName() - Method in class org.openrewrite.java.testing.jmockit.JMockitBlockToMockito
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.AddHamcrestJUnitDependency
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.AddJupiterDependencies
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.java.testing.mockito.AnyToNullable
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.java.testing.mockito.ReplacePowerMockDependencies
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.java.testing.mockito.VerifyZeroToNoMoreInteractions
 
getRecipeList() - Method in class org.openrewrite.java.testing.junit5.UpdateMockWebServer
 
getRecipeList() - Method in class org.openrewrite.java.testing.junit5.UpdateMockWebServerMockResponse
 
getRecipeList() - Method in class org.openrewrite.java.testing.junit5.UseWiremockExtension
 
getScanner(AtomicBoolean) - Method in class org.openrewrite.java.testing.junit5.AddHamcrestJUnitDependency
 
getScanner(AtomicBoolean) - Method in class org.openrewrite.java.testing.mockito.AnyToNullable
 
getScanner(AtomicBoolean) - Method in class org.openrewrite.java.testing.mockito.VerifyZeroToNoMoreInteractions
 
getScanner(AddDependency.Accumulator) - Method in class org.openrewrite.java.testing.junit5.AddJupiterDependencies
 
getScanner(TestsShouldNotBePublic.Accumulator) - Method in class org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
 
getScanner(ReplacePowerMockDependencies.Accumulator) - Method in class org.openrewrite.java.testing.mockito.ReplacePowerMockDependencies
 
getVisitor() - Method in class org.openrewrite.java.testing.arquillian.ReplaceArquillianInSequenceAnnotation
 
getVisitor() - Method in class org.openrewrite.java.testing.assertj.AdoptAssertJDurationAssertions
 
getVisitor() - Method in class org.openrewrite.java.testing.assertj.CollapseConsecutiveAssertThatStatements
 
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.JUnitAssertInstanceOfToAssertThat
 
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.JUnitAssertThrowsToAssertExceptionType
 
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.assertj.JUnitTryFailToAssertThatThrownBy
 
getVisitor() - Method in class org.openrewrite.java.testing.assertj.ReturnActual
 
getVisitor() - Method in class org.openrewrite.java.testing.assertj.SimplifyAssertJAssertion
 
getVisitor() - Method in class org.openrewrite.java.testing.assertj.SimplifyChainedAssertJAssertion
 
getVisitor() - Method in class org.openrewrite.java.testing.assertj.SimplifyHasSizeAssertion
 
getVisitor() - Method in class org.openrewrite.java.testing.assertj.SimplifyRedundantAssertJChains
 
getVisitor() - Method in class org.openrewrite.java.testing.assertj.SimplifySequencedCollectionAssertions
 
getVisitor() - Method in class org.openrewrite.java.testing.assertj.SimplifyStreamMapToExtracting
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertEqualsBooleanToAssertBoolean
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertEqualsNullToAssertNull
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertFalseEqualsToAssertNotEquals
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertFalseNegationToAssertTrue
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertFalseNullToAssertNotNull
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertionsArgumentOrder
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertNotEqualsBooleanToAssertBoolean
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertTrueComparisonToAssertEquals
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertTrueEqualsToAssertEquals
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertTrueNegationToAssertFalse
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.AssertTrueNullToAssertNull
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.KotlinTestMethodsShouldReturnUnit
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.RemoveEmptyTests
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.RemoveTestPrefix
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.SimplifyTestThrows
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.TestMethodsShouldBeVoid
 
getVisitor() - Method in class org.openrewrite.java.testing.cleanup.TestsShouldIncludeAssertions
 
getVisitor() - Method in class org.openrewrite.java.testing.dbrider.ExecutionListenerToDbRiderAnnotation
 
getVisitor() - Method in class org.openrewrite.java.testing.easymock.EasyMockVerifyToMockitoVerify
 
getVisitor() - Method in class org.openrewrite.java.testing.easymock.RemoveExtendsEasyMockSupport
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.AssertThatBooleanToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.HamcrestEveryItemToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.HamcrestHasItemMatcherToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.HamcrestHasPropertyToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.HamcrestInstanceOfToJUnit5
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.HamcrestIsMatcherToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.HamcrestMatcherToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.HamcrestMatcherToJUnit5
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.HamcrestNotMatcherToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.HamcrestOfMatchersToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.hamcrest.RemoveIsMatcher
 
getVisitor() - Method in class org.openrewrite.java.testing.jmockit.JMockitAnnotatedArgumentToMockito
 
getVisitor() - Method in class org.openrewrite.java.testing.jmockit.JMockitBlockToMockito
 
getVisitor() - Method in class org.openrewrite.java.testing.jmockit.JMockitMockUpToMockito
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.AddMissingNested
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.AddMissingTestBeforeAfterAnnotations
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.AssertThrowsOnLastStatement
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.AssertToAssertions
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.AssertTrueInstanceofToAssertInstanceOf
 
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.CleanupKotlinJUnit5AssertionImports
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.CsvSourceToValueSource
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.EnclosedToNested
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.EnvironmentVariables
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.GradleUseJunitJupiter
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.HandleExternalResourceRules
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.JUnitParamsRunnerToParameterized
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.LifecycleNonPrivate
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.MigrateJUnitTestCase
 
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.RemoveDuplicateTestTemplates
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.RemoveObsoleteRunners
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.RemoveTryCatchFailBlocks
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.RunnerToExtension
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.TempDirNonFinal
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.TemporaryFolderToTempDir
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.TestRuleToTestInfo
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.TimeoutRuleToClassAnnotation
 
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.UpdateMockWebServerMockResponse
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.UpdateTestAnnotation
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.UseAssertSame
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.UseTestMethodOrder
 
getVisitor() - Method in class org.openrewrite.java.testing.junit5.UseWiremockExtension
 
getVisitor() - Method in class org.openrewrite.java.testing.junit6.MigrateMethodOrdererAlphanumeric
 
getVisitor() - Method in class org.openrewrite.java.testing.junit6.MinimumJreConditions
 
getVisitor() - Method in class org.openrewrite.java.testing.junit6.RemoveInterceptDynamicTest
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.AddMockitoExtensionIfAnnotationsUsed
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.AnyStringToNullable
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.CleanupMockitoImports
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.CleanupPowerMockImports
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.CloseUnclosedStaticMocks
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.MockConstructionToTryWithResources
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.MockitoJUnitRunnerSilentToExtension
Deprecated.
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.MockitoJUnitRunnerToExtension
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.MockitoWhenOnStaticToMockStatic
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.MockUtilsToStatic
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.PowerMockitoMockStaticToMockito
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.PowerMockitoWhenNewToMockito
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.RemoveInitMocksIfRunnersSpecified
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.RemoveTimesZeroAndOne
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.ReplaceInitMockToOpenMock
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.ReplaceMockitoTestExecutionListener
 
getVisitor() - Method in class org.openrewrite.java.testing.mockito.SimplifyMockitoVerifyWhenGiven
 
getVisitor() - Method in class org.openrewrite.java.testing.testcontainers.AddTestcontainersAnnotations
 
getVisitor() - Method in class org.openrewrite.java.testing.testcontainers.ConvertToRawType
 
getVisitor() - Method in class org.openrewrite.java.testing.testcontainers.ExplicitContainerImage
 
getVisitor() - Method in class org.openrewrite.java.testing.testng.TestNgAssertEqualsToAssertThat
 
getVisitor() - Method in class org.openrewrite.java.testing.testng.TestNgAssertNotEqualsToAssertThat
 
getVisitor() - Method in class org.openrewrite.java.testing.truth.TruthAssertToAssertThat
 
getVisitor() - Method in class org.openrewrite.java.testing.truth.TruthAssertWithMessageToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.truth.TruthCustomSubjectsToAssertJ
 
getVisitor() - Method in class org.openrewrite.java.testing.truth.TruthThrowableAssertions
 
getVisitor(AtomicBoolean) - Method in class org.openrewrite.java.testing.junit5.AddHamcrestJUnitDependency
 
getVisitor(AtomicBoolean) - Method in class org.openrewrite.java.testing.mockito.AnyToNullable
 
getVisitor(AtomicBoolean) - Method in class org.openrewrite.java.testing.mockito.VerifyZeroToNoMoreInteractions
 
getVisitor(AddDependency.Accumulator) - Method in class org.openrewrite.java.testing.junit5.AddJupiterDependencies
 
getVisitor(TestsShouldNotBePublic.Accumulator) - Method in class org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
 
getVisitor(ReplacePowerMockDependencies.Accumulator) - Method in class org.openrewrite.java.testing.mockito.ReplacePowerMockDependencies
 
GradleUseJunitJupiter - Class in org.openrewrite.java.testing.junit5
 
GradleUseJunitJupiter() - Constructor for class org.openrewrite.java.testing.junit5.GradleUseJunitJupiter
 

H

HamcrestEveryItemToAssertJ - Class in org.openrewrite.java.testing.hamcrest
 
HamcrestEveryItemToAssertJ() - Constructor for class org.openrewrite.java.testing.hamcrest.HamcrestEveryItemToAssertJ
 
HamcrestHasItemMatcherToAssertJ - Class in org.openrewrite.java.testing.hamcrest
 
HamcrestHasItemMatcherToAssertJ() - Constructor for class org.openrewrite.java.testing.hamcrest.HamcrestHasItemMatcherToAssertJ
 
HamcrestHasPropertyToAssertJ - Class in org.openrewrite.java.testing.hamcrest
 
HamcrestHasPropertyToAssertJ() - Constructor for class org.openrewrite.java.testing.hamcrest.HamcrestHasPropertyToAssertJ
 
HamcrestInstanceOfToJUnit5 - Class in org.openrewrite.java.testing.hamcrest
 
HamcrestInstanceOfToJUnit5() - Constructor for class org.openrewrite.java.testing.hamcrest.HamcrestInstanceOfToJUnit5
 
HamcrestIsMatcherToAssertJ - Class in org.openrewrite.java.testing.hamcrest
 
HamcrestIsMatcherToAssertJ() - Constructor for class org.openrewrite.java.testing.hamcrest.HamcrestIsMatcherToAssertJ
 
HamcrestMatcherToAssertJ - Class in org.openrewrite.java.testing.hamcrest
 
HamcrestMatcherToAssertJ() - Constructor for class org.openrewrite.java.testing.hamcrest.HamcrestMatcherToAssertJ
 
HamcrestMatcherToJUnit5 - Class in org.openrewrite.java.testing.hamcrest
 
HamcrestMatcherToJUnit5() - Constructor for class org.openrewrite.java.testing.hamcrest.HamcrestMatcherToJUnit5
 
HamcrestNotMatcherToAssertJ - Class in org.openrewrite.java.testing.hamcrest
 
HamcrestNotMatcherToAssertJ() - Constructor for class org.openrewrite.java.testing.hamcrest.HamcrestNotMatcherToAssertJ
 
HamcrestOfMatchersToAssertJ - Class in org.openrewrite.java.testing.hamcrest
 
HamcrestOfMatchersToAssertJ() - Constructor for class org.openrewrite.java.testing.hamcrest.HamcrestOfMatchersToAssertJ
 
HandleExternalResourceRules - Class in org.openrewrite.java.testing.junit5
A recipe that handles the usage of the junit-4 ExternalResourceRule's by adding the @ExtendWith(ExternalResourceSupport.class) annotation to the test class.
HandleExternalResourceRules() - Constructor for class org.openrewrite.java.testing.junit5.HandleExternalResourceRules
 

I

IsEqualToIgnoringMillisToIsCloseTo - Class in org.openrewrite.java.testing.assertj
 
IsEqualToIgnoringMillisToIsCloseTo() - Constructor for class org.openrewrite.java.testing.assertj.IsEqualToIgnoringMillisToIsCloseTo
 

J

JMockitAnnotatedArgumentToMockito - Class in org.openrewrite.java.testing.jmockit
 
JMockitAnnotatedArgumentToMockito() - Constructor for class org.openrewrite.java.testing.jmockit.JMockitAnnotatedArgumentToMockito
 
JMockitBlockToMockito - Class in org.openrewrite.java.testing.jmockit
 
JMockitBlockToMockito() - Constructor for class org.openrewrite.java.testing.jmockit.JMockitBlockToMockito
 
JMockitMockUpToMockito - Class in org.openrewrite.java.testing.jmockit
 
JMockitMockUpToMockito() - Constructor for class org.openrewrite.java.testing.jmockit.JMockitMockUpToMockito
 
JUnitAssertArrayEqualsToAssertThat - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertArrayEqualsToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertArrayEqualsToAssertThat
 
JUnitAssertEqualsToAssertThat - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertEqualsToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertEqualsToAssertThat
 
JUnitAssertFalseToAssertThat - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertFalseToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertFalseToAssertThat
 
JUnitAssertInstanceOfToAssertThat - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertInstanceOfToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertInstanceOfToAssertThat
 
JUnitAssertNotEqualsToAssertThat - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertNotEqualsToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertNotEqualsToAssertThat
 
JUnitAssertNotNullToAssertThat - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertNotNullToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertNotNullToAssertThat
 
JUnitAssertNullToAssertThat - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertNullToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertNullToAssertThat
 
JUnitAssertSameToAssertThat - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertSameToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertSameToAssertThat
 
JUnitAssertThrowsToAssertExceptionType - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertThrowsToAssertExceptionType() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertThrowsToAssertExceptionType
 
JUnitAssertTrueToAssertThat - Class in org.openrewrite.java.testing.assertj
 
JUnitAssertTrueToAssertThat() - Constructor for class org.openrewrite.java.testing.assertj.JUnitAssertTrueToAssertThat
 
JUnitFailToAssertJFail - Class in org.openrewrite.java.testing.assertj
 
JUnitFailToAssertJFail() - Constructor for class org.openrewrite.java.testing.assertj.JUnitFailToAssertJFail
 
JUnitParamsRunnerToParameterized - Class in org.openrewrite.java.testing.junit5
Converts Pragmatists JUnitParamsRunner tests to their JUnit 5 ParameterizedTest and associated MethodSource equivalent ... Supports the following conversions `@Parameters` annotation without 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
 
JUnitTryFailToAssertThatThrownBy - Class in org.openrewrite.java.testing.assertj
 
JUnitTryFailToAssertThatThrownBy() - Constructor for class org.openrewrite.java.testing.assertj.JUnitTryFailToAssertThatThrownBy
 

K

KotlinTestMethodsShouldReturnUnit - Class in org.openrewrite.java.testing.cleanup
 
KotlinTestMethodsShouldReturnUnit() - Constructor for class org.openrewrite.java.testing.cleanup.KotlinTestMethodsShouldReturnUnit
 

L

LifecycleNonPrivate - Class in org.openrewrite.java.testing.junit5
 
LifecycleNonPrivate() - Constructor for class org.openrewrite.java.testing.junit5.LifecycleNonPrivate
 

M

matches(Expression) - Method in class org.openrewrite.java.testing.junit5.AssumeNotNullToAssumptions.SingleArgMatcher
 
maybeAddMethodWithAnnotation(JavaVisitor, J.ClassDeclaration, ExecutionContext, boolean, String, String, String, String, String, String) - Static method in class org.openrewrite.java.testing.mockito.MockitoUtils
 
MigrateJUnitTestCase - Class in org.openrewrite.java.testing.junit5
 
MigrateJUnitTestCase() - Constructor for class org.openrewrite.java.testing.junit5.MigrateJUnitTestCase
 
MigrateMethodOrdererAlphanumeric - Class in org.openrewrite.java.testing.junit6
 
MigrateMethodOrdererAlphanumeric() - Constructor for class org.openrewrite.java.testing.junit6.MigrateMethodOrdererAlphanumeric
 
MinimumJreConditions - Class in org.openrewrite.java.testing.junit6
 
MinimumJreConditions() - Constructor for class org.openrewrite.java.testing.junit6.MinimumJreConditions
 
MockConstructionToTryWithResources - Class in org.openrewrite.java.testing.mockito
Wraps `MockedConstruction` variable declarations with explicit `.close()` calls into try-with-resources blocks, removing the explicit close call.
MockConstructionToTryWithResources() - Constructor for class org.openrewrite.java.testing.mockito.MockConstructionToTryWithResources
 
MockitoJUnitRunnerSilentToExtension - Class in org.openrewrite.java.testing.mockito
Deprecated.
Use MockitoJUnitRunnerToExtension instead.
MockitoJUnitRunnerSilentToExtension() - Constructor for class org.openrewrite.java.testing.mockito.MockitoJUnitRunnerSilentToExtension
Deprecated.
 
MockitoJUnitRunnerToExtension - Class in org.openrewrite.java.testing.mockito
 
MockitoJUnitRunnerToExtension() - Constructor for class org.openrewrite.java.testing.mockito.MockitoJUnitRunnerToExtension
 
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
 
MockitoUtils - Class in org.openrewrite.java.testing.mockito
 
MockitoUtils() - Constructor for class org.openrewrite.java.testing.mockito.MockitoUtils
 
MockitoWhenOnStaticToMockStatic - Class in org.openrewrite.java.testing.mockito
 
MockitoWhenOnStaticToMockStatic() - Constructor for class org.openrewrite.java.testing.mockito.MockitoWhenOnStaticToMockStatic
 
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.arquillian - package org.openrewrite.java.testing.arquillian
 
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.dbrider - package org.openrewrite.java.testing.dbrider
 
org.openrewrite.java.testing.easymock - package org.openrewrite.java.testing.easymock
 
org.openrewrite.java.testing.hamcrest - package org.openrewrite.java.testing.hamcrest
 
org.openrewrite.java.testing.jmockit - package org.openrewrite.java.testing.jmockit
 
org.openrewrite.java.testing.junit5 - package org.openrewrite.java.testing.junit5
 
org.openrewrite.java.testing.junit6 - package org.openrewrite.java.testing.junit6
 
org.openrewrite.java.testing.mockito - package org.openrewrite.java.testing.mockito
 
org.openrewrite.java.testing.testcontainers - package org.openrewrite.java.testing.testcontainers
 
org.openrewrite.java.testing.testng - package org.openrewrite.java.testing.testng
 
org.openrewrite.java.testing.truth - package org.openrewrite.java.testing.truth
 

P

ParameterizedRunnerToParameterized - Class in org.openrewrite.java.testing.junit5
 
ParameterizedRunnerToParameterized() - Constructor for class org.openrewrite.java.testing.junit5.ParameterizedRunnerToParameterized
 
PowerMockitoMockStaticToMockito - Class in org.openrewrite.java.testing.mockito
 
PowerMockitoMockStaticToMockito() - Constructor for class org.openrewrite.java.testing.mockito.PowerMockitoMockStaticToMockito
 
PowerMockitoWhenNewToMockito - Class in org.openrewrite.java.testing.mockito
 
PowerMockitoWhenNewToMockito() - Constructor for class org.openrewrite.java.testing.mockito.PowerMockitoWhenNewToMockito
 
preVisit(J, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.AssertToAssertions.AssertToAssertionsVisitor
 
preVisit(J, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.CleanupJUnitImports.CleanupJUnitImportsVisitor
 
preVisit(J, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations.UpdateBeforeAfterAnnotationsVisitor
 

R

RemoveDuplicateTestTemplates - Class in org.openrewrite.java.testing.junit5
 
RemoveDuplicateTestTemplates() - Constructor for class org.openrewrite.java.testing.junit5.RemoveDuplicateTestTemplates
 
RemoveEmptyTests - Class in org.openrewrite.java.testing.cleanup
 
RemoveEmptyTests() - Constructor for class org.openrewrite.java.testing.cleanup.RemoveEmptyTests
 
RemoveExtendsEasyMockSupport - Class in org.openrewrite.java.testing.easymock
 
RemoveExtendsEasyMockSupport() - Constructor for class org.openrewrite.java.testing.easymock.RemoveExtendsEasyMockSupport
 
RemoveInitMocksIfRunnersSpecified - Class in org.openrewrite.java.testing.mockito
 
RemoveInitMocksIfRunnersSpecified() - Constructor for class org.openrewrite.java.testing.mockito.RemoveInitMocksIfRunnersSpecified
 
RemoveInterceptDynamicTest - Class in org.openrewrite.java.testing.junit6
 
RemoveInterceptDynamicTest() - Constructor for class org.openrewrite.java.testing.junit6.RemoveInterceptDynamicTest
 
RemoveIsMatcher - Class in org.openrewrite.java.testing.hamcrest
 
RemoveIsMatcher() - Constructor for class org.openrewrite.java.testing.hamcrest.RemoveIsMatcher
 
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
 
RemoveTestPrefix - Class in org.openrewrite.java.testing.cleanup
 
RemoveTestPrefix() - Constructor for class org.openrewrite.java.testing.cleanup.RemoveTestPrefix
 
RemoveTimesZeroAndOne - Class in org.openrewrite.java.testing.mockito
 
RemoveTimesZeroAndOne() - Constructor for class org.openrewrite.java.testing.mockito.RemoveTimesZeroAndOne
 
RemoveTryCatchFailBlocks - Class in org.openrewrite.java.testing.junit5
 
RemoveTryCatchFailBlocks() - Constructor for class org.openrewrite.java.testing.junit5.RemoveTryCatchFailBlocks
 
ReplaceArquillianInSequenceAnnotation - Class in org.openrewrite.java.testing.arquillian
 
ReplaceArquillianInSequenceAnnotation() - Constructor for class org.openrewrite.java.testing.arquillian.ReplaceArquillianInSequenceAnnotation
 
ReplaceInitMockToOpenMock - Class in org.openrewrite.java.testing.mockito
 
ReplaceInitMockToOpenMock() - Constructor for class org.openrewrite.java.testing.mockito.ReplaceInitMockToOpenMock
 
ReplaceMockitoTestExecutionListener - Class in org.openrewrite.java.testing.mockito
 
ReplaceMockitoTestExecutionListener() - Constructor for class org.openrewrite.java.testing.mockito.ReplaceMockitoTestExecutionListener
 
ReplacePowerMockDependencies - Class in org.openrewrite.java.testing.mockito
 
ReplacePowerMockDependencies() - Constructor for class org.openrewrite.java.testing.mockito.ReplacePowerMockDependencies
 
ReturnActual - Class in org.openrewrite.java.testing.assertj
 
ReturnActual() - Constructor for class org.openrewrite.java.testing.assertj.ReturnActual
 
RunnerToExtension - Class in org.openrewrite.java.testing.junit5
 
RunnerToExtension(List<String>, String) - Constructor for class org.openrewrite.java.testing.junit5.RunnerToExtension
 

S

SimplifyAssertJAssertion - Class in org.openrewrite.java.testing.assertj
 
SimplifyAssertJAssertion() - Constructor for class org.openrewrite.java.testing.assertj.SimplifyAssertJAssertion
 
SimplifyChainedAssertJAssertion - Class in org.openrewrite.java.testing.assertj
 
SimplifyChainedAssertJAssertion() - Constructor for class org.openrewrite.java.testing.assertj.SimplifyChainedAssertJAssertion
 
SimplifyHasSizeAssertion - Class in org.openrewrite.java.testing.assertj
 
SimplifyHasSizeAssertion() - Constructor for class org.openrewrite.java.testing.assertj.SimplifyHasSizeAssertion
 
SimplifyMockitoVerifyWhenGiven - Class in org.openrewrite.java.testing.mockito
 
SimplifyMockitoVerifyWhenGiven() - Constructor for class org.openrewrite.java.testing.mockito.SimplifyMockitoVerifyWhenGiven
 
SimplifyRedundantAssertJChains - Class in org.openrewrite.java.testing.assertj
 
SimplifyRedundantAssertJChains() - Constructor for class org.openrewrite.java.testing.assertj.SimplifyRedundantAssertJChains
 
SimplifySequencedCollectionAssertions - Class in org.openrewrite.java.testing.assertj
 
SimplifySequencedCollectionAssertions() - Constructor for class org.openrewrite.java.testing.assertj.SimplifySequencedCollectionAssertions
 
SimplifyStreamMapToExtracting - Class in org.openrewrite.java.testing.assertj
 
SimplifyStreamMapToExtracting() - Constructor for class org.openrewrite.java.testing.assertj.SimplifyStreamMapToExtracting
 
SimplifyTestThrows - Class in org.openrewrite.java.testing.cleanup
 
SimplifyTestThrows() - Constructor for class org.openrewrite.java.testing.cleanup.SimplifyTestThrows
 
SingleArgMatcher() - Constructor for class org.openrewrite.java.testing.junit5.AssumeNotNullToAssumptions.SingleArgMatcher
 

T

TempDirNonFinal - Class in org.openrewrite.java.testing.junit5
 
TempDirNonFinal() - Constructor for class org.openrewrite.java.testing.junit5.TempDirNonFinal
 
TemporaryFolderToTempDir - Class in org.openrewrite.java.testing.junit5
 
TemporaryFolderToTempDir() - Constructor for class org.openrewrite.java.testing.junit5.TemporaryFolderToTempDir
 
TestMethodsShouldBeVoid - Class in org.openrewrite.java.testing.cleanup
 
TestMethodsShouldBeVoid() - Constructor for class org.openrewrite.java.testing.cleanup.TestMethodsShouldBeVoid
 
TestNgAssertEqualsToAssertThat - Class in org.openrewrite.java.testing.testng
 
TestNgAssertEqualsToAssertThat() - Constructor for class org.openrewrite.java.testing.testng.TestNgAssertEqualsToAssertThat
 
TestNgAssertNotEqualsToAssertThat - Class in org.openrewrite.java.testing.testng
 
TestNgAssertNotEqualsToAssertThat() - Constructor for class org.openrewrite.java.testing.testng.TestNgAssertNotEqualsToAssertThat
 
TestRuleToTestInfo - Class in org.openrewrite.java.testing.junit5
 
TestRuleToTestInfo() - Constructor for class org.openrewrite.java.testing.junit5.TestRuleToTestInfo
 
TestsShouldIncludeAssertions - Class in org.openrewrite.java.testing.cleanup
 
TestsShouldIncludeAssertions() - Constructor for class org.openrewrite.java.testing.cleanup.TestsShouldIncludeAssertions
 
TestsShouldNotBePublic - Class in org.openrewrite.java.testing.cleanup
 
TestsShouldNotBePublic() - Constructor for class org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
 
TestsShouldNotBePublic.Accumulator - Class in org.openrewrite.java.testing.cleanup
 
TimeoutRuleToClassAnnotation - Class in org.openrewrite.java.testing.junit5
 
TimeoutRuleToClassAnnotation() - Constructor for class org.openrewrite.java.testing.junit5.TimeoutRuleToClassAnnotation
 
TruthAssertToAssertThat - Class in org.openrewrite.java.testing.truth
 
TruthAssertToAssertThat() - Constructor for class org.openrewrite.java.testing.truth.TruthAssertToAssertThat
 
TruthAssertWithMessageToAssertJ - Class in org.openrewrite.java.testing.truth
 
TruthAssertWithMessageToAssertJ() - Constructor for class org.openrewrite.java.testing.truth.TruthAssertWithMessageToAssertJ
 
TruthCustomSubjectsToAssertJ - Class in org.openrewrite.java.testing.truth
 
TruthCustomSubjectsToAssertJ() - Constructor for class org.openrewrite.java.testing.truth.TruthCustomSubjectsToAssertJ
 
TruthThrowableAssertions - Class in org.openrewrite.java.testing.truth
 
TruthThrowableAssertions() - Constructor for class org.openrewrite.java.testing.truth.TruthThrowableAssertions
 

U

UpdateBeforeAfterAnnotations - Class in org.openrewrite.java.testing.junit5
 
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 JUnit 4 okhttp3 MockWebServer Rules with their JUnit 5 equivalent.
UpdateMockWebServer() - Constructor for class org.openrewrite.java.testing.junit5.UpdateMockWebServer
 
UpdateMockWebServerMockResponse - Class in org.openrewrite.java.testing.junit5
 
UpdateMockWebServerMockResponse() - Constructor for class org.openrewrite.java.testing.junit5.UpdateMockWebServerMockResponse
 
UpdateTestAnnotation - Class in org.openrewrite.java.testing.junit5
 
UpdateTestAnnotation() - Constructor for class org.openrewrite.java.testing.junit5.UpdateTestAnnotation
 
UseAssertSame - Class in org.openrewrite.java.testing.junit5
 
UseAssertSame() - Constructor for class org.openrewrite.java.testing.junit5.UseAssertSame
 
UseTestMethodOrder - Class in org.openrewrite.java.testing.junit5
 
UseTestMethodOrder() - Constructor for class org.openrewrite.java.testing.junit5.UseTestMethodOrder
 
UseWiremockExtension - Class in org.openrewrite.java.testing.junit5
 
UseWiremockExtension() - Constructor for class org.openrewrite.java.testing.junit5.UseWiremockExtension
 

V

validate() - Method in class org.openrewrite.java.testing.cleanup.TestsShouldIncludeAssertions
 
VerifyZeroToNoMoreInteractions - Class in org.openrewrite.java.testing.mockito
 
VerifyZeroToNoMoreInteractions() - Constructor for class org.openrewrite.java.testing.mockito.VerifyZeroToNoMoreInteractions
 
visitClassDeclaration(J.ClassDeclaration, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.AddMissingNested.AddNestedAnnotationVisitor
 
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.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.mockito.MockUtilsToStatic.MockUtilsToStaticVisitor
 
visitMemberReference(J.MemberReference, ExecutionContext) - Method in class org.openrewrite.java.testing.junit5.AssertToAssertions.AssertToAssertionsVisitor
 
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.MockitoJUnitToMockitoExtension.MockitoRuleToMockitoExtensionVisitor
 
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.MockitoJUnitToMockitoExtension.MockitoRuleToMockitoExtensionVisitor
 
visitNewClass(J.NewClass, ExecutionContext) - Method in class org.openrewrite.java.testing.mockito.MockUtilsToStatic.MockUtilsToStaticVisitor
 
A C E G H I J K L M O P R S T U V 
All Classes and Interfaces|All Packages