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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
FixtureSetup ( ) : void

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

Private Methods

Méthode 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 méthode

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