Méthode | Description | |
---|---|---|
ClearResults ( ) : int | ||
ClearResults ( string testName ) : int | ||
GetActiveTests ( ) : List |
||
GetResults ( string testName ) : List |
||
HttpRuntimeCacheStorage ( System.TimeSpan cacheDuration ) : System | ||
SaveResults ( ABSeeResult result ) : void |
Méthode | Description | |
---|---|---|
GetCacheKey ( string testname ) : string | ||
InsertIntoCache ( string key, object value ) : void |
public ClearResults ( string testName ) : int | ||
testName | string | |
Résultat | int |
public GetResults ( string testName ) : List |
||
testName | string | |
Résultat | List |
public HttpRuntimeCacheStorage ( System.TimeSpan cacheDuration ) : System | ||
cacheDuration | System.TimeSpan | |
Résultat | System |
public SaveResults ( ABSeeResult result ) : void | ||
result | ABSeeResult | |
Résultat | void |