Core.Common.Controls.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Introduced EqualsGuidelinesTestFixture for testing overrides of Equals() implementations - Replaced Equals-tests with the testfixture in SelectableHydraulicBoundaryLocationTest - Moved additional equal test situations into the test fixture - Improved test -- Declared static variable in case objects are asserting shared references in a static environment

Related to Issue [WTI-1390]

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

Former-commit-id: c66f3ad8429ca1ff0c11b87754935a1e03af5de6

Former-commit-id: 266c7b2f032b5a4f12213bc248be5f33bcf97fe8

    • -7
    • +1
    ./PresentationObjects/WrappedObjectContextBaseTest.cs
  1. … 2 more files in changeset.
Introduced EqualsGuidelinesTestFixture for testing overrides of Equals() implementations - Improved Equals test fixture implementations: -- Moved factory methods inwards: no need to expose them while they're only being used in the EqualsTests -- Added random offset for the unequal test cases instead of a 'magic' constant - Reverted Equals method from comparing count and then its content by SequenceEquals

Related to Issue [WTI-1390]

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

Former-commit-id: 3b57e20f03a89336592b549087c861cd9f7c1c63

Former-commit-id: 9c875004d735e8f24422e16b4270089dce67f9f6

    • -0
    • +1
    ./PresentationObjects/WrappedObjectContextBaseTest.cs
  1. … 18 more files in changeset.
Introduced EqualsGuidelinesTestFixture for testing overrides of Equals() implementations - Replaced Equals-tests with the testfixture in Core.Common.Controls tests Related to Issue [WTI-1390]

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

Former-commit-id: feb385988e45914b72ae6c5248abcd8358650ee8

Former-commit-id: 0b435cf317582081810dd4d8975859ae20a88130

    • -82
    • +29
    ./DataGrid/DataGridViewComboBoxItemWrapperTest.cs
    • -117
    • +26
    ./PresentationObjects/WrappedObjectContextBaseTest.cs
- Removed 'CodeAnalysisRuleSet' from csproj files. The code analysis will therefore be set to the default 'MinimumRecommendedRules.ruleset' - Made sure all TestUtil projects are build in the bin of their own project instead of in de solution bin folder Related to Issue [WTI-1463]

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

Former-commit-id: 2a4c73910431f0e6b6b5d66ebae6d467e7ff5ebe

Former-commit-id: c9f3932e498d991968cd76961b1598d7e40ffd66

  1. … 291 more files in changeset.
Perform cleanup of Application.* and Core.Common.* Related to Issue [WTI-1463]

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

Former-commit-id: b788636893eb77186560c1c94da58be5e39bc269

Former-commit-id: adb82617948f02594e9f459279d36825f7d91060

    • -2
    • +0
    ./PresentationObjects/ObservableWrappedObjectContextBaseTest.cs
  1. … 67 more files in changeset.
Fix failing test, add more test cases to test in DataGridViewColorCellTest to prove no text is painted when color is empty or transparent. Related to Issue [WTI-1298]

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

Former-commit-id: ec51f417c660cc80fdf5e2e57e728f4bc1288b2f

Former-commit-id: d9c8262a6bcf0808739fa7ffee41a78854ea1fd0

    • -4
    • +12
    ./DataGrid/DataGridViewColorCellTest.cs
Update data model to allow for null values for soil layer colors. A NULL Color translates to Color.Empty, before both Color.Empty and a color with values (0;0;0;0) were both stored as 0 (Empty should be displayed as white, (0;0;0;0) as fully transparent black) Related to Issue [WTI-1298]

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

Former-commit-id: b513037bae8a5683ad007ab66164741d2efd5fab

Former-commit-id: 4b61dd2b15f07a22245de42732e1e8fe591a9add

    • -0
    • +1
    ./DataGrid/DataGridViewColorCellTest.cs
  1. … 21 more files in changeset.
Review related changes

Paired with lubbers

Related to Issue [WTI-1371]

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

Former-commit-id: 22864f51fb892a83b5296c07540f4c6d0150f769

Former-commit-id: 57f53513f3de2d025a75bfeec0a6511c8e042d09

    • -14
    • +3
    ./PresentationObjects/ObservableWrappedObjectContextBaseTest.cs
  1. … 1 more file in changeset.
Implemented review comments, added tests to the new Observable derived classes, cleanup and updated XMLDocs

Related to Issue [WTI-1371]

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

Former-commit-id: bd3e2a6e65e5cb160cc180a15c1f86139a616f00

Former-commit-id: 7276c846b50aba17a7b5dd1b36c436152926d18a

    • -3
    • +25
    ./PresentationObjects/ObservableWrappedObjectContextBaseTest.cs
  1. … 9 more files in changeset.
Update NUnit, NUnitForms and nunit console runner. Adapt test in StorageMigrationIntegrationTest to work with these new versions. Paired with ~kleijn

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

Former-commit-id: d32ca7d8738b0bb50b4f4ac19fa9e7c268f965e9

Former-commit-id: e24bfa0dc5657b1d0e6ca1568bd40cf07e9b637a

  1. … 399 more files in changeset.
Revert NUnit update

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

Former-commit-id: 1d73f8246f0dfc579d22331767d1b8d1916a1738

Former-commit-id: 2be271427816a015a44cc959568214acc6e2a12e

  1. … 384 more files in changeset.
Update NUnit to 3.8.1

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

Former-commit-id: 79700b393691e91c968151e820e18665334d429f

Former-commit-id: b3c165824399f30e6b937de3b001599a2df685f1

  1. … 396 more files in changeset.