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

显示文件 Open project: sillsdev/FieldWorks

Public Methods

Method Description
FixtureSetup ( ) : void

It's convenient to test pretty much all these functions with one set of data.

Private Methods

Method Description
HeadwordRef ( ) : void
HeadwordReversal ( ) : void
MLHeadword ( ) : void
MakeEntry ( string sLexForm, string gloss ) : ILexEntry
MakeSense ( ILexEntry lme, string gloss ) : ILexSense
OwnerOutlineName ( ) : void
PersistData ( ) : void
ResetConfiguration ( ) : void
ReversalName ( ) : void
TrySenseOutlineName ( Func reader, HomographConfiguration hv, System.Action turnOffSenseNumber ) : void
VerifyTss ( ITsString tss, Run runs ) : void

Method Details

FixtureSetup() public method

It's convenient to test pretty much all these functions with one set of data.
public FixtureSetup ( ) : void
return void