]> O.S.I.I.S - jp/crow.git/commit
tests reorganization
authorjpbruyere <jp.bruyere@hotmail.com>
Thu, 18 Aug 2016 15:26:50 +0000 (17:26 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Thu, 1 Sep 2016 10:44:38 +0000 (12:44 +0200)
commit5fc76c5f6234fcdcf208607c434a6d5d8bbf79da
tree393b14c6c193846d33e7e5842d34250333a4cfaa
parentd4bc4a1aba5df1d5a93474259c5d5a52f993d475
tests reorganization
modifié :         Crow.csproj
modifié :         Tests/BasicTests.cs
renommé :         Tests/Interfaces/Expandable/0.crow -> Tests/Interfaces/TemplatedContainer/0.crow
renommé :         Tests/Interfaces/Expandable/6.crow -> Tests/Interfaces/TemplatedContainer/6.crow
renommé :         Tests/Interfaces/Expandable/7.crow -> Tests/Interfaces/TemplatedContainer/7.crow
renommé :         Tests/Interfaces/Divers/testDirViewer2.crow -> Tests/Interfaces/TemplatedContainer/testDirViewer2.crow
renommé :         Tests/Interfaces/Divers/testGroupBox.crow -> Tests/Interfaces/TemplatedContainer/testGroupBox.crow
renommé :         Tests/Interfaces/Divers/testMsgBox.crow -> Tests/Interfaces/TemplatedContainer/testMsgBox.crow
renommé :         Tests/Interfaces/Divers/testPopper.crow -> Tests/Interfaces/TemplatedContainer/testPopper.crow
renommé :         Tests/Interfaces/Divers/testTabView.crow -> Tests/Interfaces/TemplatedContainer/testTabView.crow
renommé :         Tests/Interfaces/Divers/testTreeView.crow -> Tests/Interfaces/TemplatedContainer/testTreeView.crow
renommé :         Tests/Interfaces/Divers/testWindow.goml -> Tests/Interfaces/TemplatedContainer/testWindow.goml
renommé :         Tests/Interfaces/Divers/testWindow2.goml -> Tests/Interfaces/TemplatedContainer/testWindow2.goml
renommé :         Tests/Interfaces/Divers/testWindow3.goml -> Tests/Interfaces/TemplatedContainer/testWindow3.goml
renommé :         Tests/Interfaces/Divers/test_Listbox.crow -> Tests/Interfaces/TemplatedContainer/test_Listbox.crow
renommé :         Tests/Interfaces/Divers/testButton.crow -> Tests/Interfaces/TemplatedControl/testButton.crow
renommé :         Tests/Interfaces/Divers/testCheckbox.crow -> Tests/Interfaces/TemplatedControl/testCheckbox.crow
renommé :         Tests/Interfaces/Divers/testCombobox.crow -> Tests/Interfaces/TemplatedControl/testCombobox.crow
renommé :         Tests/Interfaces/Divers/testItemTemplateTag.crow -> Tests/Interfaces/TemplatedControl/testItemTemplateTag.crow
renommé :         Tests/Interfaces/Divers/testRadioButton.crow -> Tests/Interfaces/TemplatedControl/testRadioButton.crow
renommé :         Tests/Interfaces/Divers/testScrollbar.goml -> Tests/Interfaces/TemplatedControl/testScrollbar.goml
renommé :         Tests/Interfaces/Divers/testSpinner.goml -> Tests/Interfaces/TemplatedControl/testSpinner.goml
modifié :         Tests/Tests.csproj
modifié :         src/GraphicObjects/Expandable.cs
modifié :         src/GraphicObjects/Group.cs

TemplatedGroup class
nouveau fichier : src/GraphicObjects/TemplatedGroup.cs
nouveau fichier : Tests/Interfaces/TemplatedGroup/0.crow
modifié :         src/IMLReader.cs
48 files changed:
Crow.csproj
Tests/BasicTests.cs
Tests/Interfaces/Divers/testButton.crow [deleted file]
Tests/Interfaces/Divers/testCheckbox.crow [deleted file]
Tests/Interfaces/Divers/testCombobox.crow [deleted file]
Tests/Interfaces/Divers/testDirViewer2.crow [deleted file]
Tests/Interfaces/Divers/testGroupBox.crow [deleted file]
Tests/Interfaces/Divers/testItemTemplateTag.crow [deleted file]
Tests/Interfaces/Divers/testMsgBox.crow [deleted file]
Tests/Interfaces/Divers/testPopper.crow [deleted file]
Tests/Interfaces/Divers/testRadioButton.crow [deleted file]
Tests/Interfaces/Divers/testScrollbar.goml [deleted file]
Tests/Interfaces/Divers/testSpinner.goml [deleted file]
Tests/Interfaces/Divers/testTabView.crow [deleted file]
Tests/Interfaces/Divers/testTreeView.crow [deleted file]
Tests/Interfaces/Divers/testWindow.goml [deleted file]
Tests/Interfaces/Divers/testWindow2.goml [deleted file]
Tests/Interfaces/Divers/testWindow3.goml [deleted file]
Tests/Interfaces/Divers/test_Listbox.crow [deleted file]
Tests/Interfaces/Expandable/0.crow [deleted file]
Tests/Interfaces/Expandable/6.crow [deleted file]
Tests/Interfaces/Expandable/7.crow [deleted file]
Tests/Interfaces/TemplatedContainer/0.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/6.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/7.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/testDirViewer2.crow [new file with mode: 0644]
Tests/Interfaces/TemplatedContainer/testGroupBox.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/testMsgBox.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/testPopper.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/testTabView.crow [new file with mode: 0644]
Tests/Interfaces/TemplatedContainer/testTreeView.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/testWindow.goml [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/testWindow2.goml [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/testWindow3.goml [new file with mode: 0755]
Tests/Interfaces/TemplatedContainer/test_Listbox.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedControl/testButton.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedControl/testCheckbox.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedControl/testCombobox.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedControl/testItemTemplateTag.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedControl/testRadioButton.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedControl/testScrollbar.goml [new file with mode: 0755]
Tests/Interfaces/TemplatedControl/testSpinner.goml [new file with mode: 0755]
Tests/Interfaces/TemplatedGroup/0.crow [new file with mode: 0755]
Tests/Tests.csproj
src/GraphicObjects/Expandable.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/TemplatedGroup.cs [new file with mode: 0644]
src/IMLReader.cs