Свойство | Тип | Описание | |
---|---|---|---|
traceOutput | ITestOutputHelper |
Метод | Описание | |
---|---|---|
AddToContext ( |
||
Configuration ( string source, string name, string value ) : void | ||
Enter ( string invocationId, object instance, string method, object>.IDictionary |
||
Error ( string invocationId, |
||
Exit ( string invocationId, object result ) : void | ||
Information ( string message ) : void | ||
ReceiveResponse ( string invocationId, |
||
RemoveFromContext ( |
||
SendRequest ( string invocationId, |
||
XunitTracingInterceptor ( ITestOutputHelper output ) : Hyak.Common |
Метод | Описание | |
---|---|---|
Write ( string message ) : void |
public static AddToContext ( |
||
interceptor | ||
Результат | void |
public Configuration ( string source, string name, string value ) : void | ||
source | string | |
name | string | |
value | string | |
Результат | void |
public Enter ( string invocationId, object instance, string method, object>.IDictionary |
||
invocationId | string | |
instance | object | |
method | string | |
parameters | object>.IDictionary | |
Результат | void |
public Error ( string invocationId, |
||
invocationId | string | |
ex | ||
Результат | void |
public Exit ( string invocationId, object result ) : void | ||
invocationId | string | |
result | object | |
Результат | void |
public Information ( string message ) : void | ||
message | string | |
Результат | void |
public ReceiveResponse ( string invocationId, |
||
invocationId | string | |
response | ||
Результат | void |
public static RemoveFromContext ( |
||
interceptor | ||
Результат | void |
public SendRequest ( string invocationId, |
||
invocationId | string | |
request | ||
Результат | void |
public XunitTracingInterceptor ( ITestOutputHelper output ) : Hyak.Common | ||
output | ITestOutputHelper | |
Результат | Hyak.Common |