C# Class SIL.FieldWorks.Common.FXT.DumperTests

Afficher le fichier Open project: sillsdev/FieldWorks

Protected Properties

Свойство Type Description
m_filters IFilterStrategy[]

Méthodes publiques

Méthode Description
FixtureSetup ( ) : void

Private Methods

Méthode Description
CanFindTemplateForBaseClass ( ) : void
CanFindTemplateForExactMatch ( ) : void
Check ( string content, string expectedResult ) : void
DefaultIs_RequireClassTemplatesForEverything_False ( ) : void
EmptyMultilingualStringElementDoesntOutputWrapper ( ) : void
GetBestAnalysisAttribute ( ) : void
GetBestVernacularAnalysisAttribute ( ) : void
GetMissingVernacularAttribute ( ) : void
GetResultString ( string insideLangProjClass ) : string
GetResultString ( string insideLangProjClass, string afterLangProjClass ) : string
GetResultString ( string insideLangProjClass, string afterLangProjClass, string templateAttributes ) : string
GetResultStringFromEntry ( LexEntry entry, string insideClass, string afterClass ) : string
MissingClassTemplatesThrowsInStrictMode ( ) : void
MultilingualStringBasedonStringDictionary ( ) : void
MultilingualStringElementNoWrapperSpecified ( ) : void
NotEmptyMultilingualStringElementOutputsWrapper ( ) : void
OutputComment ( ) : void
OutputGuidOfAtomicObjectAsAttribute ( ) : void
OutputGuidOfAtomicReferencedObjectWhichIsNull ( ) : void
OutputGuidOfOwnerAsAttribute ( ) : void
OutputHvoOfAtomicObjectAsAttribute ( ) : void
OutputNameOfAtomicObjectAsAttribute ( ) : void
WritingSystemAttributeStyle ( ) : void

Method Details

FixtureSetup() public méthode

public FixtureSetup ( ) : void
Résultat void

Property Details

m_filters protected_oe property

any filters that we want, for example, to only output items which satisfy their constraint.
protected IFilterStrategy[] m_filters
Résultat IFilterStrategy[]