Skip to content

Commit c61892e

Browse files
authored
Update README.md
1 parent a3d5fe1 commit c61892e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ namespace MyUnitTestApp
3636
}
3737
```
3838

39-
Note: Tests in other referenced projects in the same solution will be found as well
40-
41-
Note: if you put your tests in a class library, the iOS app, will need to reference one of the types in the AppDelegate, or the compiler will strip out the unit test DLL (this isn't an issue if you use a shared project with tests).
42-
43-
Note: This is not a fork. The submodule literally uses the code as-is from TestFX but compiled so it can run and be referenced by a .NET MAUI app.
39+
### Notes
40+
- Tests in other referenced projects in the same solution will be found as well
41+
- if you put your tests in a class library, the iOS app, will need to reference one of the types in the AppDelegate, or the compiler will strip out the unit test DLL (this isn't an issue if you use a shared project with tests).
42+
- This is not a fork of MSTest. The submodules literally uses the code as-is from TestFX but compiled so it can run and be referenced by a .NET MAUI app.
4443

4544
## Automation
4645
`MSTestX.Console` is a dotnet tool that helps with deploying and running monitoring the unit test application, while outputting a TRX test report to the host machine.

0 commit comments

Comments
 (0)