Uses of Class
com.regnosys.testing.reports.ExpectedAndActual
Packages that use ExpectedAndActual
Package
Description
-
Uses of ExpectedAndActual in com.regnosys.testing
Methods in com.regnosys.testing that return ExpectedAndActualModifier and TypeMethodDescriptionstatic ExpectedAndActual<String>TestingExpectationUtil.getJsonExpectedAndActual(Path expectationPath, Object jsonResult) -
Uses of ExpectedAndActual in com.regnosys.testing.projection
Methods in com.regnosys.testing.projection that return ExpectedAndActualModifier and TypeMethodDescriptionProjectionTestResult.getError()ProjectionTestResult.getKeyValue()ProjectionTestResult.getOutput()ProjectionTestResult.getValidationFailures()ProjectionTestResult.getValidXml()ProjectionTestExtension.getXmlExpectedAndActual(Path expectationPath, Object xmlResult) Constructors in com.regnosys.testing.projection with parameters of type ExpectedAndActualModifierConstructorDescriptionProjectionTestResult(String inputFileName, String keyValueFileName, String outputFileName, ExpectedAndActual<String> keyValue, ExpectedAndActual<String> output, ExpectedAndActual<Integer> validationFailures, ExpectedAndActual<Boolean> validXml, ExpectedAndActual<Boolean> error) -
Uses of ExpectedAndActual in com.regnosys.testing.reports
Methods in com.regnosys.testing.reports that return ExpectedAndActualModifier and TypeMethodDescriptionReportTestResult.getKeyValue()ReportTestResult.getReport()ReportTestResult.getValidationFailures()Constructors in com.regnosys.testing.reports with parameters of type ExpectedAndActualModifierConstructorDescriptionReportTestResult(String inputFileName, ExpectedAndActual<String> keyValue, ExpectedAndActual<String> report, ExpectedAndActual<Integer> validationFailures) -
Uses of ExpectedAndActual in com.regnosys.testing.transform
Methods in com.regnosys.testing.transform that return ExpectedAndActualModifier and TypeMethodDescriptionTransformTestResult.getKeyValue()TransformTestResult.getModelValidationFailures()TransformTestResult.getReport()TransformTestResult.getRuntimeError()TransformTestResult.getSchemaValidationFailure()Constructors in com.regnosys.testing.transform with parameters of type ExpectedAndActualModifierConstructorDescriptionTransformTestResult(com.regnosys.rosetta.common.transform.TestPackModel.SampleModel sampleModel, ExpectedAndActual<String> keyValue, ExpectedAndActual<String> report, ExpectedAndActual<Integer> modelValidationFailures, ExpectedAndActual<Boolean> schemaValidationFailure, ExpectedAndActual<Boolean> runtimeError)