AssessmentSectionUpdateExtensionsTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Updated entities for deletion of 'PointEntity' tables and having those replaced with binary data properties. ** Updated IRingtoetsEntities, PersistenceRegistry and ReadConversionCollector accordingly. ** Removed 'PointEntity' related extension methods. ** Point3D no longer implements IStorable. * Refactored how CharacteristicPoints of RingtoetsPipingSurfaceLine are persisted in database/ Related to Issue [WTI-608]

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

Former-commit-id: 188ff4565ff2b9036e4b818fbf5d5e22a9fc238d

Former-commit-id: bbd0708b3d2efb30ad7adb14f756927987cb2f33

    • -12
    • +11
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 78 more files in changeset.
* CalculationGroup instances of GrassCoverErosionInwards are now supported in Create, Update and Read extension methods. Related to Issue [WTI-664]

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

Former-commit-id: 99e8de9d9929689741e15da6eebef89037d869e8

Former-commit-id: f02d2b220c71fbdeffc372f146bdc62a5c4997f6

    • -0
    • +36
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 12 more files in changeset.
* Read, create and update methods of GeneralGrassCoverErosionInwardsInput used for persisting to and from GrassCoverErosionInwardsFailureMechanism. ** Adapted Read method to be consistent to how GrassCoverErosionInwardsFailureMechanism read extension method is used. Related to Issue [WTI-655]

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

Former-commit-id: 3dad909f9f578f6dc0d62eb29048247193254d25

Former-commit-id: 7ec74c35f0ffd11c5db1eea0bbc99f57d28adf0b

    • -1
    • +45
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 13 more files in changeset.
- Extended assessmentSection with property 'Id' Related to Issue [WTI-522]

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

Former-commit-id: b9922ee0a427d6a005a7f310af697b9f4c399743

Former-commit-id: 7112a92b9d433d0ff40056f8f1569494b816ed70

    • -0
    • +4
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 13 more files in changeset.
Introduced TestFailureMechanismSection and used them if possible. Cleaned up using statements. Related to Issue [WTI-647]

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

Former-commit-id: f49653ba3e5e544f65ca4dbb0716fcdfb2e5ed22

Former-commit-id: 17609979bbb3aac374932fd2eda0df983ad60b0f

    • -1
    • +0
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 29 more files in changeset.
* Improved performance of PersistenceRegistry.RemoveUntouched * Improved test coverage. Related to Issue [WTI-471]

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

Former-commit-id: f06626d419365a26340e1e7a00e2ec64b23ce18c

Former-commit-id: 3b96dcb2e06a7a44d74f9f32be60ec3429211c88

    • -0
    • +10
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 3 more files in changeset.
Implemented database update extensions for PipingProbabilityAssessmentInput. Related to Issue [WTI-629]

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

Former-commit-id: 406d62a05b359138227837e90a0576b0fce102e2

Former-commit-id: 9ac10e2c465bfbfcfbc54b7161f2789c30838dd5

    • -0
    • +45
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 9 more files in changeset.
- Added feature to store Norm, and comments of AssessmentSection - Deleted field *order* from AssessmentSectionEntity (was unused) Related to Issue [WTI-627]

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

Former-commit-id: 8ce1d2203cb9a306c392e87542abfd67dafb39d6

Former-commit-id: b7219c80c317b9855269b4fcf7a8acc38349409f

    • -9
    • +14
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 10 more files in changeset.
* Final parts of persisting the CalculationGroups and enabling it in the application: ** Extended PipingFailureMechanism related Create, Read and Update methods to persist/read the CalculationGroup structure. ** Extended AssessmentSectionEntityRead to copy the CalculationGroup data into a PipingFailureMechanism instance. * Refactored test names to be more consistent with naming conventions (was often lacking the ###Extensions part in the name)

Related to Issue [WTI-471]

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

Former-commit-id: 288beea6e2c11383fe8745bba810ab580817ba47

Former-commit-id: 3d225a8b5640bc69cc8aebdf454017f2ba37eb8b

    • -1
    • +37
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 33 more files in changeset.
* Implemented review suggestions of WTI-Review-564: ** Renamed classes to be more consistent with naming conventions. ** Renamed PersistenceRegistry related variables and text still referring to old code. ** Improved test coverage having multiple characteristic points for a single geometry point of a RingtoetsPipingSurfaceLine. ** Fixed bug where SurfaceLineEntities were incorrectly removed. ** Refactored SurfaceLineEntityReadExtensions on how to read SurfaceLinePointEntity and CharacteristicPointEntity instances. Related to Issue [WTI-289]

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

Former-commit-id: 9afa3a1f1bd5b1d3a1cc491063c3764be9fc7983

Former-commit-id: bf85f008c1bd9f380676919d0c4d8f8dd0804265

    • -2
    • +2
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 68 more files in changeset.
* Read and Update extention methods implemented related to the persistency of CalculationGroup instances. * Renamed RingtoetsEntitiesHelper.Create method to CreateStub. Related to Issue [WTI-471]

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

Former-commit-id: b5b7c5e564db770e5b81efb3c55d341af4cc45d5

Former-commit-id: e82982a313b667e2b9b5f692ba16ab7dfa91077e

    • -9
    • +9
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 20 more files in changeset.
* Refactored CreateConversionCollector to PersistenceRegistry. * Improved test coverage for PersistenceRegistry. Related to Issue [WTI-289]

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

Former-commit-id: 34a513a2db72b047511d6b2d1230f3888c2b1e30

Former-commit-id: 0d6c9dc4e4ae72d7aa369a87ddf3f0bf20418f29

    • -11
    • +11
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 57 more files in changeset.
Added persistence for new failure mechanisms. Cleanup of tests for better readability. Related to Issue [WTI-615]

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

Former-commit-id: be7cf7c932d876ffaf43924ee1f2fa01fcbf169a

Former-commit-id: 2a1130b5d7e85710bd355f920a92b0922c8755a5

    • -99
    • +115
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 9 more files in changeset.
* Removed UpdateConversionCollector and replaced with CreateConversionCollector. ** Extended CreateConversionCollector with RemoveUntouched method. * Surface lines are now being persisted. * RingtoetsPipingSurfaceLineCreateExtensions.Create extended with persisting the intersection point with the reference line.

Related to Issue [WTI-289]

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

Former-commit-id: 4e30012e3c25011a59829aeb5a0c4895b5a290e2

Former-commit-id: e6ff379b86efb9bf4f29186949df807eb1632014

    • -11
    • +13
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 42 more files in changeset.
- Moved HeightStructureFailureMechanism to HeightStructures project. - Introduced HeightStructureFailureMechanismContext. - Introduced HeightStructuresGuiPlugin. Related to Issue [WTI-526]

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

Former-commit-id: 77515a617089fa528eee3bfc61cc18c886411560

Former-commit-id: 66915946cd09a97f0b3c549e6101432aa820379b

    • -4
    • +4
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 43 more files in changeset.
Added GrassCoverErosionInwardsFailureMechanismResultView. Simplified name of CalculationScenarioStatus. Extracted FailureMechanismSectionResultRow views. Introduced specific failure mechanism classes for every stand alone failure mechanism. Introduced CustomFailureMechanismSectionResult for a section result with a double value for assessment layer 2a. Introduced SimpleFailureMechanismSectionResult for a section result with a enum value for assessment layer 2a. Introduced a CustomFailureMechanismContext and SimpleFailureMechanismContext to be able to serve different views and tree nodes.

Related to Issue [WTI-513]

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

Former-commit-id: 762fcf66929fb610968976e6b240e358cd5ea89d

Former-commit-id: f048a61abadfc0feb700bb3ab7d1c515cf7b87ee

    • -5
    • +5
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 93 more files in changeset.
Fixed typos found in review Related to Issue [WTI-367]

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

Former-commit-id: c47d9d916b4f1bd7ac11b8d1a959f124935c5d31

Former-commit-id: 1546c376feb25f8fb393fdd88e0705cf39608990

    • -5
    • +4
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 5 more files in changeset.
Renamed method to better meet its purpose. Added doc. Renamed tests. Improved doc.

Related to Issue [WTI-367]

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

Former-commit-id: caa66e43a6e38afc27b83715027a4a1cde2cc9d2

Former-commit-id: 4ed39ca3098f495979c4ff38e7afb68dd419feec

    • -9
    • +9
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 19 more files in changeset.
Renamed FailureMechanismPlaceholder* to StandAloneFailureMechanism*. Removed superfluous properties in StandAloneFailureMechanism. Related to Issue [WTI-515]

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

Former-commit-id: ef839e03d5a24f65d486bc67c0e37218c7decf2e

Former-commit-id: b1cbe7fdba2d120566aed63fc638161b600df8c1

    • -1
    • +1
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 12 more files in changeset.
Updated failure mechanism list. Added persistence for added failure mechanisms. Related to Issue [WTI-508]

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

Former-commit-id: a278022016db3862803c5c1c6b58a5eb036db5c2

Former-commit-id: 37860418dc4ef52bc84e779d71df0fbab7af9bd1

    • -26
    • +34
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 16 more files in changeset.
Added persistence for GrassCoverErosionInwardFailureMechanism. Added tests check for UpdateConversionCollector so that only existing objects (those with a ID other than 0) can be marked as updated. Related to Issue [WTI-367]

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

Former-commit-id: b3e1868850046a5035f40628d7e540f3493b3ad5

Former-commit-id: 59054ba8e57b24c3ab58ded59e7468216567ef04

    • -98
    • +162
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 17 more files in changeset.
Completed documentation of Create/Update/Read related classes and tests. Related to Issue [WTI-290]

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

Former-commit-id: 137eab4929e69b1b7f0bff2d53d61cca25c2a06f

Former-commit-id: 68228cd5965689a79e91a0a88f61565039306367

    • -1
    • +22
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 64 more files in changeset.
Added tests for CreateConversionCollector, UpdateConversionCollector and FailureMechanismPlacholder create and update extensions. Moved Garbage collect call to a finally block, so that it is called before disposing the FileDisposeHelper (and therefore deleting the accessed file.) Related to Issue [WTI-290]

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

Former-commit-id: 8ec1876d9f4b97f4aee3cba8ffd965bae45cbe36

Former-commit-id: 08de2ae969fed23afdb9c0f2f30500c7f2ebfb62

    • -5
    • +22
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 22 more files in changeset.
New way of persisting: - Made use of partial character of Entities for reading and Extensions methods for creating and updating from domain model objects - Separated Create/Update/Read methods - Introduced collectors for post-create/read/update actions Added persistence for StochasticSoilModel, StochasticSoilProfile, PipingSoilProfile and PipingSoilLayer. Related to Issue [WTI-290]

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

Former-commit-id: 94828797dec0d2f76dbb040ae944fc5b3ece347c

Former-commit-id: d0b8db91d54ed85623f50a31b625bafc447251d6

    • -0
    • +510
    ./AssessmentSectionUpdateExtensionsTest.cs
  1. … 67 more files in changeset.