C# 클래스 SIL.FieldWorks.IText.InterlinTaggingTests

상속: InterlinearTestBase
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
TestSetup ( ) : void

비공개 메소드들

메소드 설명
AssertHasMenuWithText ( ToolStripItemCollection items, string text, int cItems ) : ToolStripMenuItem

Assert that the strip has a menu item with the specified text, and return the menu item.

AssertMenuCheckState ( bool expectedStates, ToolStripItemCollection menu1 ) : void
AssertTagDoesntExist ( int hvoTag, string msgFailure ) : void
AssertTagExists ( int hvoTag, string msgFailure ) : void
DeleteTagAnnot_SetOfTwo ( ) : void
DoSetupFixture ( ) : void

non-undoable task

FixtureSetup ( ) : void
FixtureTeardown ( ) : void
LoadTagListPossibilities ( ) : void

Loads an array of Possibilities from the first tagging list. [RRG Semantics]

MakeContextMenu_CheckedStates_MultiAnnSelExtra ( ) : void
MakeContextMenu_CheckedStates_MultiAnnSelLast ( ) : void
MakeContextMenu_CheckedStates_NoSel ( ) : void
MakeContextMenu_CheckedStates_SelCoversMultiSideBySideAnn ( ) : void
MakeContextMenu_CheckedStates_SelFirstOfTag ( ) : void
MakeContextMenu_CheckedStates_SelMatchesTag ( ) : void
MakeContextMenu_MarkupTags ( ) : void
MakeTagAnnot_ExistTag_CompleteOverlap ( ) : void
MakeTagAnnot_ExistTag_FrontOverlap ( ) : void
MakeTagAnnot_ExistTag_NoOverlap ( ) : void
MakeTagAnnot_ExistTag_RearOverlap ( ) : void
MakeTagAnnot_MultipleExistTags_Overlap ( ) : void
MakeTagAnnotation_With1Wordform ( ) : void
MakeTagAnnotation_WithNoWordform ( ) : void
MakeTag_CompleteWith3Wordforms ( ) : void
MakeTag_With2Wordforms ( ) : void
ParseTestText ( ) : void
VerifyMenuItemCheckStatus ( ToolStripItem item1, bool fIsChecked ) : void
VerifyTextTag ( ITextTag ttag, ICmPossibility poss, SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence point1, SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence point2 ) : void

Verify that the parameter tag points to the right possibility marker and that it refers to the correct begin and end points in the text.

메소드 상세

TestSetup() 공개 메소드

public TestSetup ( ) : void
리턴 void