Class TestCheckProvider

    • Constructor Detail

      • TestCheckProvider

        public TestCheckProvider()
    • Method Detail

      • registerCheck

        public ICheck registerCheck​(Class<? extends AbstractTestCheck> checkClass,
                                    String checkId,
                                    String categoryId)
        Registers new testing ICheck
        Parameters:
        checkClass - implementation of testing ICheck, cannot be null
        checkId - unique testing check id, cannot be null
        categoryId - unique testing check category id, cannot be null
        Returns:
        registered ICheck, can be null if object by checkClass was not created
      • registerCheck

        public void registerCheck​(ICheck check,
                                  String categoryId)
        Registers new testing ICheck
        Parameters:
        checkId - unique testing check id, cannot be null
        categoryId - unique testing check category id, cannot be null