Package com.regnosys.testing.reports
Class RegulatoryReportingTestExtension
java.lang.Object
com.regnosys.testing.reports.RegulatoryReportingTestExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension
@Deprecated
public class RegulatoryReportingTestExtension
extends Object
implements org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.AfterAllCallback
Deprecated.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRegulatoryReportingTestExtension(ReportUtil reportUtil) Deprecated.RegulatoryReportingTestExtension(ReportUtil reportUtil, Path regReportingRoot) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidafterAll(org.junit.jupiter.api.extension.ExtensionContext context) Deprecated.voidassertRegReport(com.rosetta.model.lib.ModelReportId identifier, List<com.regnosys.rosetta.common.reports.RegReport> regReports, com.google.common.collect.Multimap<com.rosetta.model.lib.ModelReportId, String> exclusionList) Deprecated.voidassertSameFields(com.rosetta.model.lib.ModelReportId identifier, List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> expectedReportFields, List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> actualReportFields, com.google.common.collect.Multimap<com.rosetta.model.lib.ModelReportId, String> exclusionList) Deprecated.voidassertSameNumberOfFields(List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> expectedReportFields, List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> actualReportFields) Deprecated.voidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext context) Deprecated.com.regnosys.rosetta.common.serialisation.reportdata.JsonReportDataLoadercreateJsonDescriptorLoader(List<String> descriptorNames) Deprecated.com.regnosys.rosetta.common.serialisation.reportdata.JsonExpectedResultLoaderDeprecated.com.regnosys.rosetta.common.serialisation.lookup.JsonLookupDataLoaderDeprecated.com.regnosys.rosetta.common.serialisation.reportdata.JsonReportDataLoadercreateJsonReportDataLoader(List<String> descriptorNames) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.List<org.junit.jupiter.params.provider.Arguments>loadTestArgs(com.google.common.collect.ImmutableList<String> rosettaFolderPathNames) Deprecated.withExclusionList(com.google.common.collect.Multimap<String, String> exclusionList) Deprecated.writeOutputFiles(boolean writeOutputFiles) Deprecated.
-
Field Details
-
REGULATORY_REPORTING_RESOURCE_ROOT
Deprecated. -
LOOKUP_FOLDER
Deprecated. -
DATA_FOLDER
Deprecated. -
SRC_DATA_FOLDER
Deprecated.
-
-
Constructor Details
-
RegulatoryReportingTestExtension
Deprecated. -
RegulatoryReportingTestExtension
Deprecated.
-
-
Method Details
-
writeOutputFiles
Deprecated. -
withExclusionList
public RegulatoryReportingTestExtension withExclusionList(com.google.common.collect.Multimap<String, String> exclusionList) Deprecated. -
beforeAll
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) Deprecated.- Specified by:
beforeAllin interfaceorg.junit.jupiter.api.extension.BeforeAllCallback
-
afterAll
Deprecated.- Specified by:
afterAllin interfaceorg.junit.jupiter.api.extension.AfterAllCallback- Throws:
Exception
-
getDataDescriptorNames
Deprecated. -
createJsonDescriptorLoader
public com.regnosys.rosetta.common.serialisation.reportdata.JsonReportDataLoader createJsonDescriptorLoader(List<String> descriptorNames) Deprecated. -
createJsonReportDataLoader
public com.regnosys.rosetta.common.serialisation.reportdata.JsonReportDataLoader createJsonReportDataLoader(List<String> descriptorNames) Deprecated. -
createJsonExpectedResultLoader
public com.regnosys.rosetta.common.serialisation.reportdata.JsonExpectedResultLoader createJsonExpectedResultLoader()Deprecated. -
createJsonLookupDataLoader
public com.regnosys.rosetta.common.serialisation.lookup.JsonLookupDataLoader createJsonLookupDataLoader()Deprecated. -
getLookupDescriptorNames
Deprecated. -
loadTestArgs
public List<org.junit.jupiter.params.provider.Arguments> loadTestArgs(com.google.common.collect.ImmutableList<String> rosettaFolderPathNames) Deprecated. -
assertSameFields
public void assertSameFields(com.rosetta.model.lib.ModelReportId identifier, List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> expectedReportFields, List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> actualReportFields, com.google.common.collect.Multimap<com.rosetta.model.lib.ModelReportId, String> exclusionList) Deprecated. -
assertSameNumberOfFields
public void assertSameNumberOfFields(List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> expectedReportFields, List<com.regnosys.rosetta.common.serialisation.reportdata.ExpectedResultField> actualReportFields) Deprecated. -
assertRegReport
public void assertRegReport(com.rosetta.model.lib.ModelReportId identifier, List<com.regnosys.rosetta.common.reports.RegReport> regReports, com.google.common.collect.Multimap<com.rosetta.model.lib.ModelReportId, String> exclusionList) Deprecated. -
getExpectationWriter
Deprecated. -
getReportDescriptorLocation
Deprecated. -
getLookupDescriptorLocation
Deprecated. -
isWriteOutputFiles
public boolean isWriteOutputFiles()Deprecated. -
getCollectedExpectationResult
Deprecated. -
getExclusionList
Deprecated.
-