Questions
- Why is it worth automating unit tests?
- What is the main reason why TDD is able to discover most bugs immediately?
- What is the difference between the
[Theory]and[Fact]attributes of xUnit? - Which xUnit static class is used in test assertions?
- Which methods allow the definition of the Moq mocked dependencies?
- Is it possible to mock async methods with Moq? If yes, how?