C# Class PurplePen.Tests.QueryEventTests

Inheritance: TestFixtureBase
Show file Open project: petergolde/PurplePen

Public Methods

Method Description
Setup ( string basename ) : void

Private Methods

Method Description
AllCoursesHaveLoads ( ) : void
AnyMultipart1 ( ) : void
AnyMultipart2 ( ) : void
CanAddVariation ( ) : void
ComputeFlaggedLegLength ( ) : void
ComputeLegLength ( ) : void
ComputeLegLengthBends ( ) : void
ComputeStraightLineControlDistance ( ) : void
ControlsUnusedInCourses ( ) : void
CountCourseParts ( ) : void
CountCourses ( ) : void
CourseContainsSpecial ( ) : void
CourseContainsSpecialMapExchange ( ) : void
CourseIsForked ( ) : void
CourseUsesControl ( ) : void
CourseUsesControlMapExchange ( ) : void
CoursesUsingControl ( ) : void
CoursesUsingLeg ( ) : void
CoursesUsingLeg2 ( ) : void
CreateOutputFileName ( ) : void
DoesCourseControlPrecede ( ) : void
EnumCourseControlIds ( ) : void
EnumCourseControlIdsMapExchange ( ) : void
EnumCourseControlIdsVariation ( ) : void
EnumLegs ( ) : void
EnumLegsMapExchange ( ) : void
EnumLegsVariations ( ) : void
EnumerateCourseDesignators ( ) : void
FindClosestLeg ( ) : void
FindClosestLegMapExchange ( ) : void
FindCode ( ) : void
FindControlInsertionPoint1 ( ) : void
FindControlInsertionPoint2 ( ) : void
FindControlInsertionPoint3 ( ) : void
FindLeg ( ) : void
GetAllPunchPatterns ( ) : void
GetAllVariations ( ) : void
GetControlGaps ( ) : void
GetControlLoad ( ) : void
GetCourseControlsInCourse ( ) : void
GetCourseControlsInCourseMapExchange ( ) : void
GetCourseLoad ( ) : void
GetCoursePartBounds ( ) : void
GetCourseSortOrder ( ) : void
GetCustomSymbolText ( ) : void
GetDefaultDescKind ( ) : void
GetDesignatorsFromVariationChoices ( ) : void
GetEventTitle1 ( ) : void
GetEventTitle2 ( ) : void
GetForkStart ( ) : void
GetLegFlagging ( ) : void
GetLegGaps ( ) : void
GetLegLoad ( ) : void
GetNextControlCode1 ( ) : void
GetNextControlCode2 ( ) : void
GetNextControlCode3 ( ) : void
GetNextControlCode4 ( ) : void
GetPartOptions ( ) : void
GetPrintArea ( ) : void
GetPrintArea2 ( ) : void
GetPrintScale ( ) : void
GetSpecialDisplayedCourses ( ) : void
GetSpecialLength ( ) : void
GetVariationString ( ) : void
HasFinishControl ( ) : void
HasStartControl ( ) : void
IsCodeIsUse ( ) : void
IsCourseControlInPart ( ) : void
IsImageNameInUse ( ) : void
IsLegalCode ( ) : void
IsPreferredCode ( ) : void
LastCourseControl2 ( ) : void
LastNonFinishCourseControl ( ) : void
ShouldWarnAboutMovingCourse ( ) : void
SortedCourseIds ( ) : void
UniqueImageName ( ) : void

Method Details

Setup() public method

public Setup ( string basename ) : void
basename string
return void