Index

G I L 
All Classes and Interfaces|All Packages

G

getRequirementsPrompt() - Method in class io.codemodder.testutils.llm.LLMAssistedCodemodTest
If a codemod's changes don't exactly match the .java.after file, the LLM will use these requirements to assess whether the changes are similar enough to pass the test.

I

io.codemodder.testutils.llm - package io.codemodder.testutils.llm
 

L

LLMAssistedCodemodTest - Class in io.codemodder.testutils.llm
An LLMAssistedCodemodTest tests each file with extension .java.before in the Metadata.testResourceDir() test resource directory (including subdirectories) by executing the Metadata.codemodType() LLM-assisted codemod and verifying the changes.
LLMAssistedCodemodTest() - Constructor for class io.codemodder.testutils.llm.LLMAssistedCodemodTest
 
G I L 
All Classes and Interfaces|All Packages