public void CaptureContext() { MethodBase testMethod = MockingContext.GetTestMethod(); asyncCallPattern.Value = testMethod; }
public void CaptureContext() { MethodBase testMethod = MockingContext.GetTestMethod(); SetData(testMethod); }