Class PingService
Assembly: CoverageKiller2.dll
Syntax
public static class PingService
Methods
Checkpoint(string, Type, string)
Declaration
public static void Checkpoint(string msg, Type caller = null, string callerName = "")
Parameters
PingPong<T>(T, string)
Declaration
public static void PingPong<T>(this T caller, string callerName = "")
Parameters
Type |
Name |
Description |
T |
caller |
|
string |
callerName |
|
Type Parameters
PingPong<T>(T, string, string)
Declaration
public static void PingPong<T>(this T caller, string msg, string callerName = "")
Parameters
Type Parameters
PingPong<T, TResult>(Func<TResult>, string, string)
Declaration
public static TResult PingPong<T, TResult>(Func<TResult> action, string msg = null, string callerName = "")
Parameters
Returns
Type Parameters
Name |
Description |
T |
|
TResult |
|
PingPong<T, TResult>(T, Func<TResult>, string, string)
Declaration
public static TResult PingPong<T, TResult>(this T caller, Func<TResult> action, string msg = null, string callerName = "")
Parameters
Type |
Name |
Description |
T |
caller |
|
Func<TResult> |
action |
|
string |
msg |
|
string |
callerName |
|
Returns
Type Parameters
Name |
Description |
T |
|
TResult |
|
Ping<T>(string)
Declaration
public static void Ping<T>(string callerName = "")
Parameters
Type |
Name |
Description |
string |
callerName |
|
Type Parameters
Ping<T>(string, string)
Declaration
public static void Ping<T>(string msg, string callerName = "")
Parameters
Type Parameters
Ping<T>(T, string)
Declaration
public static void Ping<T>(this T caller, string callerName = "")
Parameters
Type |
Name |
Description |
T |
caller |
|
string |
callerName |
|
Type Parameters
Ping<T>(T, string, string)
Declaration
public static void Ping<T>(this T caller, string msg, string callerName = "")
Parameters
Type Parameters
Ping<T>(T, Type[], string)
Declaration
public static void Ping<T>(this T caller, Type[] genericParams, string callerName = "")
Parameters
Type |
Name |
Description |
T |
caller |
|
Type[] |
genericParams |
|
string |
callerName |
|
Type Parameters
Pong<T>(string)
Declaration
public static void Pong<T>(string callerName = "")
Parameters
Type |
Name |
Description |
string |
callerName |
|
Type Parameters
Pong<T>(string, string)
Declaration
public static void Pong<T>(string msg, string callerName = "")
Parameters
Type Parameters
Pong<T>(T, string)
Declaration
public static void Pong<T>(this T caller, string callerName = "")
Parameters
Type |
Name |
Description |
T |
caller |
|
string |
callerName |
|
Type Parameters
Pong<T>(T, string, string)
Declaration
public static void Pong<T>(this T caller, string msg, string callerName = "")
Parameters
Type Parameters
Pong<T>(T, Type, string)
Declaration
public static void Pong<T>(this T caller, Type genericParam, string callerName = "")
Parameters
Type |
Name |
Description |
T |
caller |
|
Type |
genericParam |
|
string |
callerName |
|
Type Parameters
Pong<T>(T, Type[], string)
Declaration
public static void Pong<T>(this T caller, Type[] genericParams, string callerName = "")
Parameters
Type |
Name |
Description |
T |
caller |
|
Type[] |
genericParams |
|
string |
callerName |
|
Type Parameters
Pong<T, TResult>(T, Func<TResult>, string, string)
Declaration
public static TResult Pong<T, TResult>(this T caller, Func<TResult> action, string msg = null, string callerName = "")
Parameters
Type |
Name |
Description |
T |
caller |
|
Func<TResult> |
action |
|
string |
msg |
|
string |
callerName |
|
Returns
Type Parameters
Name |
Description |
T |
|
TResult |
|