FakeEnvironment.

SetEnvironmentVariable(string, string) Method

Summary

Sets an environment variable.
Namespace
Cake.Testing
Containing Type
FakeEnvironment

Syntax

public void SetEnvironmentVariable(string variable, string value)

Parameters

Name Type Description
variable string The variable.
value string The value.

Return Value

Type Description
void