Package core.helpers

Class ExternalClassHelper


  • public class ExternalClassHelper
    extends Object
    Author:
    ehsan matean
    • Constructor Detail

      • ExternalClassHelper

        public ExternalClassHelper()
    • Method Detail

      • getParameterNames

        protected static Object[] getParameterNames​(List<KeyValue> parameters)
      • isParameterNamesProvided

        protected static boolean isParameterNamesProvided​(List<KeyValue> paramters)
        parameters should either be all format: parameterName:value or just value
        Parameters:
        paramters -
        Returns:
      • isParameterNamesMatch

        protected static boolean isParameterNamesMatch​(Object[] parameterNames,
                                                       Object[] parameterList)
        verify if parameter names match the ones in the method
        Parameters:
        external -
        methodName -
        parameterList -