Index

C D G I M R T V 
All Classes and Interfaces|All Packages

C

CodemodTestMixin - Interface in io.codemodder.testutils
The basic tests for codemods.
codemodType() - Element in annotation interface io.codemodder.testutils.Metadata
The codemod being tested.

D

dependencies() - Element in annotation interface io.codemodder.testutils.Metadata
The GAV coordinates of any dependencies that should be added to the project after the codemod's execution.

G

generateTestCases(Path) - Method in interface io.codemodder.testutils.CodemodTestMixin
 

I

io.codemodder.testutils - package io.codemodder.testutils
 
it_verifies_codemod(Path) - Method in interface io.codemodder.testutils.RawFileCodemodTest
 

M

Metadata - Annotation Interface in io.codemodder.testutils
 

R

RawFileCodemodTest - Interface in io.codemodder.testutils
Basic tests for RawFileChanger-based codemods.
renameTestFile() - Element in annotation interface io.codemodder.testutils.Metadata
Test files should always be renamed to this before execution.

T

testResourceDir() - Element in annotation interface io.codemodder.testutils.Metadata
The classpath-based test directory containing the test case artifacts.

V

verifyTransformedCode(Path, Path, Path) - Method in interface io.codemodder.testutils.CodemodTestMixin
A hook for verifying the before and after files.
C D G I M R T V 
All Classes and Interfaces|All Packages