Further reading
While the documentation on xUnit included in this chapter is quite complete, it doesn't include the few configuration options offered by xUnit. The full xUnit documentation is available at https://xunit.net/. Documentation for MSTest and NUnit can be found at https://github.com/microsoft/testfx and https://github.com/nunit/docs/wiki/NUnit-Documentation, respectively.
Full Moq documentation is available at https://github.com/moq/moq4/wiki/Quickstart.
Here are some links to performance test frameworks for web applications: