コード例 #1
0
        public IVerifies AtMost(int callCount)
        {
            #pragma warning disable 0618
            return(VerifiableWrapper.WrapVerifiesForVerification(Wrapped.AtMost(callCount)));

            #pragma warning restore 0618
        }