C M O S T V 
All Classes All Packages

C

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

M

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
 

O

org.openrewrite.java.testing.junit5 - package org.openrewrite.java.testing.junit5
 
org.openrewrite.java.testing.mockito - package org.openrewrite.java.testing.mockito
 

S

SpringRunnerToSpringExtension - Class in org.openrewrite.java.testing.junit5
JUnit4 Spring test classes are annotated with @RunWith(SpringRunner.class) Turn this into the JUnit5-compatible @ExtendsWith(SpringExtension.class)
SpringRunnerToSpringExtension() - Constructor for class org.openrewrite.java.testing.junit5.SpringRunnerToSpringExtension
 

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
 

V

visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.java.testing.junit5.SpringRunnerToSpringExtension
 
visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.java.testing.junit5.TemporaryFolderToTempDir
 
visitCompilationUnit(J.CompilationUnit) - Method in class org.openrewrite.java.testing.junit5.ChangeTestAnnotation
 
visitCompilationUnit(J.CompilationUnit) - Method in class org.openrewrite.java.testing.mockito.MockUtilsToStatic
 
visitMethod(J.MethodDecl) - Method in class org.openrewrite.java.testing.junit5.ChangeTestAnnotation
 
visitNewClass(J.NewClass) - Method in class org.openrewrite.java.testing.mockito.MockUtilsToStatic
 
C M O S T V 
All Classes All Packages