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

Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
TestSetup ( ) : void

Set up some common data

TestTearDown ( ) : void

Private Methods

Method Description
ComplexMerge_SucceedsAndFixesRefs ( ) : void
DifferentAnalyses_AreNotMerged ( ) : void
IdenticalTrivialAnalyses_AreMerged ( ) : void
MakeAnalysis ( IWfiWordform wf ) : IWfiAnalysis
MakeBundle ( IWfiAnalysis wa, ILexSense sense ) : IWfiMorphBundle
MakeBundle ( IWfiAnalysis wa, string form ) : IWfiMorphBundle
MakeEntry ( string lf, string gloss ) : ILexEntry
MakeGloss ( IWfiAnalysis wa, string form ) : IWfiGloss
MakeMsa ( ILexEntry entry ) : IMoMorphSynAnalysis
MakePartOfSpeech ( ) : IPartOfSpeech
MakePartOfSpeech ( string name ) : IPartOfSpeech
MakeSegment ( IStText text, string contents ) : ISegment

Add a segment of text to the paragraph and return the resulting segment. Note that this depends on the code that automatically reparses the paragraph, so the strings added must really produce segments.

MakeText ( string contents ) : IText
MakeVernString ( string text ) : ITsString
MakeWordform ( string form ) : IWfiWordform

Method Details

TestSetup() public method

Set up some common data
public TestSetup ( ) : void
return void

TestTearDown() public method

public TestTearDown ( ) : void
return void