[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
The BaseTestCase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BuildTestEventArgs |
Muss überschrieben werden.
| |
| Err(String) |
Löst ein Test-Ereignis vom Typ "Fehler" aus.
| |
| Err(String, Exception) |
Löst ein Test-Ereignis vom Typ "Fehler" aus.
| |
| Info(String) |
Löst ein Test-Ereignis vom Typ "Information" aus.
| |
| Info(String, Exception) |
Löst ein Test-Ereignis vom Typ "Information" aus.
| |
| OnTestEvent |
Löst das Ereignis TestEvent aus.
| |
| Warn(String) |
Löst ein Test-Ereignis vom Typ "Warnung" aus.
| |
| Warn(String, Exception) |
Löst ein Test-Ereignis vom Typ "Warnung" aus.
|