C# Class SIL.FieldWorks.WordWorks.Parser.HCLoaderTests

Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
FixtureSetup ( ) : void

Protected Methods

Method Description
CreateTestData ( ) : void

Private Methods

Method Description
AbstractForm ( ) : void
AcceptUnspecifiedGraphemes ( ) : void
AddBdry ( System.Guid guid, string strRep ) : void
AddBdryContext ( System.Guid guid ) : IPhSimpleContextBdry
AddClosedFeature ( IFsFeatureSystem featSys, string name ) : IFsClosedFeature
AddComplexFeature ( IFsFeatureSystem featSys, string name ) : IFsComplexFeature
AddEntry ( System.Guid morphType, string lexemeForm, string gloss, SandboxGenericMSA msa ) : ILexEntry
AddEnvironment ( string strRep ) : IPhEnvironment
AddExceptionFeature ( string name ) : ICmPossibility
AddFSType ( IFsFeatureSystem featSys, string name ) : IFsFeatStrucType
AddFeatureConstraint ( string feature ) : IPhFeatureConstraint
AddInflectionClass ( IPartOfSpeech pos, string name ) : IMoInflClass
AddInflectiononSubclass ( IMoInflClass parent, string name ) : void
AddNCContext ( IPhNaturalClass nc ) : IPhSimpleContextNC
AddNaturalClass ( string name, Dictionary,System.Collections.Generic featVals ) : IPhNCFeatures
AddPartOfSpeech ( string name ) : IPartOfSpeech
AddPhonRuleFeature ( ICmObject obj ) : IPhPhonRuleFeat
AddPhoneme ( string strRep, Dictionary,System.Collections.Generic featVals ) : void
AddSegContext ( string strRep ) : IPhSimpleContextSeg
AddSlot ( IMoInflAffixTemplate template, string name, bool prefix, bool optional ) : IMoInflAffixSlot
AddStemName ( IPartOfSpeech pos, string name, Dictionary,System.Collections.Generic featVals ) : IMoStemName
AdhocAllomorphProhibitionRule ( ) : void
AdhocMorphemeProhibitionRule ( ) : void
AffixNoMorphTypeSet ( ) : void
AffixProcessRule ( ) : void
AffixProcessRuleNoMorphTypeSet ( ) : void
AffixTemplate ( ) : void
Circumfix ( ) : void
Clitic ( ) : void
CreateFeatStruc ( IFsFeatureSystem featSys, IFsFeatStrucType type, IFsFeatStruc fs, Dictionary,System.Collections.Generic featVals ) : void
DerivationalAffix ( ) : void
Enclitic ( ) : void
EncliticAffixAllomorph ( ) : void
EndoCompoundRule ( ) : void
ExoCompoundRule ( ) : void
FullReduplication ( ) : void
GetBdry ( System.Guid guid ) : IPhBdryMarker
GetPhoneme ( string strRep ) : IPhPhoneme
Infix ( ) : void
InflectionalAffixWithNoSlot ( ) : void
InvalidAffixProcessRule ( ) : void
InvalidInfixEnvironment ( ) : void
InvalidPartialReduplicationEnvironment ( ) : void
InvalidShape ( ) : void
InvalidSlot ( ) : void
LoadLanguage ( ) : void
MetathesisRule ( ) : void
PartialReduplication ( ) : void
Particle ( ) : void
PhonemesAndBoundaries ( ) : void
PhonologicalFeatures ( ) : void
PhonologicalRule ( ) : void
Stem ( ) : void
StemNoMorphTypeSet ( ) : void
Suffix ( ) : void
UnclassifedAffix ( ) : void
VariantAffix ( ) : void
VariantStem ( ) : void

Method Details

CreateTestData() protected method

protected CreateTestData ( ) : void
return void

FixtureSetup() public method

public FixtureSetup ( ) : void
return void