[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]

The BaseTestCase type exposes the following members.

Methods

  NameDescription
Protected methodBuildTestEventArgs
Muss überschrieben werden.
Protected methodErr(String)
Löst ein Test-Ereignis vom Typ "Fehler" aus.
Protected methodErr(String, Exception)
Löst ein Test-Ereignis vom Typ "Fehler" aus.
Protected methodInfo(String)
Löst ein Test-Ereignis vom Typ "Information" aus.
Protected methodInfo(String, Exception)
Löst ein Test-Ereignis vom Typ "Information" aus.
Protected methodOnTestEvent
Löst das Ereignis TestEvent aus.
Protected methodWarn(String)
Löst ein Test-Ereignis vom Typ "Warnung" aus.
Protected methodWarn(String, Exception)
Löst ein Test-Ereignis vom Typ "Warnung" aus.

See Also