Overload List
Name | Description | |
---|---|---|
![]() | LoadUnitTests()()()() |
Loads unit tests from the calling assembly. Before this method is executed, all repositories and packages that are referenced in unit tests must be loaded by using
LoadPackages(String, String). After this method finished, ExecuteUnitTests()()()() or ExecuteUnitTest(Type)
can be called to execute tests.
|
![]() | LoadUnitTests(Assembly) |
Loads unit tests from the assembly. Before this method is executed, all repositories and packages that are referenced in unit tests must be loaded by using
LoadPackages(String, String). After this method finished, ExecuteUnitTests()()()() or ExecuteUnitTest(Type)
can be called to execute tests.
|
![]() | LoadUnitTests(String) |
Loads unit tests from the assembly. Before this method is executed, all repositories and packages that are referenced in unit tests must be loaded by using
LoadPackages(String, String). After this method finished, ExecuteUnitTests()()()() or ExecuteUnitTest(Type)
can be called to execute tests.
|