Browse Source
Merge pull request #9565 from abpframework/auto-merge/rel-4-2/481
Merge branch rel-4.3 with rel-4.2
pull/9566/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/Tutorials/Part-4.md
|
|
@ -52,7 +52,7 @@ This part covers the **server side** tests. There are several test projects in t |
|
|
|
|
|
|
|
|
Each project is used to test the related project. Test projects use the following libraries for testing: |
|
|
Each project is used to test the related project. Test projects use the following libraries for testing: |
|
|
|
|
|
|
|
|
* [Xunit](https://xunit.github.io/) as the main test framework. |
|
|
* [Xunit](https://github.com/xunit/xunit) as the main test framework. |
|
|
* [Shoudly](https://github.com/shouldly/shouldly) as the assertion library. |
|
|
* [Shoudly](https://github.com/shouldly/shouldly) as the assertion library. |
|
|
* [NSubstitute](http://nsubstitute.github.io/) as the mocking library. |
|
|
* [NSubstitute](http://nsubstitute.github.io/) as the mocking library. |
|
|
|
|
|
|
|
|
@ -249,4 +249,4 @@ Congratulations, the **green icons** indicates that the tests have been successf |
|
|
|
|
|
|
|
|
## The Next Part |
|
|
## The Next Part |
|
|
|
|
|
|
|
|
See the [next part](Part-5.md) of this tutorial. |
|
|
See the [next part](Part-5.md) of this tutorial. |
|
|
|