Core.Common.Base.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* 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

    • -20
    • +130
    ./Plugin/ApplicationCoreTest.cs
  1. … 7 more files in changeset.
* Extended Math2D with methods: ** generate a sequence of segments from a sequence of points ** split a sequence of points describing a line into sublines of given lengths * Moved DoubleWithToleranceComparer from Piping.IO.Test to Core.Common.TestUtil Related to Issue [WTI-365]

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

Former-commit-id: 30014773f914157551bef416cf68ff44f81db3d5

Former-commit-id: 5bb25e62e1d45eeb64d1acd97f45a93c4df30982

  1. … 7 more files in changeset.
- Added project comparer to check if the current project is equal to a new project. In such case, no "save changes" dialog should pop-up Related to Issue [WTI-320]

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

Former-commit-id: 5c6477a62b8b73f280d05b7f6161bab5fcb2c28c

Former-commit-id: 32dfcedec9a014aa22165d17e76cefd8e6c152b4

    • -0
    • +105
    ./Data/ProjectComparerTest.cs
  1. … 5 more files in changeset.
* Moved Math2D from Ringtoets.Piping.Data to Core.Common.Base Related to Issue [WTI-365]

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

Former-commit-id: 71e951b98aee823dc61ebc5e0667535c9f3f326c

Former-commit-id: aedca195755f220df4ea25454cb0203091305b5e

    • -0
    • +210
    ./Geometry/Math2DTest.cs
  1. … 12 more files in changeset.
* Fixed incorrect licenses for Point2D, Point3D. * Moved Point2D and Point3D test fixtures to correct project. * Moved Segment2D from Ringtoets.Piping.Data to Core.Common.Base\Geometry. * Extended Segment2D with Length property and Distance method to Point2D. * Added FailureMechanismSectionsImporter and implemented happy path. * Added ForeColor to tree node info of FailureMechanismSectionsContext. Related to Issue [WTI-365]

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

Former-commit-id: 63e47f23d254adaf5665862be056a25c3e6e212d

Former-commit-id: bbad82497d7cb7532f83f35627ec1f60e47376ec

    • -0
    • +243
    ./Geometry/Point2DTest.cs
    • -0
    • +158
    ./Geometry/Point3DTest.cs
    • -0
    • +457
    ./Geometry/Segment2DTest.cs
  1. … 22 more files in changeset.
* Moved commonly created helper method in IFileImporters for calling ProgressChanged to FileImporterBase. * Implemented progress notification for ReferenceLineImporter. Related to Issue [WTI-364]

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

Former-commit-id: 3aa9c5c4d6fc181272e8e49c0fffda67b1e12a42

Former-commit-id: 8af496cfe7f98360b3327233d5d25a698262487f

  1. … 9 more files in changeset.
* Implemented Cancel functionality to ReferenceLineImporter. * Moved 'cancellation' flag from various IFileImporter implementations to FileImporterBase. Related to Issue [WTI-364]

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

Former-commit-id: 6c06d6529fe98e6217df6f12d207e7d84e3b7ff9

Former-commit-id: bdbf58c8db993778f36ad7bbff1d16b1a0d52c8b

  1. … 6 more files in changeset.
* Introduced FileImporterBase to allow for additional NotifyObserver calls to be done on UI thread when done importing. ** Moved responsibility for NotifyObserver on import target from FileImportActivity to FileImporterBase. ** Updated all existing importers to inherit from FileImporterBase. * Implemented additional logic for dealing with new ReferenceLine, when one was already available. Related to Issue [WTI-364]

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

Former-commit-id: dca74a9f10e6da1912ac7f172df8fe95cfc5b34f

Former-commit-id: f0971cefa038dbbf4b03fb9ffe60c61909e3f74f

    • -0
    • +129
    ./IO/FileImporterBaseTest.cs
    • -11
    • +10
    ./Service/FileImportActivityTest.cs
  1. … 13 more files in changeset.
Reintegrate branch to trunk. Related to Issue [WTI-184]

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

Former-commit-id: 823eca02392f29a5efa73ad3cbf3925824c622cc

  1. … 131 more files in changeset.
Fixed failing tests Related to Issue [WTI-184]

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

Former-commit-id: 7e0a85882c78b3270daa1b0f241cdd679ca0e675

  1. … 2 more files in changeset.
Refactored StorageSqLite after review Related to Issue [WTI-286]

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

Former-commit-id: 4acc7ab82a9105121aba60a2958ccf93e3ee7f76

    • -0
    • +54
    ./Storage/StorageExceptionTest.cs
  1. … 9 more files in changeset.
- Changes after review Related to Issue [WTI-284]

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

Former-commit-id: d005f2917a1e1b280ea3f4b1241a8b9b6048859f

    • -0
    • +1
    ./Storage/CouldNotConnectExceptionTest.cs
    • -0
    • +1
    ./Storage/StorageValidationExceptionTest.cs
    • -0
    • +1
    ./Storage/UpdateStorageExceptionTest.cs
  1. … 8 more files in changeset.
- Changed Core.Common.Gui implementation to interface - Simplified execution path to interact with Storage - Moved storage Exceptions and interfaces to Core.Common.Base Related to Issue [WTI-284]

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

Former-commit-id: 55b85ad4905185d325a9c40a965a9bd389da08b2

    • -0
    • +53
    ./Storage/CouldNotConnectExceptionTest.cs
    • -0
    • +53
    ./Storage/StorageValidationExceptionTest.cs
    • -0
    • +53
    ./Storage/UpdateStorageExceptionTest.cs
  1. … 29 more files in changeset.
Applied some final cleanups for Core.Common.Controls Related to Issue [WTI-184]

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

Former-commit-id: 896f7efe197e5646148914fd6a6528efdccf957c

  1. … 5 more files in changeset.
Improved pdb configuration Related to Issue [WTI-309]

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

Former-commit-id: 95c06c9a739ec690e52abe7ac71566ab2dfe1049

  1. … 21 more files in changeset.
Temp version, with decorator (and delete), but disabled and lookup table

Back to Framework 4.5

Related to Issue [WTI-199]

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

Former-commit-id: 3abcac765abfc25bd2fe1d34994e4130e96a50ba

  1. … 96 more files in changeset.
Review related changes Related to Issue [WTI-182]

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

Former-commit-id: 0bfe60fc03b2fe6934e88ff29c896f171891ed4f

    • -13
    • +26
    ./Service/FileImportActivityTest.cs
  1. … 3 more files in changeset.
Review related change => Ensured FileImportActivity only handles one file import at the time Related to Issue [WTI-182]

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

Former-commit-id: 551afd2638bb06e0060dc66fa9c29bc2c83bd678

    • -110
    • +12
    ./Service/FileImportActivityTest.cs
  1. … 2 more files in changeset.
Review related changes Related to Issue [WTI-182]

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

Former-commit-id: 807dd54644ec3476012780661a0cea3051e37658

  1. … 3 more files in changeset.
Review related changes Related to Issue [WTI-182]

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

Former-commit-id: 20eb6bc16a37447a02e86c0e45b500cd7fb94fab

  1. … 9 more files in changeset.
Review related changes Related to Issue [WTI-182]

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

Former-commit-id: 19910487bb4b96f13370912ca535d2888bbe09f6

  1. … 6 more files in changeset.
Renamed TestUtils to TestUtil Related to Issue [WTI-184]

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

Former-commit-id: d7daba7b69132117103600f3370c1324765c1c86

  1. … 138 more files in changeset.
Review related changes => Removed CanExportFor method from IFileExporter

Related to Issue [WTI-182]

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

Former-commit-id: 8cf38010166292a579c7abec5ebb24bc8324f1c0

  1. … 2 more files in changeset.
SQLite database with load and save project Related to Issue [WTI-199]

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

Former-commit-id: 87c7609f9f912ed4e4fc8e5d5b0e7f6c3589e05d

  1. … 163 more files in changeset.
Review related changes: * Removed CanImportFor method from IFileImporter * Got rid of redundant test classes in Core.Common.Test Related to Issue [WTI-182]

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

Former-commit-id: 4ebbae5c4af75d1457ec0590ac9bee4c169230dc

  1. … 11 more files in changeset.
Improved test coverage of Core.Common.Base Related to Issue [WTI-182]

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

Former-commit-id: 83a4896b3bb0bb85647cc9d4312b79eda5542fa2

    • -5
    • +113
    ./Service/FileImportActivityTest.cs
  1. … 1 more file in changeset.
Improved test coverage of Core.Common.Base Related to Issue [WTI-182]

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

Former-commit-id: 4a3ae8cda9e8010e45838fdfe18d74fa4724e70f

    • -0
    • +140
    ./Service/FileImportActivityTest.cs
Cleanup of *MonoDevelop* Related to Issue [WTI-148]

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

Former-commit-id: b7b3cf3af6db97d79103e345c0c3ac1691a108f0

  1. … 11 more files in changeset.
Improved test coverage of Core.Common.Base Fixed failing tests Related to Issue [WTI-182]

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

Former-commit-id: 66c0246c4d35b41f1f439e54f45876c452581b5d

    • -0
    • +61
    ./Service/FileImportActivityTest.cs
  1. … 3 more files in changeset.
Improved test coverage of Core.Common.Base Related to Issue [WTI-182]

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

Former-commit-id: 69adbdc4b0a519537fbf5878f4dceafda54b7766

  1. … 3 more files in changeset.