Class TestOutputDto<A,​B,​C>

  • Type Parameters:
    A - first property to store results (stores MemoryOutputFormatter in PlanItIO)
    B - second property to store results (stores CustomPlanItProject in PlanItIO)
    C - third property to store results (stores InputBuilderListener in PlanItIO)

    public class TestOutputDto<A,​B,​C>
    extends Object
    Data Transfer Object used to store results in unit testing for PlanItIO
    Author:
    gman6028
    • Constructor Detail

      • TestOutputDto

        public TestOutputDto​(A a,
                             B b,
                             C c)
    • Method Detail

      • getA

        public A getA()
      • getB

        public B getB()
      • getC

        public C getC()