Метод | Описание | |
---|---|---|
Failed ( IExample example, |
||
Finished ( ) : void | ||
Ignored ( IExample example ) : void | ||
Pending ( IExample example ) : void | ||
ReSharperListener ( IRemoteTaskServer server ) : System | ||
Success ( IExample example ) : void |
public Failed ( IExample example, |
||
example | IExample | |
exception | ||
Результат | void |
public Ignored ( IExample example ) : void | ||
example | IExample | |
Результат | void |
public Pending ( IExample example ) : void | ||
example | IExample | |
Результат | void |
public ReSharperListener ( IRemoteTaskServer server ) : System | ||
server | IRemoteTaskServer | |
Результат | System |
public Success ( IExample example ) : void | ||
example | IExample | |
Результат | void |