Class TemplateTestCase

    • Constructor Detail

      • TemplateTestCase

        public TemplateTestCase()
    • Method Detail

      • getExpandedEntry

        public abstract void getExpandedEntry​(TemplateEntry entry,
                                              java.lang.StringBuilder sb)
      • processTemplate

        protected void processTemplate​(java.lang.String template,
                                       java.lang.String expandedTemplate)
      • getTemplateResourceName

        protected abstract java.lang.String getTemplateResourceName()
        Returns:
        return resource name for the spec to use for the examples of the test
      • outputTemplate

        protected boolean outputTemplate()
        Returns:
        return true if template to be dumped to stdout
      • testDumpSpec

        public void testDumpSpec()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception