IntelliTect/CodingGuidelines

Add testing frameworks

Opened this issue · 1 comments

As a dev or tester, I want to know what testing frameworks IntelliTect uses and why so that I can leverage that knowledge in my own projects

Keboo commented

For C# on all new greenfield development we recommend unit testing xUnit or MSTest v2.
When DI is used, consider also leveraging a mocking library such as Moq (with Moq.AutoMocker) to provide an easy way to populate dependencies in the tests.

Need to determine recommendations for:

PowerShell: ?
Python:
JavaScript:
TypeScript: