Class ExpectedAndActual<T>

java.lang.Object
com.regnosys.testing.reports.ExpectedAndActual<T>

public class ExpectedAndActual<T> extends Object
  • Constructor Details

    • ExpectedAndActual

      public ExpectedAndActual(Path expectationPath, T expected, T actual)
  • Method Details

    • getExpectationPath

      public Path getExpectationPath()
    • getExpected

      public T getExpected()
    • getActual

      public T getActual()