Package com.regnosys.testing.reports
Class ExpectationResult
java.lang.Object
com.regnosys.testing.reports.ExpectationResult
- All Implemented Interfaces:
Comparable<ExpectationResult>
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionExpectationResult(String datasetName, String useCaseName, com.rosetta.model.lib.ModelReportId identifier, List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> actualReportFields) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField>Deprecated.Deprecated.com.rosetta.model.lib.ModelReportIdDeprecated.Deprecated.
-
Constructor Details
-
Method Details
-
getIdentifier
public com.rosetta.model.lib.ModelReportId getIdentifier()Deprecated. -
getActualReportFields
public List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> getActualReportFields()Deprecated. -
getDatasetName
Deprecated. -
getUseCaseName
Deprecated. -
compareTo
Deprecated.- Specified by:
compareToin interfaceComparable<ExpectationResult>
-