C# Class DrawingTestHelper.NetDrawingTest

Inheritance: DrawingTest
显示文件 Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
CalculateSHA1 ( ) : string
NetDrawingTest ( ) : System

Protected Methods

Method Description
CreateForm ( string title ) : IMyForm
DetermineCallingFunction ( ) : string
GetExpectedNorm ( double myNorm ) : double
GetReferenceImage ( string testName ) : Bitmap

Method Details

CalculateSHA1() public method

public CalculateSHA1 ( ) : string
return string

CreateForm() protected method

protected CreateForm ( string title ) : IMyForm
title string
return IMyForm

DetermineCallingFunction() protected method

protected DetermineCallingFunction ( ) : string
return string

GetExpectedNorm() protected method

protected GetExpectedNorm ( double myNorm ) : double
myNorm double
return double

GetReferenceImage() protected method

protected GetReferenceImage ( string testName ) : Bitmap
testName string
return System.Drawing.Bitmap

NetDrawingTest() public method

public NetDrawingTest ( ) : System
return java.lang.System