Class TestConverter

java.lang.Object
org.blocktest.TestConverter

public class TestConverter extends Object
  • Constructor Details

    • TestConverter

      public TestConverter(HashMap<String,HashSet<com.github.javaparser.ast.type.Type>> globalSymbolTable)
  • Method Details

    • toJUnit

      public com.github.javaparser.ast.body.MethodDeclaration toJUnit(BlockTest blockTest)
      Converts a BlockTest to a JUnit test method.
      Parameters:
      blockTest - The BlockTest to convert.