Interface Testable

All Known Subinterfaces:
BytecodeEntry
All Known Implementing Classes:
BytecodeClass, BytecodeFrame, BytecodeInstructionEntry, BytecodeLabel, BytecodeMethod, BytecodeMethodProperties, BytecodeTryCatchBlock

public interface Testable
Instances with this interface know how to generate java code for tests.
Since:
0.2
  • Method Summary

    Modifier and Type
    Method
    Description
    Generate test Java code.
  • Method Details

    • testCode

      String testCode()
      Generate test Java code.
      Returns:
      Java code.