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
-
Method Details
-
testCode
String testCode()Generate test Java code.- Returns:
- Java code.
-