Unit Testing with Local Functions 🐯
Use the traditional Unit Testing Frameworks to write TDD or BDD tests:
✔️ Arrange / Act / Assert
✔️ Given / When / Then
✔️ Context / Specification
Auto-mocked Unit Testing with Local Functions 🐯
Use the traditional Unit Testing Frameworks to write TDD or BDD tests:
✔️ Arrange / Act / Assert
✔️ Given / When / Then
✔️ Context / Specification
Use NSubstitute to:
✔️ Mock / Fake / Stub
Auto-mocked Unit Testing with Local Functions 🐯
Use the traditional Unit Testing Frameworks to write TDD or BDD tests:
✔️ Arrange / Act / Assert
✔️ Given / When / Then
✔️ Context / Specification
Use Moq to:
✔️ Mock / Fake / Stub
Auto-mocked Unit Testing with Local Functions 🐯
Use the traditional Unit Testing Frameworks to write TDD or BDD tests:
✔️ Arrange / Act / Assert
✔️ Given / When / Then
✔️ Context / Specification
Use FakeItEasy to:
✔️ Mock / Fake / Stub