C# Class PurplePen.Tests.CourseFormatterTests

Inheritance: TestFixtureBase
Show file Open project: petergolde/PurplePen

Public Methods

Method Description
CheckCourse ( string testfileName, Id courseId, CourseLayer layer, string expected ) : void
TestRectangleCenter ( double angle, PointF expectedResult ) : void

Private Methods

Method Description
AllControls ( ) : void
ControlGaps ( ) : void
DefaultNumberLocation ( ) : void
DisplayAllCourses ( ) : void
ExpandText ( ) : void
ExpandTextMapExchange ( ) : void
ExpandTextRelay ( ) : void
GetRectangleCenter ( ) : void
GetTextSize ( ) : void
GetTextSize2 ( ) : void
RegularCourse ( ) : void
ScoreCourse ( ) : void
ScoreCourseCodeAndScore ( ) : void
ScoreCourseSequence ( ) : void
ScoreCourseSequenceAndCode ( ) : void
ScoreCourseSequenceAndScore ( ) : void
SpecialLegs ( ) : void
StartAngle ( ) : void
Text ( ) : void

Method Details

CheckCourse() public method

public CheckCourse ( string testfileName, Id courseId, CourseLayer layer, string expected ) : void
testfileName string
courseId Id
layer CourseLayer
expected string
return void

TestRectangleCenter() public method

public TestRectangleCenter ( double angle, PointF expectedResult ) : void
angle double
expectedResult System.Drawing.PointF
return void