Package help

Interface TOCItemProvider

  • All Known Implementing Classes:
    HelpModuleCollection

    public interface TOCItemProvider
    An interface that allows us to perform dependency injection in the testing environment.
    • Method Detail

      • getTOCItemExternalsByDisplayMapping

        java.util.Map<java.lang.String,​TOCItemExternal> getTOCItemExternalsByDisplayMapping()
      • getTOCItemDefinitionsByIDMapping

        java.util.Map<java.lang.String,​TOCItemDefinition> getTOCItemDefinitionsByIDMapping()