Exemple #1
0
        public AphidRuntimeException CreateExpressionException(
            [PexAssumeUnderTest] AphidInterpreter target,
            AphidExpression expression,
            object obj,
            string message,
            object[] args
            )
        {
            AphidRuntimeException result = target.CreateExpressionException(expression, obj, message, args);

            return(result);
            // TODO: add assertions to method AphidInterpreterTest.CreateExpressionException(AphidInterpreter, AphidExpression, Object, String, Object[])
        }