test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated version number. WTI-2716. Paired with velde_ro.

  1. … 2 more files in changeset.
Cleaning up test logic when it comes to Resources. WTI-2715

  1. … 1 more file in changeset.
Fixed code smell. WTI-2715

    • -19
    • +8
    ./Core.Common.Util.Test/FileFilterGeneratorTest.cs
  1. … 1 more file in changeset.
Fixed code smell. WTI-2715

    • -13
    • +3
    ./Core.Common.Controls.Test/DataGrid/DataGridViewComboBoxItemWrapperTest.cs
  1. … 1 more file in changeset.
Updated year in license header to 2022. WTI-2715

    • -1
    • +1
    ./Core.Common.TestUtil/WpfTestHelper.xaml
  1. … 91 more files in changeset.
Updated year in license header to 2022. WTI-2715

    • -1
    • +1
    ./Core.Common.Base.Test/CloneableObservableListTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/CloneableObservableTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/Data/ProjectFactoryExceptionTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/Data/RangeTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/Data/RoundedDoubleTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/Data/RoundedPoint2DCollectionTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/FormattableConstantsTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/Geometry/Point2DCollectionExtensionsTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/Geometry/Point3DCollectionExtensionsTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/Geometry/Point3DExtensionsTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/Geometry/Segment2DCollectionExtensionsTest.cs
    • -1
    • +1
    ./Core.Common.Base.Test/Geometry/Segment2DExtensionsTest.cs
  1. … 5715 more files in changeset.
Adjusted copyright to 2022. WTI-2715

  1. … 1 more file in changeset.
Resharper cleanup. WTI-2715

    • -1
    • +4
    ./Core.Common.Base.Test/CloneableObservableTest.cs
    • -1
    • +4
    ./Core.Common.Base.Test/ObserverTest.cs
    • -1
    • +4
    ./Core.Common.Base.Test/RecursiveObserverTest.cs
    • -2
    • +2
    ./Core.Common.Controls.Test/DataGrid/DataGridViewControlTest.cs
    • -4
    • +16
    ./Core.Common.Controls.TreeView.Test/TreeNodeInfoTest.cs
    • -1
    • +4
    ./Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs
    • -2
    • +2
    ./Core.Common.TestUtil/TestDataPath.cs
    • -5
    • +20
    ./Core.Common.TestUtil/WindowsFormsTestHelper.cs
    • -2
    • +8
    ./Core.Common.TestUtil/WpfTestHelper.xaml.cs
  1. … 153 more files in changeset.
Added missing headers. WTI-2715

    • -1
    • +22
    ./Core.Common.Base.Test/Data/ProjectFactoryExceptionTest.cs
  1. … 5 more files in changeset.
Removed redundant reference. WTI-2715

    • -1
    • +0
    ./Core.Common.TestUtil/Core.Common.TestUtil.csproj
Updated version number to 22.1.1.1. WTI-2717

  1. … 2 more files in changeset.
Further integrating DirectoryHelper. WTI-2770

    • -1
    • +1
    ./Core.Common.Util.Test/IO/EmbeddedResourceFileWriterTest.cs
  1. … 3 more files in changeset.
Final cleanups. WTI-2770

    • -57
    • +0
    ./Core.Common.IO.Test/DirectoryHelperTest.cs
    • -1
    • +1
    ./Core.Common.TestUtil/DirectoryDisposeHelper.cs
    • -0
    • +57
    ./Core.Common.Util.Test/DirectoryHelperTest.cs
  1. … 3 more files in changeset.
Added DirectoryHelperTest. WTI-2770

    • -0
    • +57
    ./Core.Common.IO.Test/DirectoryHelperTest.cs
Improved logic for removing (temporary) directories. WTI-2770

    • -0
    • +1
    ./Core.Common.TestUtil/Core.Common.TestUtil.csproj
    • -29
    • +2
    ./Core.Common.TestUtil/DirectoryDisposeHelper.cs
  1. … 2 more files in changeset.
Review related changes. WTI-2724

    • -1
    • +1
    ./Core.Common.Controls.Test/DataGrid/DataGridViewControlTest.cs
Review related changes. WTI-2724

    • -0
    • +27
    ./Core.Common.Controls.Test/DataGrid/DataGridViewControlTest.cs
  1. … 1 more file in changeset.
Review related changes. WTI-2686

    • -22
    • +12
    ./Core.Common.Controls.Test/DataGrid/DataGridViewControlTest.cs
    • -9
    • +0
    ./Core.Common.Controls.Test/Properties/Resources.Designer.cs
  1. … 5 more files in changeset.
Review related changes. WTI-2603

    • -0
    • +37
    ./Core.Common.TestUtil/TestEnum.cs
    • -11
    • +2
    ./Core.Common.Util.Test/EnumDisplayWrapperTest.cs
    • -10
    • +1
    ./Core.Common.Util.Test/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
WTI-2349: Fixed failing tests buildserver: - Added compatible test files after migration as the migration integration testprojects may contain invalid projects for opening in the application (but not for migration)

    • -149
    • +157
    ./Core.Common.TestUtil/TestDataPath.cs
  1. … 10 more files in changeset.
Possible tests fix. WTI-2246

    • -41
    • +0
    ./Core.Common.Util.Test/Drawing/FontHelperTest.cs
  1. … 5 more files in changeset.
Fixed icon rendering sharpness. WTI-2246

  1. … 1 more file in changeset.
Added method to create image from font character. WTI-2246

    • -0
    • +41
    ./Core.Common.Util.Test/Drawing/FontHelperTest.cs
  1. … 1 more file in changeset.
Added using custom confirmation message in TreeViewControl. WTI-2484

    • -17
    • +105
    ./Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs
  1. … 1 more file in changeset.
Cleanup. WTI-2484

    • -2
    • +2
    ./Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs
Added property to TreeNodeInfo to set child node remove confirmation message. WTI-2484

    • -10
    • +21
    ./Core.Common.Controls.TreeView.Test/TreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Renamed property. WTI-2484

    • -11
    • +11
    ./Core.Common.Controls.TreeView.Test/TreeNodeInfoTest.cs
    • -1
    • +1
    ./Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs
  1. … 5 more files in changeset.
Added using custom confirmation message in TreeViewControl. WTI-2484

    • -1
    • +89
    ./Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs
  1. … 1 more file in changeset.
Added property to TreeNodeInfo to set node remove confirmation message. WTI-2484

    • -0
    • +11
    ./Core.Common.Controls.TreeView.Test/TreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Added calculation configuration exporter to asphalt. WTI-2466

    • -0
    • +5
    ./Core.Common.TestUtil/TestDataPath.cs
  1. … 9 more files in changeset.