Closed dscopra closed 7 years ago
Added support for following calls:
A.Fake<IDisposable>(o => o.Strict());
A.Fake<IDisposable>();
A.CollectionOfFake<IDisposable>(2);
A.CollectionOfFake<IDisposable>(2, o => o.Strict());
A.Dummy<IDisposable>();
A.CollectionOfDummy<IDisposable>(3);
A<IDisposable>.Ignored;
A<IDisposable>._;
A<IDisposable>.That.Matches(f => true);
Prerequisites
Description
In issue #50 a basic support for FakeItEasy was added. Unfortunately this is not complete. The following code yields an diagnistic:
Source Code
Screenshot