Core.Common.Controls.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated NUnit to 3.11.0: WTI-1966

- Updated .csproj files

  1. … 213 more files in changeset.
Updated NUnit to 3.11.0: WTI-1966

- Updated packages.config files

  1. … 212 more files in changeset.
Updated license headers in source files of test\Core.Common. WTI-1931

    • -3
    • +3
    ./DataGrid/DataGridViewColorCellTest.cs
    • -3
    • +3
    ./DataGrid/DataGridViewColorColumnTest.cs
    • -3
    • +3
    ./DataGrid/DataGridViewColumnStateDefinitionFactoryTest.cs
    • -3
    • +3
    ./DataGrid/DataGridViewColumnStateDefinitionTest.cs
    • -3
    • +3
    ./DataGrid/DataGridViewComboBoxItemWrapperTest.cs
    • -3
    • +3
    ./DataGrid/DataGridViewControlCellFormatExtensionsTest.cs
    • -3
    • +3
    ./DataGrid/EnhancedDataGridViewTest.cs
    • -3
    • +3
    ./PresentationObjects/ObservableWrappedObjectContextBaseTest.cs
    • -3
    • +3
    ./PresentationObjects/WrappedObjectContextBaseTest.cs
  1. … 227 more files in changeset.
Fixed .targets: WTI-1931

- Fixed included targets in the csproj: renamed Ringtoets --> Riskeer

  1. … 353 more files in changeset.
Incorporated comments reviews 3225 and 3227:

- Updated test names

- Formatting / layout tests

Paired with ~carloslubbers

WTI-1658

    • -21
    • +21
    ./DataGrid/DataGridViewControlTest.cs
  1. … 7 more files in changeset.
Add method to auto resize a single column in a datagridview WTI-1658

    • -0
    • +68
    ./DataGrid/DataGridViewControlTest.cs
  1. … 1 more file in changeset.
Add optional parameter to DataGridViewControl.RefreshDataGridView to control the auto resizing behavior WTI-1658

    • -2
    • +64
    ./DataGrid/DataGridViewControlTest.cs
  1. … 1 more file in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./DataGrid/DataGridViewColorCellTest.cs
    • -1
    • +1
    ./DataGrid/DataGridViewColorColumnTest.cs
    • -1
    • +1
    ./DataGrid/DataGridViewColumnStateDefinitionFactoryTest.cs
    • -1
    • +1
    ./DataGrid/DataGridViewColumnStateDefinitionTest.cs
    • -1
    • +1
    ./DataGrid/DataGridViewComboBoxItemWrapperTest.cs
    • -1
    • +1
    ./DataGrid/DataGridViewControlCellFormatExtensionsTest.cs
    • -1
    • +1
    ./DataGrid/EnhancedDataGridViewTest.cs
    • -1
    • +1
    ./PresentationObjects/ObservableWrappedObjectContextBaseTest.cs
    • -1
    • +1
    ./PresentationObjects/WrappedObjectContextBaseTest.cs
  1. … 6081 more files in changeset.
Improvements after review. Paired with Kleijn. WTI-1691

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.