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

Namespace: DynamicNode.Test.Cases
Assembly: 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.

Return Value

Eine TestEventArgs-Instanz.

See Also