Class TestGenerator

  • All Implemented Interfaces:
    Generator

    public class TestGenerator
    extends java.lang.Object
    implements Generator
    • Constructor Summary

      Constructors 
      Constructor Description
      TestGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate​(ProjectContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestGenerator

        public TestGenerator()
    • Method Detail

      • generate

        public void generate​(ProjectContext context)
                      throws java.lang.Exception
        Specified by:
        generate in interface Generator
        Throws:
        java.lang.Exception