Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated license headers in source files of test\Core.Common. WTI-1931

    • -3
    • +3
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 237 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 6091 more files in changeset.
Fix Setup and TearDown locations in test:

- Moved Setup and TearDown overrides to the top of test file documents for cleanups that are already performed

WTI-1767

    • -5
    • +5
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 4 more files in changeset.
Ran Deltares Cleanup:

- Performed for Core.Common, except TestUtil

WTI-1767

    • -6
    • +7
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 69 more files in changeset.
Review related changes Related to Issue [WTI-1311]

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

Former-commit-id: ad5590e230191cdc4e680263f816ed99ea3331ca

Former-commit-id: 7ed564d3b347eb425f5eb0dc71d2690acdc3fd2b

  1. … 88 more files in changeset.
Removed "Mock" suffix Related to Issue [WTI-1311]

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

Former-commit-id: 10ff484503c8d4b7e7897669a9cf58bccb39b161

Former-commit-id: 3d4009c0bd52da9cf36531f000d102cbd49697f0

    • -263
    • +263
    ./ContextMenuBuilderTest.cs
    • -161
    • +161
    ./GuiContextMenuItemFactoryTest.cs
    • -12
    • +12
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 132 more files in changeset.
Cleaned up test setup and teardown overrides. Related to Issue [WTI-1266]

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

Former-commit-id: a3972a00ae40034528c2dd481fcc58265848d341

Former-commit-id: e662dfe97914fbadabc44b2226a1e80973fb08ff

    • -2
    • +1
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 46 more files in changeset.
Updated license headers in core. Related to Issue [WTI-1242]

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

Former-commit-id: e7f214adee97782d28ee82f096d8cc27547439e6

Former-commit-id: b339ec31825c8ea8fed91e675069b65afba8433b

    • -1
    • +1
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 813 more files in changeset.
Changed all local vars to consts if possible. Related to Issue [WTI-1242]

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

Former-commit-id: 4684a5017b9aff9f6175f7d781cb29409f50a18e

Former-commit-id: 853c649ebc49a9513535e40ec705d5b928af0bc4

    • -2
    • +2
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 281 more files in changeset.
Core code-cleanup. Searched for superfluous this. for property assignments as well.

Related to Issue [WTI-1242]

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

Former-commit-id: ecb498b6096a9d8b0a66e69428411d5ae18ec80a

Former-commit-id: 9cc4bad09e38263256924549eaa807b887009030

    • -6
    • +6
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 289 more files in changeset.
Merged revision(s) 8159-8192 from branches/WTI-1093: added UpdateInfo and methods required to generalize the add update item to context menu. ........ moved resources moved responsibility of getting file path to GuiImportHandler ........ extracted common logic ........ Extracted separate GuiUpdateHandler. Added AddUpdateItem and CreateUpdateItem for context menu builder and factory. ........ Added IInquiryHelper responsible for obtaining information from the user. Implemented DialogBasedInquiryHelper responsible for obtaining information through the use of dialog boxes. Removed unused TestStochasticSoilModelChangeHandler. ........ Extracted classes. Added documentation. ........ Set dialog parent for message box. Added tests for DialogBaseTest to verify parent set. ........ used inquiryHandler in StochasticSoilModelChangeHandler ........ unused ref ........

Related to Issue [WTI-1093]

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

Former-commit-id: 197c77474627ae5f9182b4b6ef28e68a2d161a42

Former-commit-id: 03bd2fbcdbd4fbb16177760d116aeac080d9ee3e

    • -11
    • +108
    ./GuiContextMenuItemFactoryTest.cs
  1. … 49 more files in changeset.
* Introduced base TestFixture class for testing design of custom exceptions: CustomExceptionDesignGuidelinesTestFixture ** Refactored all ExceptionTest classes to used this new base-class. * Functional testcoverage for Core.Components.DotSpatial\Layer\BruTile\Configurations * PersistentCacheConfiguration no longer supports SQLite cache * ITileSourceFactory now guarantees that all ITileSource elements returned have a WmtsTileSchema. * TODO: More functional coverage for WmtsLayerConfiguration

Related to Issue [WTI-1088]

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

Former-commit-id: 0cd7c47dc7ee2221f69b7c3b4d88205d087c691e

Former-commit-id: b3dbe965ce4a4266af1d8284ad481d2449db14e7

    • -67
    • +2
    ./ContextMenuBuilderExceptionTest.cs
  1. … 61 more files in changeset.
Changes after review. Related to Issue [WTI-1016]

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

Former-commit-id: 7eea8f3346f21c5f0ae2283c6d7eeb94f731f07c

Former-commit-id: 3cd3e2fe4ed82c29d50bcd0f2aeae9999e698f04

  1. … 7 more files in changeset.
Added custom import item to context menu builder. Related to Issue [WTI-1016]

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

Former-commit-id: 59a288a9d96d23392973012c5890bd06384efa68

Former-commit-id: 38a6022b314a80dad94012fdc5aa6ca3256c5174

  1. … 4 more files in changeset.
Added custom import item to factory. Related to Issue [WTI-1016]

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

Former-commit-id: 0dd3cdabbb2e17e6efd618a6b612e148c9a57f2b

Former-commit-id: acc8fbba41174c7b72cdb80f3db753aed651a186

    • -0
    • +130
    ./GuiContextMenuItemFactoryTest.cs
  1. … 1 more file in changeset.
* Added standard serialization constructor to all Exception classes. * Explicitly defined culture for string.Format methods. * Replaced IFileImporter.ProgressChanged property to method (recommendation by C# coding conventions) * Renamed classes containing win32.dll invokes to NativeMethods (recommendation by C# coding conventions)

Related to Issue [WTI-931]

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

Former-commit-id: 78fae4fb038935c7a58a0fb534baa750b173d589

Former-commit-id: fc7d0938a3677be66218915a3e665a9cc6757df9

    • -0
    • +23
    ./ContextMenuBuilderExceptionTest.cs
  1. … 164 more files in changeset.
- Editorial review comments

Related to Issue [WTI-587]

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

Former-commit-id: eb15595cbfdcc920a7d55f1f0460bab3c34f736e

Former-commit-id: a486b2810eac4dfaad17821202fede7ef072542b

    • -1
    • +2
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 4 more files in changeset.
- Added unit test for DataGridView ComboBox cell click - Added tooltip for context menu of "Berekeningen" folder when the folder has no children - Updated resource tooltip texts for context menu of "Berekeningen" folder Related to Issue [WTI-587]

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

Former-commit-id: 381cb7b7bcfccc492d06890e4dd269e46bf9e232

Former-commit-id: 3b4e1ea1e4e196400bbfba07f106816f0b986f17

    • -7
    • +5
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 9 more files in changeset.
Implemented clear all children functionality in TreeViewControl. Reused to delete all sub folders and calculations from the root calculation group. Have CustomItemsOnlyContextMenuBuilder always add an item (also for standardized items), so that the same amount of items are added as when using a real implementation of the builder. Related to Issue [WTI-587]

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

Former-commit-id: b18a664e3a2ac87083d295cd7619268a643a0f62

Former-commit-id: b8537af708eae3f73f3c5c8660386dcde59f4d13

    • -20
    • +33
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 44 more files in changeset.
Merged revision(s) 5006-5019 from branches/Release/16_1_1: Resharper cleanup Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

constants now are at the beginning of test files.

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Cleanup project references.

Related to Issue WTI 737

........

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

Former-commit-id: 21f2b2d3f74765437bc2f5ac6001d62a6c3afd98

Former-commit-id: 79979c7e6cb96a998c3b1a0d4fc4d9bd4bf10566

    • -1
    • +0
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 218 more files in changeset.
Merged revision(s) 4850, 4857, 4861 from branches/Release/16_1_1: - Remove strange assembly in resource. - Updated UnusedResourceSearcher.exe Related to Issue WTI 744

........

* Improved resource name to match coding conventions.

Related to Issue WTI 798

........

Use GetFullPath to get a proper path for the SaveFileDialog

........

Merged revision(s) 4837, 4842, 4846 from branches/Release/16_1_1:

Checked VerifyAll for every ReplayAll call.

Whenever encountered: mocking of implementation classes replaced with instances.

Reviewed by: kleijn

........

Added test for RingtoetsPipingSurfaceLineProperties.

........

Corrected documentation.

Related to Issue WTI 737

........

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

Former-commit-id: df400900af18215aa45d4c4535e15722f2daea3f

Former-commit-id: 8dccb6e105b15f43d5b135c05c7a3d4b50febed7

    • -6
    • +0
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 57 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 403a27792b79297f4e53030ad897aebce380129c

Former-commit-id: de6622b07b30c36a620b83f1e8efff118dfb0790

  1. … 111 more files in changeset.
* Cleanup * Improved XML docs Related to Issue [WTI-734]

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

Former-commit-id: cf78d093f43da71404fc629f749116b8e8693e90

Former-commit-id: b22e15d8ccda9d5a0e2a5de66c14a176e30c550a

  1. … 7 more files in changeset.
Merged revision(s) from branches/WTI 734 2

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

Former-commit-id: beafef2029188ea492b568c2e64e46d1eca4d711

Former-commit-id: e372daa4c852608b722b811f9be15710e0669512

    • -29
    • +108
    ./GuiContextMenuItemFactoryTest.cs
  1. … 20 more files in changeset.
Added license files to all projects except: Ringtoets.Application.SetUp Core.Common.Version Demo.Ringtoets Demo.Ringtoets.Test

Generated license files in projects.

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

Former-commit-id: 3acc9d7e6e84815f3fe9024f391e86456c362dc5

Former-commit-id: e0d4c1e5eded874de9d9391f8fe6af15b7369319

    • -1
    • +22
    ./ContextMenuBuilderExceptionTest.cs
    • -1
    • +22
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 209 more files in changeset.
Code cleanup. Replaced mock of TreeViewControl with actual TreeViewControl instance where possible. Dispose SurfaceLine selection view and DikeProfile selection views (for when generating calculations) Related to Issue [WTI-634]

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

Former-commit-id: e6c6a59d721729e2c0c05006ba933b0e05f19620

Former-commit-id: e2e1fef2cb68042001aab2c8c9a639e1ea4b0139

    • -140
    • +163
    ./ContextMenuBuilderTest.cs
    • -17
    • +18
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 37 more files in changeset.
Moved Standalone related data classes to Ringtoets.Common.Data. Removed type parameter from FailureMechanismBase and introduced IHasSectionResults<out T> so that covariance can be used. Added SimpleFailureMechanismResultView where results for assessment layer 2a can be chosen from a combobox. Added CustomFailureMechanismResultView where results for assessment layer 2a can be filled in. Related to Issue [WTI-513]

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

Former-commit-id: a0c023cfd8e201e01819d377baf4dcdbdbfd0125

Former-commit-id: 1f2e07e99168890233398dbed7b00bc94b223c12

  1. … 74 more files in changeset.
* Refactored how ApplicationCore determines if it has importers for a given data object. ** IFileImporter extended with CanImportOn method, where FileImporterBase follows the logic that was in ApplicationCore ** FailureMechanismSectionsImporter overrides CanImportOn to prevent imports when no referenceline is available.

Related to Issue [WTI-365]

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

Former-commit-id: 4cfc7f0351199cc8908a9251b321c4a3575602d1

Former-commit-id: f7dfa0c1a75688499f5cfc2a8f9ccb2793db52b6

  1. … 8 more files in changeset.
* Implemented review suggestions from WTI-Review-319 ** Fixing typo's ** Extra XML docs ** Improved consistency ** Removed obsolete tests ** Split tests to improve readability Related to Issue [WTI-337]

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

Former-commit-id: 1116e927199781c11f61b477a300c8afbe2d07e3

Former-commit-id: 52e3e9f95fcba68cbb73e497ad02b8d883d8454c

    • -10
    • +30
    ./GuiContextMenuItemFactoryTest.cs
    • -4
    • +4
    ./TreeViewContextMenuItemFactoryTest.cs
  1. … 84 more files in changeset.
* Final cleanup Core.Common.Gui resources. Related to Issue [WTI-337]

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

Former-commit-id: 0c390810b0e34998ebb5f468348885ca323b06b7

  1. … 19 more files in changeset.