Summary
Represents a fake environment.
- Namespace
- Cake
.Testing - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["ICakeEnvironment"]
click Interface0 "/api/Cake.Core/ICakeEnvironment"
Type["FakeEnvironment"]
class Type type-node
Syntax
public sealed class FakeEnvironment : ICakeEnvironment
Constructors
Name | Summary |
---|---|
FakeEnvironment |
Initializes a new instance of the FakeEnvironment class.
|
Properties
Name | Value | Summary |
---|---|---|
ApplicationRoot | DirectoryPath |
Gets the application root path.
|
Platform | FakePlatform |
Gets the platform Cake is running on.
|
Runtime | FakeRuntime |
Gets the runtime Cake is running in.
|
UserHomeDirectory | DirectoryPath |
Gets the user's home directory.
|
WorkingDirectory | DirectoryPath |
Gets or sets the working directory.
|
Methods
Name | Value | Summary |
---|---|---|
Change |
void |
Change the operating system platform family.
|
Change |
void |
Changes the operative system bitness.
|
Create |
FakeEnvironment |
Creates a Unix environment.
static
|
Create |
FakeEnvironment |
Creates a Windows environment.
static
|
Get |
string |
Gets an environment variable.
|
Get |
IDictionary |
Gets all environment variables.
|
GetSpecialPath |
DirectoryPath |
Gets a special path.
|
SetBuiltFramework |
void |
Sets the built framework.
|
Set |
void |
Sets a command line argument.
|
Set |
void |
Sets an environment variable.
|
SetIsCoreClr |
void |
Sets if is .NET Core CLR.
|
SetSpecialPath |
void |
Sets a special path.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
Expand |
string |
Expands the environment variables in the provided text.
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|