Overload List

  NameDescription
Public methodLoadActions()()()()
Loads live tests from the calling assembly. Before this method is executed, all repositories and packages that are referenced in live tests must be loaded by using LoadPackages(String, String). After this method finished, ExecutePackage(String, String) can be called to execute tests.
Public methodLoadActions(Assembly)
Loads live tests from the calling assembly. Before this method is executed, all repositories and packages that are referenced in live tests must be loaded by using LoadPackages(String, String). After this method finished, ExecutePackage(String, String) can be called to execute tests.
Public methodLoadActions(String)
Loads live tests from the calling assembly. Before this method is executed, all repositories and packages that are referenced in live tests must be loaded by using LoadPackages(String, String). After this method finished, ExecutePackage(String, String) can be called to execute tests.

See Also