Click or drag to resize

ProfileSetActiveEnvironment Method (TestEnvironment)

Sets the active test environment.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void SetActiveEnvironment(
	TestEnvironment env
)

Parameters

env
Type: Hummingbird.TestFramework.ConfigurationTestEnvironment
The test environment
See Also