[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)
Formatiert eine Test-Nachricht.
Namespace: DynamicNode.Test.CasesAssembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)
Syntax
C# |
---|
protected override TestEventArgs BuildTestEventArgs( string name, TestEventTyp typ, string msg, Exception e ) |
Visual Basic |
---|
Protected Overrides Function BuildTestEventArgs ( _ name As String, _ typ As TestEventTyp, _ msg As String, _ e As Exception _ ) As TestEventArgs |
F# |
---|
abstract BuildTestEventArgs : name:string * typ:TestEventTyp * msg:string * e:Exception -> TestEventArgs override BuildTestEventArgs : name:string * typ:TestEventTyp * msg:string * e:Exception -> TestEventArgs |
Parameters
- name
- Type: System..::..String
Der Name des Testfalles.
- typ
- Type: DynamicNode.Test..::..TestEventTyp
Der Nachrichtentyp.
- msg
- Type: System..::..String
Der Nachrichtentext.
- e
- Type: System..::..Exception
Eine Ausnahme oder null.