C# Class SIL.FieldWorks.IText.AddWordsToLexiconTests

Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
TestTearDown ( ) : void

Private Methods

Method Description
AppendMorphBundleToAnalysis ( ILexEntry lexEntry1_Entry, ILexSense lexEntry1_Sense1, IWfiAnalysis analysis ) : IWfiMorphBundle
CompareTss ( ITsString tssExpected, ITsString tssActual ) : void
DoSetupFixture ( ) : void

non-undoable task

FixtureSetup ( ) : void
GetCba ( int iPara, int iSeg, int iSegForm ) : SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
NewGlossExistingLexEntryAllomorphNewLexSense ( ) : void
NewGlossExistingLexEntryNewLexSense ( ) : void
NewGlossForFocusBoxWithPolymorphemicGuess ( ) : void
NewGlossNewLexEntryNewLexSense ( ) : void
PickLexGlossCreatingNewAnalysis ( ) : void
PickLexGlossUsingExistingAnalysis ( ) : void
SetupAnalysisForEntry ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence cba0_0, string gloss, ILexSense lexEntry1_Sense1, IWfiWordform &wf ) : IWfiAnalysis
SetupLexEntryAndSense ( string formLexEntry, string senseGloss, ILexEntry &lexEntry1_Entry, ILexSense &lexEntry1_Sense1 ) : void

SetupLexEntryAndSense ( string formLexEntry, string senseGloss, string partOfSpeech, ILexEntry &lexEntry1_Entry, ILexSense &lexEntry1_Sense1 ) : void

SetupMorphBundleForEntry ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence cba0_0, string gloss, ILexEntry lexEntry1_Entry, ILexSense lexEntry1_Sense1, IWfiWordform &wf ) : IWfiMorphBundle
TestSetup ( ) : void
ValidateSenseWithAnalysis ( ILexSense sense, IWfiGloss wfiGloss, int hvoSbWordPos ) : void
ValidateSenseWithAnalysis ( ILexSense sense, IWfiGloss wfiGloss, int hvoSbWordPos, bool fMatchMainPossibility, IMoStemAllomorph allomorph ) : void

Method Details

TestTearDown() public method

public TestTearDown ( ) : void
return void