C# Class Habanero.Naked.Tests.TestUIFormCreator

Show file Open project: Chillisoft/habanero.smooth

Protected Methods

Method Description
GetFactory ( ) : IDefClassFactory

Private Methods

Method Description
GetFormField ( IUIForm uiForm, int index ) : IUIFormField
Test_Construct_ShouldConstruct ( ) : void
Test_CreateUIForm_ShouldReturnNewUIDef ( ) : void
Test_CreateUIForm_ShouldSetTitle ( ) : void
Test_CreateUIForm_WhenNotHasViewAndHasStringProp_ShouldCreateUIField ( ) : void
Test_CreateUIForm_With2Props_ShouldCreate2UIFields ( ) : void
Test_GetUIFormField_Lookup_ShouldBeComboBoxColumnType ( ) : void
Test_GetUIFormField_WhenBool_ShouldCreateCheckBox ( ) : void
Test_GetUIFormField_WhenDateTime_ShouldCreateDateTimePicker ( ) : void
Test_GetUIFormField_WhenInt_ShouldCreateTextBox ( ) : void

Method Details

GetFactory() protected method

protected GetFactory ( ) : IDefClassFactory
return IDefClassFactory