Summary
    Sets the value that corresponds to the specified key.
    
		- Namespace
 - Cake
.Testing  - Containing Type
 - FakeConfiguration
 
Syntax
public void SetValue(string key, string value)
	Parameters
| Name | Type | Description | 
|---|---|---|
| key | string | The key. | 
| value | string | The value. | 
Return Value
| Type | Description | 
|---|---|
| void | 
