C# Class SIL.FieldWorks.FDO.FDOTests.Ling_WfiTests

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
VerifyPartOfSpeechList ( ICmPossibility expected, IEnumerable actual ) : void

Private Methods

Méthode Description
Analysis_IsComplete ( ) : void
CanDelete ( ) : void
GiveSenseGloss ( ILexSense sense ) : void
MakeAWordform ( ) : IWfiWordform
MakeAnalysis ( IWfiWordform wf ) : IWfiAnalysis
MakeAnalysisString ( string content ) : ITsString
MakeBundle ( IWfiAnalysis wa ) : IWfiMorphBundle
MakeCompleteAnalysis ( IWfiWordform wf, IPartOfSpeech &pos, ICmAgent &human, IWfiGloss &wg ) : IWfiAnalysis
MakeCompleteBundle ( IWfiAnalysis wa ) : IWfiMorphBundle
MakeCompleteGloss ( IWfiAnalysis wa ) : IWfiGloss
MakeCompleteSense ( ) : ILexSense
MakeCompleteSense ( ILexEntry entry ) : ILexSense
MakeFirstSegReferenceAnalysis ( IText text, IAnalysis analysis ) : void
MakeGenre ( ) : ICmPossibility
MakeGloss ( IWfiAnalysis wa ) : IWfiGloss
MakePartOfSpeech ( ) : IPartOfSpeech
MakeSet ( IWfiWordform wordforms, string name ) : IWfiWordSet
MakeStemMorphWithFormDefaultAlternatives ( ILexEntry entryOwner, string formVern, string formAnalysis ) : IMoStemAllomorph
MakeText ( string contents ) : IText
MakeVernString ( string content ) : ITsString
MorphBundle_IsComplete ( ) : void
MorphBundle_UpdateMorphRA ( ) : void
RemoveReferenceAnalysisFromFirstSeg ( IText text, IWfiAnalysis analysis ) : void
UpdatingOccurrencesList ( ) : void
VerifyPossList ( ICmPossibility expected, IEnumerable actual ) : void
Wordform_AttestedPos ( ) : void
Wordform_ConflictCount ( ) : void
Wordform_IsComplete ( ) : void
Wordform_TextGenres ( ) : void

Method Details

VerifyPartOfSpeechList() public méthode

public VerifyPartOfSpeechList ( ICmPossibility expected, IEnumerable actual ) : void
expected ICmPossibility
actual IEnumerable
Résultat void