메소드 | 설명 | |
---|---|---|
AreEqual ( |
Verifies that two files are equal. Two files are considered equal if both are null, or if both have the same value byte for byte. If they are not equal an AssertionException is thrown.
|
|
AreEqual ( |
Verifies that two files are equal. Two files are considered equal if both are null, or if both have the same value byte for byte. If they are not equal an AssertionException is thrown.
|
|
AreEqual ( Stream expected, Stream actual ) : void |
Verifies that two Streams are equal. Two Streams are considered equal if both are null, or if both have the same value byte for byte. If they are not equal an AssertionException is thrown.
|
|
AreEqual ( Stream expected, Stream actual, string message ) : void |
Verifies that two Streams are equal. Two Streams are considered equal if both are null, or if both have the same value byte for byte. If they are not equal an AssertionException is thrown.
|
|
AreEqual ( string expected, string actual ) : void |
Verifies that two files are equal. Two files are considered equal if both are null, or if both have the same value byte for byte. If they are not equal an AssertionException is thrown.
|
|
AreEqual ( string expected, string actual, string message ) : void |
Verifies that two files are equal. Two files are considered equal if both are null, or if both have the same value byte for byte. If they are not equal an AssertionException is thrown.
|
|
AreNotEqual ( |
Asserts that two files are not equal. If they are equal an AssertionException is thrown.
|
|
AreNotEqual ( |
Asserts that two files are not equal. If they are equal an AssertionException is thrown.
|
|
AreNotEqual ( Stream expected, Stream actual ) : void |
Asserts that two Streams are not equal. If they are equal an AssertionException is thrown.
|
|
AreNotEqual ( Stream expected, Stream actual, string message ) : void |
Asserts that two Streams are not equal. If they are equal an AssertionException is thrown.
|
|
AreNotEqual ( string expected, string actual ) : void |
Asserts that two files are not equal. If they are equal an AssertionException is thrown.
|
|
AreNotEqual ( string expected, string actual, string message ) : void |
Asserts that two files are not equal. If they are equal an AssertionException is thrown.
|
|
DoesNotExist ( |
Asserts that the file does not exist. If it does exist an AssertionException is thrown.
|
|
DoesNotExist ( |
Asserts that the file does not exist. If it does exist an AssertionException is thrown.
|
|
DoesNotExist ( string actual ) : void |
Asserts that the file does not exist. If it does exist an AssertionException is thrown.
|
|
DoesNotExist ( string actual, string message ) : void |
Asserts that the file does not exist. If it does exist an AssertionException is thrown.
|
|
Exists ( |
Asserts that the file exists. If it does not exist an AssertionException is thrown.
|
|
Exists ( |
Asserts that the file exists. If it does not exist an AssertionException is thrown.
|
|
Exists ( string actual ) : void |
Asserts that the file exists. If it does not exist an AssertionException is thrown.
|
|
Exists ( string actual, string message ) : void |
Asserts that the file exists. If it does not exist an AssertionException is thrown.
|
메소드 | 설명 | |
---|---|---|
Equals ( object a, object b ) : bool | ||
ReferenceEquals ( object a, object b ) : void |
static public AreEqual ( |
||
expected | A file containing the value that is expected | |
actual | A file containing the actual value | |
리턴 | void |
static public AreEqual ( |
||
expected | A file containing the value that is expected | |
actual | A file containing the actual value | |
message | string | The message to display if Streams are not equal |
리턴 | void |
static public AreEqual ( Stream expected, Stream actual ) : void | ||
expected | Stream | The expected Stream |
actual | Stream | The actual Stream |
리턴 | void |
static public AreEqual ( Stream expected, Stream actual, string message ) : void | ||
expected | Stream | The expected Stream |
actual | Stream | The actual Stream |
message | string | The message to display if Streams are not equal |
리턴 | void |
static public AreEqual ( string expected, string actual ) : void | ||
expected | string | The path to a file containing the value that is expected |
actual | string | The path to a file containing the actual value |
리턴 | void |
static public AreEqual ( string expected, string actual, string message ) : void | ||
expected | string | The path to a file containing the value that is expected |
actual | string | The path to a file containing the actual value |
message | string | The message to display if Streams are not equal |
리턴 | void |
static public AreNotEqual ( |
||
expected | A file containing the value that is expected | |
actual | A file containing the actual value | |
리턴 | void |
static public AreNotEqual ( |
||
expected | A file containing the value that is expected | |
actual | A file containing the actual value | |
message | string | The message to display if Streams are not equal |
리턴 | void |
static public AreNotEqual ( Stream expected, Stream actual ) : void | ||
expected | Stream | The expected Stream |
actual | Stream | The actual Stream |
리턴 | void |
static public AreNotEqual ( Stream expected, Stream actual, string message ) : void | ||
expected | Stream | The expected Stream |
actual | Stream | The actual Stream |
message | string | The message to be displayed when the two Stream are the same. |
리턴 | void |
static public AreNotEqual ( string expected, string actual ) : void | ||
expected | string | The path to a file containing the value that is expected |
actual | string | The path to a file containing the actual value |
리턴 | void |
static public AreNotEqual ( string expected, string actual, string message ) : void | ||
expected | string | The path to a file containing the value that is expected |
actual | string | The path to a file containing the actual value |
message | string | The message to display if Streams are not equal |
리턴 | void |
static public DoesNotExist ( |
||
actual | A file containing the actual value | |
리턴 | void |
static public DoesNotExist ( |
||
actual | A file containing the actual value | |
message | string | The message to display if Streams are not equal |
리턴 | void |
static public DoesNotExist ( string actual ) : void | ||
actual | string | The path to a file containing the actual value |
리턴 | void |
static public DoesNotExist ( string actual, string message ) : void | ||
actual | string | The path to a file containing the actual value |
message | string | The message to display if Streams are not equal |
리턴 | void |
static public Exists ( |
||
actual | A file containing the actual value | |
리턴 | void |
static public Exists ( |
||
actual | A file containing the actual value | |
message | string | The message to display if Streams are not equal |
리턴 | void |
static public Exists ( string actual ) : void | ||
actual | string | The path to a file containing the actual value |
리턴 | void |
static public Exists ( string actual, string message ) : void | ||
actual | string | The path to a file containing the actual value |
message | string | The message to display if Streams are not equal |
리턴 | void |