Example #1
0
        public static string CallToUnconfiguredMethodOfStrictFake(IFakeObjectCall call)
        {
            var callFormatter = ServiceLocator.Resolve <IFakeObjectCallFormatter>();

            return($"Call to unconfigured method of strict fake: {callFormatter.GetDescription(call)}.");
        }