References
- Getting Started with xUnit.net: https://xunit.net/docs/getting-started/netcore/cmdline
- Unit testing in .NET: https://docs.microsoft.com/en-US/dotnet/core/testing/
- Unit test controller logic in ASP.NET Core: https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/testing
- The using statement (C#): https://docs.microsoft.com/en-US/dotnet/csharp/language-reference/keywords/using-statement
- xUnit.net – Using ASP.NET Core with the .NET SDK command line: https://xunit.net/docs/getting-started/netcore/cmdline
- Angular – Testing: https://angular.io/guide/testing
- Protractor: End-to-end testing for Angular: https://www.protractortest.org/
- Jasmine: Behavior-Driven JavaScript: https://jasmine.github.io/
- Karma: Spectacular Test Runner for JavaScript: https://karma-runner.github.io/latest/index.html
- Angular Testing: ComponentFixture: https://angular.io/api/core/testing/ComponentFixture
- Angular References...