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 Details

    • REGULATORY_REPORTING_RESOURCE_ROOT

      public static final Path REGULATORY_REPORTING_RESOURCE_ROOT
      Deprecated.
    • LOOKUP_FOLDER

      public static final Path LOOKUP_FOLDER
      Deprecated.
    • DATA_FOLDER

      public static final Path DATA_FOLDER
      Deprecated.
    • SRC_DATA_FOLDER

      public static final Path SRC_DATA_FOLDER
      Deprecated.
  • Constructor Details

    • RegulatoryReportingTestExtension

      public RegulatoryReportingTestExtension(ReportUtil reportUtil)
      Deprecated.
    • RegulatoryReportingTestExtension

      public RegulatoryReportingTestExtension(ReportUtil reportUtil, Path regReportingRoot)
      Deprecated.
  • Method Details

    • writeOutputFiles

      public RegulatoryReportingTestExtension writeOutputFiles(boolean 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:
      beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallback
    • afterAll

      public void afterAll(org.junit.jupiter.api.extension.ExtensionContext context) throws Exception
      Deprecated.
      Specified by:
      afterAll in interface org.junit.jupiter.api.extension.AfterAllCallback
      Throws:
      Exception
    • getDataDescriptorNames

      public List<String> 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

      public List<String> 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

      public ExpectationWriter getExpectationWriter()
      Deprecated.
    • getReportDescriptorLocation

      public URL getReportDescriptorLocation()
      Deprecated.
    • getLookupDescriptorLocation

      public URL getLookupDescriptorLocation()
      Deprecated.
    • isWriteOutputFiles

      public boolean isWriteOutputFiles()
      Deprecated.
    • getCollectedExpectationResult

      public List<ExpectationResult> getCollectedExpectationResult()
      Deprecated.
    • getExclusionList

      public com.google.common.collect.Multimap<String,String> getExclusionList()
      Deprecated.