Méthode | Description | |
---|---|---|
GetNodeList ( IList |
Returns the node ids of the test nodes in the list.
|
|
Load ( |
Loads the configuration from the application configuration file.
|
|
Load ( string filePath, ServerTestConfiguration masterConfiguration ) : ServerTestConfiguration |
Loads the configuration from a file on disk.
|
|
ReplaceNodeList ( IList |
Replaces the test nodes in the list.
|
|
Save ( string filePath ) : void |
Saves the configuration to a file on disk.
|
public GetNodeList ( IList |
||
nodes | IList |
|
namespaceUris | NamespaceTable | |
Résultat | List |
public static Load ( |
||
extensions | ||
Résultat | ServerTestConfiguration |
public static Load ( string filePath, ServerTestConfiguration masterConfiguration ) : ServerTestConfiguration | ||
filePath | string | |
masterConfiguration | ServerTestConfiguration | |
Résultat | ServerTestConfiguration |
public ReplaceNodeList ( IList |
||
nodes | IList |
|
newNodes | IList |
|
namespaceUris | NamespaceTable | |
Résultat | void |