Esempio n. 1
0
        protected void OnCallBack(bool trackNoParams = false)
        {
            InvocationCount++;

            if (trackNoParams)
            {
                Verifier.AddUsage(string.Empty, null, string.Empty, InvocationCount);
            }

            if (Throws)
            {
                AssertHandler.RaiseVbaError(ErrorNumber, ErrorDescription);
            }
        }