Class DumpSpecReader

    • Field Detail

      • sb

        protected final java.lang.StringBuilder sb
      • sbExp

        protected final java.lang.StringBuilder sbExp
      • exampleComment

        protected java.lang.StringBuilder exampleComment
    • Constructor Detail

      • DumpSpecReader

        public DumpSpecReader​(@NotNull
                              @NotNull java.io.InputStream stream,
                              @NotNull
                              @NotNull SpecExampleProcessor testCase,
                              @NotNull
                              @NotNull ResourceLocation location,
                              boolean compoundSections)
    • Method Detail

      • getFullSpec

        public java.lang.String getFullSpec()
      • getExpectedFullSpec

        public java.lang.String getExpectedFullSpec()
      • addSpecLine

        public void addSpecLine​(java.lang.String line,
                                boolean isSpecExampleOpen)
        Overrides:
        addSpecLine in class SpecReader