Summary
Initializes a new instance of the
FakeEnvironment
class.
- Namespace
- Cake
.Testing - Containing Type
- FakeEnvironment
Syntax
public FakeEnvironment(PlatformFamily family, bool is64Bit = true)
Parameters
Name | Type | Description |
---|---|---|
family | PlatformFamily | The platform family. |
is64Bit | bool | if set to true , the platform is 64 bit. |
Return Value
Type | Description |
---|---|
void |