This repository contains sample codes related to a series of posts on my blog related to xUnit and unit testing in general. You can find the links to these posts down below.
xUnit Theory: Working With InlineData, MemberData, ClassData
Moq: Working With SetupGet, VerifyGet, SetupSet, VerifySet, SetupProperty
Isolation Frameworks: Why FakeItEasy and NSubstitude Are Better Than Moq
Interaction Testing With Mocks Leads To A Less Maintainable Unit Test
xUnit: Share an SUT Instance Between Two Class Using Collection
Share Expensive Object Between Tests By IClassFixture
xUnit BeforeAfterTestAttribute: How to Run Code Before And After Test