TestEnvironment Class |
Namespace: Hummingbird.TestFramework.Configuration
The TestEnvironment type exposes the following members.
Name | Description | |
---|---|---|
![]() | TestEnvironment |
Initializes a new instance of the TestEnvironment class.
|
Name | Description | |
---|---|---|
![]() | Credentials |
Credentials used in Basic and Digest authentication
|
![]() | DisplayName |
DisplayName of the current environment
|
![]() | EnvironmentVariables |
Variables created manually, can be used anywhere. To use these variables in automated test, please ensure that the TestEnvironment is embedded in the automation project.
|
![]() | IsActive |
Indicate if this test environment is active environment.
|
![]() | IsDefault |
Indicate if this test environment is Default environment. Default environment cannot be removed.
|
![]() | Name |
Name of the test environment.
|
![]() | SystemVariables |
variables created by used server and clients, values can be changed but these variables can not be deleted.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when the property if the test environment is changed.
|
Name | Description | |
---|---|---|
![]() | ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) |
![]() | ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |