C# Class SIL.FieldWorks.IText.InterlinTaggingTests

Inheritance: InterlinearTestBase
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
TestSetup ( ) : void

Private Methods

Method Description
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.

Method Details

TestSetup() public method

public TestSetup ( ) : void
return void