C# Class SIL.FieldWorks.Common.Framework.DetailControls.DataTreeTests

Inheritance: SIL.FieldWorks.Test.TestUtils.BaseTest
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
FixtureSetup ( ) : void

Setups this instance.

TestSetup ( ) : void

Create DataTree and parent form

TestTearDown ( ) : void

Close and dispose DataTree and parent form

Private Methods

Method Description
GenerateLayouts ( ) : SIL.Utils.Inventory
GenerateParts ( ) : SIL.Utils.Inventory
GenerateStringTable ( ) : SIL.Utils.StringTable
GetGuidForJumpToTool_UsesRootObject_WhenNoCurrentSlice ( ) : void
IfDataEmpty ( ) : void
LabelAbbreviations ( ) : void
NestedCollapsedPart ( ) : void
NestedExpandedPart ( ) : void
OneStringAttr ( ) : void
OwnedObjects ( ) : void
TwoStringAttr ( ) : void

Method Details

FixtureSetup() public method

Setups this instance.
public FixtureSetup ( ) : void
return void

TestSetup() public method

Create DataTree and parent form
public TestSetup ( ) : void
return void

TestTearDown() public method

Close and dispose DataTree and parent form
public TestTearDown ( ) : void
return void