Core.Common.Controls.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changes after review. WTI-1691

    • -69
    • +2
    ./DataGrid/DataGridViewControlTest.cs
  1. … 1 more file in changeset.
Fixed combobox redraw delay. WTI-1691

    • -37
    • +55
    ./DataGrid/DataGridViewControlTest.cs
  1. … 1 more file in changeset.
Cleanup: Removed unused usings. WTI-1767

    • -1
    • +0
    ./PresentationObjects/WrappedObjectContextBaseTest.cs
  1. … 30 more files in changeset.
"<geen>" => "<selecteer>". WTI-1691

    • -1
    • +1
    ./DataGrid/DataGridViewComboBoxItemWrapperTest.cs
  1. … 14 more files in changeset.
"<geen>" => "<selecteer>". WTI-1691

    • -1
    • +1
    ./DataGrid/DataGridViewComboBoxItemWrapperTest.cs
  1. … 14 more files in changeset.
Set combobox FlatStyle to flat. WTI-1691

  1. … 1 more file in changeset.
Improvements after review. WTI-1684

    • -0
    • +40
    ./DataGrid/DataGridViewColumnStateDefinitionFactoryTest.cs
  1. … 22 more files in changeset.
Move control to core namespace WTI-1678

    • -0
    • +47
    ./BorderedLabelTest.cs
  1. … 13 more files in changeset.
Incorporated comments review 2755: - Applied editorial comments for the Core.Common.Controls/DataGrid - Removed type constraint for the extension method as the datagridview control cannot enforce to contain objects of type TRow --> InvalidOperationException will occur regardless when the programmer puts in wrong row objects in the datagrid view control.

WTI-1679

    • -29
    • +20
    ./DataGrid/DataGridViewControlCellFormatExtensionsTest.cs
  1. … 4 more files in changeset.
Cleanup: - Cleaned up test for the cell format extension of the DataGridViewControl

WTI-1679

    • -2
    • +1
    ./DataGrid/DataGridViewControlCellFormatExtensionsTest.cs
Introduced cell format extension methods: - Rows that contain column state definitions can make use of this extension method to format a cell that is contained by the data grid view control

WTI-1679

    • -0
    • +111
    ./DataGrid/DataGridViewControlCellFormatExtensionsTest.cs
  1. … 3 more files in changeset.
Set parrallelizable attribute to test projects

  1. … 197 more files in changeset.
Revert "Improve performance of result views by disabling auto resizing of columns" WTI-1644

  1. … 7 more files in changeset.
Improve performance of result views by disabling auto resizing of columns WTI-1644

    • -43
    • +32
    ./DataGrid/DataGridViewControlTest.cs
  1. … 7 more files in changeset.
Improvements after review. WTI-1627

    • -68
    • +0
    ./DataGrid/DataGridViewColumnFormattingRuleTest.cs
  1. … 4 more files in changeset.
Added constructor parameters to cellstyle. WTI-1627

  1. … 1 more file in changeset.
Updated default values of column state definition. WTI-1627

    • -14
    • +4
    ./DataGrid/DataGridViewColumnStateDefinitionTest.cs
  1. … 1 more file in changeset.
Introduced column state definition. WTI-1627

    • -0
    • +52
    ./DataGrid/DataGridViewColumnStateDefinitionTest.cs
  1. … 2 more files in changeset.
Refactored DataGridViewColumnFormattingRule. WTI-1627

    • -22
    • +7
    ./DataGrid/DataGridViewColumnFormattingRuleTest.cs
  1. … 4 more files in changeset.
Fix test. WTI-1627

    • -1
    • +1
    ./DataGrid/DataGridViewColumnFormattingRuleTest.cs
Introduced DataGridViewColumnFormattingRule. WTI-1627

    • -0
    • +83
    ./DataGrid/DataGridViewColumnFormattingRuleTest.cs
  1. … 2 more files in changeset.
Review related changes. WTI-1562

  1. … 8 more files in changeset.
Rename Core.Common.Utils.* to Core.Common.Util.* Related to Issue [WTI-1505]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13231 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: cbdb6083b66a0f5e31e8d646a50ec7b6d506babb

Former-commit-id: 1e007d66918a5408581dc8e47b78130d5cd299c5

  1. … 840 more files in changeset.
Incorporated comments review 2361: - Renamed EqualsGuidelinesTestFixture to EqualsTestFixture - Uniformed Equals type check implementations

Related to Issue [WTI-1390]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13188 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 930e1764f4fab59fe55f5dd070d218aa4457a215

Former-commit-id: f449747e11790257ef9f73a6972e191780163158

    • -1
    • +1
    ./DataGrid/DataGridViewComboBoxItemWrapperTest.cs
    • -1
    • +1
    ./PresentationObjects/WrappedObjectContextBaseTest.cs
  1. … 66 more files in changeset.
Incorporated comments review 2361: - Inlined parameters when possible - Renamed tests - Minor cleanups Related to Issue [WTI-1390]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13181 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 392653c5f649406773baaf31eed8c53f1b678a76

Former-commit-id: 32d2405ee25ad51ca712201cfc23cef7dda40308

    • -8
    • +2
    ./DataGrid/DataGridViewComboBoxItemWrapperTest.cs
    • -2
    • +2
    ./PresentationObjects/WrappedObjectContextBaseTest.cs
  1. … 23 more files in changeset.
Removed redundant comments in csproj. Related to Issue [WTI-1487]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13171 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8e1604654a0f8edc5f4b6cf753d588aa3ca5b3d5

Former-commit-id: 54c5d141b442e16ae8bc28e34dd56217b3a98929

  1. … 312 more files in changeset.
Updated ToolsVersion from 14 to 15. Related to Issue [WTI-1487]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13160 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: afce36afa801fee7f7fe1b4fc37394806575aee1

Former-commit-id: 0c9e84ba04e19526048ad29ee054468f7cd7eb5e

  1. … 316 more files in changeset.
Removed guids from all assemblies Related to Issue [WTI-1487]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13156 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c14f3422f5050185d2629b9060b08b361bb38462

Former-commit-id: 786e73e38506910e08cf71faabacd13cc7d2a864

  1. … 312 more files in changeset.
Introduced EqualsGuidelinesTestFixture for testing overrides of Equals() implementations - Cleaned up tests - Renamed concrete test implementation for consistency

Related to Issue [WTI-1390]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13151 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 472b4abdf332d8bdc0a189e4f0196aea5c5ae81d

Former-commit-id: 03f243bd0b423d75667a19333d729a6f9f457955

    • -1
    • +1
    ./PresentationObjects/WrappedObjectContextBaseTest.cs
  1. … 1 more file in changeset.
Cleaned csproj for Core common test files. Related to Issue [WTI-1487]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13107 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 952711c9aba47e631e65b90edd6ad249f93b1d6f

Former-commit-id: 4909ba5beaed2233e09ac193884d9c1e5aaf1ec6

  1. … 12 more files in changeset.