Method | Description | |
---|---|---|
AreEqual ( |
Verifies that two directories are equal. Two directories are considered equal if both are null, or if both point to the same directory. If they are not equal an AssertionException is thrown.
|
|
AreEqual ( |
Verifies that two directories are equal. Two directories are considered equal if both are null, or if both point to the same directory. If they are not equal an AssertionException is thrown.
|
|
AreNotEqual ( |
Asserts that two directories are not equal. If they are equal an AssertionException is thrown.
|
|
AreNotEqual ( |
Asserts that two directories are not equal. If they are equal an AssertionException is thrown.
|
|
DoesNotExist ( |
Asserts that the directory does not exist. If it does exist an AssertionException is thrown.
|
|
DoesNotExist ( |
Asserts that the directory does not exist. If it does exist an AssertionException is thrown.
|
|
DoesNotExist ( string actual ) : void |
Asserts that the directory does not exist. If it does exist an AssertionException is thrown.
|
|
DoesNotExist ( string actual, string message ) : void |
Asserts that the directory does not exist. If it does exist an AssertionException is thrown.
|
|
Exists ( |
Asserts that the directory exists. If it does not exist an AssertionException is thrown.
|
|
Exists ( |
Asserts that the directory exists. If it does not exist an AssertionException is thrown.
|
|
Exists ( string actual ) : void |
Asserts that the directory exists. If it does not exist an AssertionException is thrown.
|
|
Exists ( string actual, string message ) : void |
Asserts that the directory exists. If it does not exist an AssertionException is thrown.
|
Method | Description | |
---|---|---|
Equals ( object a, object b ) : bool | ||
ReferenceEquals ( object a, object b ) : void |
static public AreEqual ( |
||
expected | A directory containing the value that is expected | |
actual | A directory containing the actual value | |
return | void |
static public AreEqual ( |
||
expected | A directory containing the value that is expected | |
actual | A directory containing the actual value | |
message | string | The message to display if the directories are not equal |
return | void |
static public AreNotEqual ( |
||
expected | A directory containing the value that is expected | |
actual | A directory containing the actual value | |
return | void |
static public AreNotEqual ( |
||
expected | A directory containing the value that is expected | |
actual | A directory containing the actual value | |
message | string | The message to display if directories are not equal |
return | void |
static public DoesNotExist ( |
||
actual | A directory containing the actual value | |
return | void |
static public DoesNotExist ( |
||
actual | A directory containing the actual value | |
message | string | The message to display if directories are not equal |
return | void |
static public DoesNotExist ( string actual ) : void | ||
actual | string | The path to a directory containing the actual value |
return | void |
static public DoesNotExist ( string actual, string message ) : void | ||
actual | string | The path to a directory containing the actual value |
message | string | The message to display if directories are not equal |
return | void |
static public Exists ( |
||
actual | A directory containing the actual value | |
return | void |
static public Exists ( |
||
actual | A directory containing the actual value | |
message | string | The message to display if directories are not equal |
return | void |
static public Exists ( string actual ) : void | ||
actual | string | The path to a directory containing the actual value |
return | void |
static public Exists ( string actual, string message ) : void | ||
actual | string | The path to a directory containing the actual value |
message | string | The message to display if directories are not equal |
return | void |