UnitTestEngine Class
Test Engine for unit tests
Namespace:SoftHai.Testing.UnitTestAssembly:SoftHai.Testing
Syntax
Visual Basic
Public Class UnitTestEngine
Inherits System.Object
Implements SoftHai.Testing.IEngine
C#
public class UnitTestEngine
: System.Object,
SoftHai.Testing.IEngine
Members
Methods
Events
| Name | Description |
| Finish Test Method | Thrown when a method has been tested and a result to |
| Finish Test | Event is triggered when the unit testing has been completed. |
| Start Test | Event is triggered when a new test is started |
This WikiPage was created with
Codeplex WikiEditor