Skip to content
Mehdi Hadeli edited this page May 5, 2023 · 53 revisions

Test

Articles

Videos

Notes

  • Separating our tests into different classes based on functionality can also help you to avoid having overly large and complex test classes, which can be difficult to read and maintain.
  • We can mock virtual or abstract membbers also interfaces with mocking framework, we can't mock normal classes and members and static methods and extension methods.

Xunit

Articles

Videos

Contract Test

Articles

Sample

Snapshot Test

Videos

Load Tests

End To End Tests

Coverage

Samples

Libraries

Clone this wiki locally