AspNetCore.Docs/aspnet/testing/unit-testing.rst

30 lines
576 B
ReStructuredText

Unit Testing
============
By `Steve Smith`_
This content is in progress.
In this article:
- `Introduction to Unit Testing`_
- `Creating Test Projects`_
- `Running Tests`_
`Download sample from GitHub <https://github.com/aspnet/docs/tree/master/aspnet/testing/unit-testing/sample>`_.
Introduction to Unit Testing
----------------------------
About unit testing
Creating Test Projects
----------------------
Creating test projects using test runners.
Running Tests
-------------
Running unit tests on the command line and in visual studio
Summary
-------
Summary