C# Class Pinta.ImageManipulation.UnitTests.BaseTest

Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation

Protected Methods

Method Description
Compare ( Bitmap actual, string expected ) : void
GetExpectedImage ( string name ) : Bitmap
GetSourceImage ( string name ) : Bitmap

Method Details

Compare() protected method

protected Compare ( Bitmap actual, string expected ) : void
actual System.Drawing.Bitmap
expected string
return void

GetExpectedImage() protected method

protected GetExpectedImage ( string name ) : Bitmap
name string
return System.Drawing.Bitmap

GetSourceImage() protected method

protected GetSourceImage ( string name ) : Bitmap
name string
return System.Drawing.Bitmap