Method | Description | |
---|---|---|
AssertImagesAreDifferent ( |
Asserts that two images are different
|
|
AssertImagesAreIdentical ( |
Asserts that two images are identical
|
|
ToByteArray ( |
Converts an image to a byte array
|
public static AssertImagesAreDifferent ( |
||
expected | /// The not-expected result /// | |
tested | /// The tested image /// | |
because | string | /// The because message. /// |
return | void |
public static AssertImagesAreIdentical ( |
||
expected | /// The expected result /// | |
tested | /// The tested image /// | |
because | string | /// The because message. /// |
return | void |
public static ToByteArray ( |
||
imageIn | The image to convert | |
return | byte[] |