GuiUpdateHandlerTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed Core tests.

  1. … 603 more files in changeset.
Adapted copyright year. WTI-2195

  1. … 431 more files in changeset.
Moved helpers to separate folder. WTI-2015

  1. … 51 more files in changeset.
Reverted changes. WTI-2003

  1. … 100 more files in changeset.
Fixed failing/hanging tests on build server? WTI-2003

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

  1. … 241 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6095 more files in changeset.
Ran Deltares Cleanup:

- Performed for Core.Common, except TestUtil

WTI-1767

  1. … 70 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. … 841 more files in changeset.
Adapted some final literals Related to Issue [WTI-1097]

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

Former-commit-id: 22f3d9a06190c67274b3eaa356d74d5838e1710a

Former-commit-id: d6bffe6d3ec7103dcb268560d93cd78795206ebf

  1. … 3 more files in changeset.
Ensured activities always produce a start message Related to Issue [WTI-1097]

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

Former-commit-id: 4086bbc704fa8a2619493fc89ba1df166f2ba331

Former-commit-id: 5c9cad2e7ac939b5a3a2dcded3a09c6b784a0c94

  1. … 53 more files in changeset.
Incorporated comments review 1719: - Moved FileFilterGenerator from Core.Common.Gui to Utils: -- Added references to projects that require Utils -- Moved FileFilterGenerator related resources from Core.Common.Base to Utils -- Deleted redundant test class ExpectedFileTest - Adjusted test names - Added XML docs Related to Issue [WTI-1242]

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

Former-commit-id: 865b42401cd8168aa4aca7e8d048391d42f2b2da

Former-commit-id: bb0f3b2386007e10aadbec61e8f57178409c38df

  1. … 102 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. … 817 more files in changeset.
Changes after review. Related to Issue [WTI-1108]

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

Former-commit-id: 1a30b373d0cabf2adab5866e8f31bc8ab0bf43ea

Former-commit-id: 760c0609bfc169d4671144d76a33c13d8aef9da8

  1. … 1 more file in changeset.
Incorporated comments tester: - Changed log message of the UpdateHandlers in case there's no CurrentPath set - Formatting Related to Issue [WTI-1108]

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

Former-commit-id: 04fb354a8759802b4d95f0f142f8f0019f684298

Former-commit-id: 7f38f5d976210d69e3ca98aa1e6b0e9257309949

  1. … 4 more files in changeset.
* Refactored IInquiryHelper such that it no longer depends on FileFilterGenerator. ** From the abstraction level point of view, it just feels incorrect to pass generators around. * Extended IInquiryHelper with a method to check if a certain optional step should be performed or not. * Refactored StorageCommandHandler to use IInquiryHelper instead of showing dialogs itself. ** This should solve some issues we're having on the build server (expected dialogs not appearing) ** Also improves consistency with other code. * CalculationConfigurationWriter.WriteDistributionProperties now based on IDictionary instead of IEnumerable<Tuple> * Cleanup Related to Issue [WTI-1153]

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

Former-commit-id: dec4df77800b65c57be1a8c2b6783e85a0f2c900

Former-commit-id: 9288f6b609cf96bdfa62d1fefa7e13ba956a85b7

  1. … 21 more files in changeset.
Added tests for DataUpdateHelper and DataImportHelper. Cleanups. Related to Issue [WTI-1070]

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

Former-commit-id: d96afbfae2a50b332eee871ff0f4729ab2a24ef9

Former-commit-id: 5839f98a1d02d5b8885e51b59f84d309d4ea0c78

  1. … 9 more files in changeset.
Applied review suggestions mentioned in WTI-REVIEW-1471 to move Asserts from the DialogBoxHandler to later in the method Related to Issue [WTI-1070]

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

Former-commit-id: 88b61e16b1c535b6c29c4b2cd2b44518f8fb96d1

Former-commit-id: f69a10ce1ff831be7efd23a76cc4842b36ef8227

  1. … 1 more file in changeset.
Improvements after review. Related to Issue [WTI-1133]

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

Former-commit-id: 331f6ea0cfe5494ebfc1e4fb917ee42212e8a114

Former-commit-id: e779a2129e8567975f4f85e6bb8e1ac14bd3bc43

  1. … 26 more files in changeset.
Added messages in the GuiImportHandler and GuiUpdateHandler Related to Issue [WTI-1070]

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

Former-commit-id: ca4f344a6a1c7b7692057be7598d2f27cbd267a3

Former-commit-id: c89d511fb3f44f799b397c308776764de9e8b7ab

  1. … 6 more files in changeset.
Renamed FileFilter property to FileFilterGenerator and related variable names. Related to Issue [WTI-1070]

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

Former-commit-id: 26fa00f166cf716d8128b6e85a5e47b43d87f8ff

Former-commit-id: 205364c3370b26b230c4f5dcd7ddb5a86ce7f874

  1. … 46 more files in changeset.
Improved tests Added doc Related to Issue [WTI-1070]

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

Former-commit-id: e33e3ca062369fa4d490a724ce4d01c7cb25808d

Former-commit-id: fe81f243adbb54560e3216209f46f759905af054

  1. … 2 more files in changeset.
Removed obsolete FileResult. Renamed ExpectedFile to FileFilterGenerator. Updated doc and performed cleanups. Other small improvements. Related to Issue [WTI-1070]

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

Former-commit-id: c7a7dde63238ab597409a15fa06e4403571bd27c

Former-commit-id: 20d5e5224cd7fb10ee003e29defbe3c4268fe344

  1. … 69 more files in changeset.
Changed file filter type of ImportInfo and ExportInfo to ExpectedFile. Related to Issue [WTI-1093]

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

Former-commit-id: cb521aa99f8ab2aae9fe1e8e140c89e980df0b38

Former-commit-id: 66e86c3638367473d67986cb1c8ec92faa4562a9

  1. … 51 more files in changeset.
Injection of DialogBasedInquiryHelper into GuiUpdateHandler. Implemented StochasticSoilModelReplaceDataStrategy Related to Issue [WTI-1093]

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

Former-commit-id: 7594a97932cca49de863f9a994f5d86c75f05107

Former-commit-id: bf89c275cc4f1a36369b701f27c764681809373f

  1. … 7 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

    • -0
    • +252
    ./GuiUpdateHandlerTest.cs
  1. … 50 more files in changeset.