[Test] public void Test_If_Mime_IsSupported() { var myWebResponse = Isolate.Fake.Instance<cc>(); Isolate.WhenCalled(() => myWebResponse.ContentType).WillReturn("text"); } } public class cc { public string ContentType; }