[squeak-dev] The Trunk: ST80-nice.168.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Dec 16 16:31:38 UTC 2013


Nicolas Cellier uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-nice.168.mcz

==================== Summary ====================

Name: ST80-nice.168
Author: nice
Time: 16 December 2013, 5:31:08.65 pm
UUID: 828c7331-0b57-45a4-bfd7-5721ec823bd5
Ancestors: ST80-nice.167

MVCToolBuilderTests are kind of TestCase and belong to ST80Tests

=============== Diff against ST80-nice.167 ===============

Item was removed:
- ToolBuilderTests subclass: #MVCToolBuilderTests
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'ST80-ToolBuilder'!
- 
- !MVCToolBuilderTests commentStamp: 'ar 2/11/2005 15:02' prior: 0!
- Tests for the MVC tool builder.!

Item was removed:
- ----- Method: MVCToolBuilderTests>>acceptWidgetText (in category 'support') -----
- acceptWidgetText
- 	widget hasUnacceptedEdits: true.
- 	widget controller accept.!

Item was removed:
- ----- Method: MVCToolBuilderTests>>changeListWidget (in category 'support') -----
- changeListWidget
- 	widget changeModelSelection: widget getCurrentSelectionIndex + 1.!

Item was removed:
- ----- Method: MVCToolBuilderTests>>expectedButtonSideEffects (in category 'support') -----
- expectedButtonSideEffects
- 	^#(getState)!

Item was removed:
- ----- Method: MVCToolBuilderTests>>fireButtonWidget (in category 'support') -----
- fireButtonWidget
- 	widget performAction.!

Item was removed:
- ----- Method: MVCToolBuilderTests>>setUp (in category 'support') -----
- setUp
- 	super setUp.
- 	builder := MVCToolBuilder new.!

Item was removed:
- ----- Method: MVCToolBuilderTests>>tearDown (in category 'support') -----
- tearDown
- 	ScreenController new restoreDisplay.
- 	super tearDown!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testAddAction (in category 'tests-not applicable') -----
- testAddAction
- 	"MVCToolBuilder does not implement #buildPluggableMenu:"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testAddTargetSelectorArgumentList (in category 'tests-not applicable') -----
- testAddTargetSelectorArgumentList
- 	"MVCToolBuilder does not implement #buildPluggableMenu:"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testButtonFiresBlock (in category 'tests-not applicable') -----
- testButtonFiresBlock
- 	"MVC buttons only support action Symbols"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testButtonFiresMessage (in category 'tests-not applicable') -----
- testButtonFiresMessage
- 	"MVC buttons only support action Symbols, not MessageSends"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testButtonInitiallyDisabled (in category 'tests-not applicable') -----
- testButtonInitiallyDisabled
- 	"MVC does not have button enablement"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testButtonInitiallyDisabledSelector (in category 'tests-not applicable') -----
- testButtonInitiallyDisabledSelector
- 	"MVC does not have button enablement"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testGetButtonColor (in category 'tests-not applicable') -----
- testGetButtonColor
- 	"MVC buttons do not have color"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testGetButtonEnabled (in category 'tests-not applicable') -----
- testGetButtonEnabled
- 	"MVC does not have button enablement"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testGetInputFieldColor (in category 'tests-not applicable') -----
- testGetInputFieldColor
- 	"MVC input fields do not have color"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testGetPanelChildren (in category 'tests-not applicable') -----
- testGetPanelChildren
- 	"MVC panels do not allow changing children"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testGetTextColor (in category 'tests-not applicable') -----
- testGetTextColor
- 	"not supported in MVC"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testGetWindowChildren (in category 'tests-not applicable') -----
- testGetWindowChildren
- 	"not supported in MVC"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testGetWindowLabel (in category 'tests-not applicable') -----
- testGetWindowLabel
- 	"not supported in MVC"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testTreeExpandPath (in category 'tests-not applicable') -----
- testTreeExpandPath
- 	"MVCToollBuilder does not implement trees"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testTreeExpandPathFirst (in category 'tests-not applicable') -----
- testTreeExpandPathFirst
- 	"MVCToollBuilder does not implement trees"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testTreeGetSelectionPath (in category 'tests-not applicable') -----
- testTreeGetSelectionPath
- 	"MVCToollBuilder does not implement trees"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testTreeRoots (in category 'tests-not applicable') -----
- testTreeRoots
- 	"MVCToollBuilder does not implement trees"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testTreeWidgetID (in category 'tests-not applicable') -----
- testTreeWidgetID
- 	"MVCToollBuilder does not implement trees"!

Item was removed:
- ----- Method: MVCToolBuilderTests>>testWindowCloseAction (in category 'tests-not applicable') -----
- testWindowCloseAction
- 	"This can only work if we're actually run in MVC"
- 	World isNil ifTrue: [super testWindowCloseAction]!



More information about the Squeak-dev mailing list