Interface Testable
-
- All Known Subinterfaces:
BytecodeEntry
- All Known Implementing Classes:
BytecodeClass
,BytecodeLabelEntry
,BytecodeMethod
,BytecodeMethodProperties
,BytecodeTryCatchBlock
public interface Testable
Instances with this interface know how to generate java code for tests.- Since:
- 0.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
testCode()
Generate test Java code.
-
-
-
Method Detail
-
testCode
String testCode()
Generate test Java code.- Returns:
- Java code.
-
-