Application.Ringtoets.Storage.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Refactored StorageCommandHandler to use OpenProjectActivity. * Fixed bug in ActivityProgressDialog related to cross-threading exceptions. ** Implementation was not guaranteed to use the correct SynchronizationContext. ** Removed ProgressReporter, due to now being obsolete. ** Setting of SynchronizationContext no longer required in unit tests. * Changed default value for MigrationNeeded.

Related to Issue [WTI-1049]

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

Former-commit-id: 40eb861411768c4a895eae17f71470458887712d

Former-commit-id: b19c95c5b04582cf50f772cb1dbfcc34f8b1fb6d

    • -1
    • +1
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 14 more files in changeset.
Added key to BackgroundDataIdentifiers for WellKnown Related to Issue [WTI-1141]

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

Former-commit-id: cbd8350f548223e5d46c59aad2887bc6f97b273d

Former-commit-id: 38e10be50b90376d89ee1ae627b043b603dbaf5a

    • -15
    • +1
    ./Create/BackgroundDataCreateExtensionsTest.cs
    • -8
    • +90
    ./Read/BackgroundDataEntityReadExtensionsTest.cs
  1. … 4 more files in changeset.
Implemented review comments: - Set the owner of the dialog windows of the DialogBasedInquiryHelper -- Fixed affected tests - Added assertions for the log level severity - Corrected typos in XML docs - Corrected reference settings - Added missing integration tests Related to Issue [WTI-1095]

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

Former-commit-id: ee73e748a0bfbe46c7cc81b43aeae35429b04b5f

Former-commit-id: 6de73e069e8defde63b355a77826f15c39e4ec30

    • -0
    • +4
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +74
    ./IntegrationTests/StorageMigrationIntegrationTest.cs
  1. … 6 more files in changeset.
Added background type in create and read extensions. Related to Issue [WTI-1141]

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

Former-commit-id: 3bb1df757426d03b7181e939a1df635f8f528781

Former-commit-id: 961a6eb57e27e514cf4cdd694d5582e1de984d14

    • -3
    • +4
    ./Create/BackgroundDataCreateExtensionsTest.cs
    • -1
    • +4
    ./Read/BackgroundDataEntityReadExtensionsTest.cs
  1. … 2 more files in changeset.
Renamed read extensions from backgroundMapData to backgroundData Related to Issue [WTI-1141]

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

Former-commit-id: d63cd5c076357b51b6d2ea0a5ed2694484f91d34

Former-commit-id: c80f9c5b1d83c7986733a83c1da4acd396a8a87d

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +167
    ./Read/BackgroundDataEntityReadExtensionsTest.cs
    • -167
    • +0
    ./Read/BackgroundMapDataEntityReadExtensionsTest.cs
  1. … 5 more files in changeset.
- Updated database design - Implemented new database design. Related to Issue [WTI-1141]

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

Former-commit-id: 39cf123b1b60fe1269ee7bb96292a5c1885588ce

Former-commit-id: f80ab2bd1aff4b29355c5c0d16c2fef3cc0b3510

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -5
    • +3
    ./Create/AssessmentSectionCreateExtensionsTest.cs
    • -11
    • +20
    ./Create/BackgroundDataCreateExtensionsTest.cs
    • -41
    • +50
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -0
    • +65
    ./Read/BackgroundDataMetaEntityReadExtensionsTest.cs
    • -20
    • +78
    ./Read/BackgroundMapDataEntityReadExtensionsTest.cs
    • -4
    • +4
    ./Read/ProjectEntityReadExtensionsTest.cs
  1. … 16 more files in changeset.
Changed integration test for BackgroundData Related to Issue [WTI-1141]

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

Former-commit-id: 7047a5d7c18bd55b4aff2437993d0db90ade2965

Former-commit-id: c0c6cd32ce3fa67f8562d2792e6c1fdd5db9608f

    • -21
    • +7
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
Changed storage so that it handles with BackgroundData instead of BackgroundMapDataContainer. Related to Issue [WTI-1141]

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

Former-commit-id: 652d7c5d33baf5b6bd70ed7a4cccecaaceebb70c

Former-commit-id: 96597a4870ef0ed6b2e8d8e9a2f420882e740f67

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -5
    • +2
    ./Create/AssessmentSectionCreateExtensionsTest.cs
    • -0
    • +116
    ./Create/BackgroundDataCreateExtensionsTest.cs
    • -178
    • +0
    ./Create/BackgroundMapDataContainerCreateExtensionsTest.cs
    • -15
    • +11
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -23
    • +17
    ./Read/BackgroundMapDataEntityReadExtensionsTest.cs
  1. … 6 more files in changeset.
* Refactored RingtoetsProjectMigrator to move responsibility of determining target location for migrated project to seperate method. * Fixed 2 failing tests. Related to Issue [WTI-1049]

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

Former-commit-id: e725e71ba9d80444c8a49d6618832bee6ccd237d

Former-commit-id: 457b058abc9f8baa453a165f511492c49c895042

    • -0
    • +1
    ./IntegrationTests/StorageMigrationIntegrationTest.cs
    • -2
    • +4
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 9 more files in changeset.
Incorporated the RingtoetsProjectMigrator in the StorageCommandHandler: - Fixed compilation errors of affected tests -- Introduced mocks where necessary - Ran DeltaresClean Related to Issue [WTI-1095]

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

Former-commit-id: d546ad32067db464f96e9faa5a55aaa2b5eef6ca

Former-commit-id: c73bfdeaf395de90207b9bdedc43baf05869ac0b

    • -1
    • +9
    ./IntegrationTests/StorageMigrationIntegrationTest.cs
    • -4
    • +19
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 13 more files in changeset.
Assigned values to SoilProfileType. Implemented read and create routines for persisting the SoilProfileType. Related to Issue [WTI-1191]

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

Former-commit-id: afaa20cb9df2f593722fbeff0a4faa102405d54e

Former-commit-id: 44aa9b8de014fd1c67f4c1b4151626d8c9035b8e

    • -2
    • +6
    ./Create/Piping/StochasticSoilProfileCreateExtensionsTest.cs
    • -2
    • +6
    ./Read/Piping/StochasticSoilProfileEntityReadExtensionsTest.cs
  1. … 5 more files in changeset.
fixed incorrect reference.

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

Former-commit-id: 65c35af323f7399ce524c55b9f5eef054cc03e43

Former-commit-id: 328d998a8b9641108eb96464946f06d10dfa951d

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
Fix test path too long.

Paired with Janssen

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

Former-commit-id: 1c0ecedd165c92a90b8ff933392837b9e1e391dc

Former-commit-id: 8f6c9376e7e0cffbd6b06871b29f6b1748648071

Changes after review. Related to Issue [WTI-1092]

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

Former-commit-id: 7a1c80d6b3fd1fde37c8b95e8cd4f0eec4563604

Former-commit-id: d15fe0dec9384ff669c2c350abcfc98d98e013bd

    • -1
    • +0
    ./Create/StructuresCalculationCreateExtensionsTest.cs
    • -2
    • +0
    ./Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs
    • -1
    • +0
    ./Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
    • -2
    • +0
    ./Read/IStructureCalculationEntityReadExtensionsTest.cs
  1. … 71 more files in changeset.
Updated tests with GetScratchPadPath Paired with tangerma Related to Issue [WTI-1088]

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

Former-commit-id: 76b37a547837d85495939bef575161003eb4f535

Former-commit-id: 342ddbae4245ac328542bb682fede067eb760c54

  1. … 19 more files in changeset.
Updated database model so that Id is added to DikeProfileEntity and ForeshoreProfileEntity. Id is required and Name is now also required for a ForeshoreProfile. Related to Issue [WTI-1092]

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

Former-commit-id: 3df4ed85c2de927f7703910090b721b49d593e5a

Former-commit-id: d300debe30d6f69ea3b99bcbae64bfecd30e3922

    • -3
    • +16
    ./Create/ForeshoreProfileCreateExtensionsTest.cs
    • -21
    • +21
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -20
    • +22
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
    • -2
    • +9
    ./Read/ForeshoreProfileReadExtensionsTest.cs
    • -3
    • +3
    ./Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs
    • -0
    • +1
    ./Read/HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs
    • -3
    • +3
    ./Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest.cs
    • -3
    • +3
    ./Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest.cs
  1. … 80 more files in changeset.
Added required ID property to ForeshoreProfile Related to Issue [WTI-1092]

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

Former-commit-id: a5ac17d93c00edc44ab863f471af937703304078

Former-commit-id: d6e398f53cedd03a7e769e1b87a6da3bb573fe53

    • -9
    • +5
    ./Create/ForeshoreProfileCreateExtensionsTest.cs
    • -4
    • +1
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs
    • -4
    • +1
    ./Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest.cs
    • -8
    • +2
    ./Create/StructuresCalculationCreateExtensionsTest.cs
    • -4
    • +1
    ./Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs
    • -2
    • +2
    ./Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
    • -2
    • +1
    ./Read/IStructureCalculationEntityReadExtensionsTest.cs
  1. … 40 more files in changeset.
Created new Application.Migration project which will be responsible for the GUI migration logic - Updated License - Renamed and moved existing Application.Migration projects: -- Application.Migration --> Application.Migration.Core which will serve as the main library for all related Migration Ringtoets functionality -- Application.MigrationConsole --> Application.Migration.Console -- Updated the TestDataPath to point to the correct path Related to Issue [WTI-1095]

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

Former-commit-id: 26428f30b3c9f36ab105d8aa3a93e3df6449211b

Former-commit-id: dcb9d35bd6a34039e0d7b5a66b001036eed19c95

    • -2
    • +2
    ./Application.Ringtoets.Storage.Test.csproj
    • -1
    • +1
    ./IntegrationTests/StorageMigrationIntegrationTest.cs
  1. … 91 more files in changeset.
- Used nameof methods instead of random path to create test file names. - Bubbled IOException when trying to delete a test file and it fails so we know that the file is not deleted. Paired with @janssen

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

Former-commit-id: e808c5751086faf8a2b72d918e1074adb5044314

Former-commit-id: 4ba1926135f291f4b4a4ecb3debc1e7712f492c3

    • -1
    • +1
    ./IntegrationTests/StorageMigrationIntegrationTest.cs
  1. … 24 more files in changeset.
* More usage of Scratchpad folder for writing files. Related to Issue [WTI-1088]

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

Former-commit-id: 8856b7fab3e3f8af7ceee814491404db5552b75f

Former-commit-id: 1e71081ef1143d371c46702fc8455722cf548b1e

  1. … 7 more files in changeset.
* More tests now write to Scratchpad folder instead of some test data path (or to temp) Related to Issue [WTI-1088]

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

Former-commit-id: 52b0d6344e1d95add3b4fb21d5fc94c6cabdd09f

Former-commit-id: 8971cf5a936306f7e587726a9e1c205a79758950

    • -3
    • +2
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 34 more files in changeset.
* Propagated the use of the Scratchpad folder for tests. Related to Issue [WTI-1088]

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

Former-commit-id: c281e86c4daafcc0bcf1935b84d9594d33246d4d

Former-commit-id: d130d71090209dd15f3efbf6e71d30b4181b0ca6

    • -3
    • +1
    ./IntegrationTests/StorageMigrationIntegrationTest.cs
  1. … 7 more files in changeset.
Incorporated comments review 1468: - Final refactoring of the derived classes from the ObservableCollectionWithSourcePath: -- Extended functionality of the ObservableUniqueItemCollectionWithSourcePath to ensure that at least one feature is given for the validation on the uniqueness of items -- Adjusted the inherited classes with new signature -- Added and fixed failing tests - Moved resource from Forms to Data for the shared display name between the Data and Form layer in Piping

Related to Issue [WTI-1075]

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

Former-commit-id: 8f83ec6400451549356efd9f20d927d42205140d

Former-commit-id: b27663c546ef469624f9a5bf847bd5a118eea841

    • -4
    • +4
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 23 more files in changeset.
Incorporated comments review 1468: - First refactoring of the derived classes from the ObservableCollectionWithSourcePath: -- Renamed class that it represents a collection with unique items -- Extracted method to get unique features from an object Related to Issue [WTI-1075]

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

Former-commit-id: ca2e766323a3dab411a508b14467d5230d70be37

Former-commit-id: 70b7615b7831401251adc0a9919d10193828537c

    • -4
    • +4
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 20 more files in changeset.
* MapControl now uses BackgroundMapDataContainer directly. ** TODO: Handling NotifyObservers on BackgroundMapDataContainer, in order to know if MapData property has changed. * Improved robustness of MapControl unit tests that make temporary backup of tile chaches. * BackgroundMapDataContainer moved from Ringtoets.Common.Data to Core.Components.Gis Related to Issue [WTI-1143]

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

Former-commit-id: 8368df4f1e33ebe99e86dde01ae0382a118890f8

Former-commit-id: 79fd13aafb4655934d563c8729e0cb4e703f8149

    • -0
    • +1
    ./Create/BackgroundMapDataContainerCreateExtensionsTest.cs
    • -0
    • +1
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -0
    • +1
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -0
    • +1
    ./Read/BackgroundMapDataEntityReadExtensionsTest.cs
  1. … 40 more files in changeset.
Implemented RingtoetsSurfaceLineCollection to store unique surface lines (no duplicate items with the same name): - Applied class for the strategies - Fixed affected tests - Removed unused references

Related to Issue [WTI-1075]

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

Former-commit-id: bdfb49b25b2ee5959323ee54f6100d12712031df

Former-commit-id: c61213e8748ebb2f2635ee1f24fb3ebfc5295c7e

    • -2
    • +4
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
  1. … 23 more files in changeset.
Added verification of the database schema of DSoil-Model in which stochastic soil model names need to be unique. Introduced StochasticSoilModelCollection which has additional validation for the uniqueness of the StochasticSoilModel Name. Renamed files containing Table constants. Related to Issue [WTI-1093]

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

Former-commit-id: 80c9a9206c20d8fdfa23712d2c68f9f13cc67378

Former-commit-id: b1779cca6f30e7472f2c9620524f4f5ae6031db2

    • -0
    • +2
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
  1. … 55 more files in changeset.
* IAssessmentSection now has a BackgroundMapDataContainer instead of a WmtsMapData. * Added missing assertions to StorageSqLiteIntegrationTest for background map data. Related to Issue [WTI-1105]

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

Former-commit-id: adb7cf2213f1a01c9d8c63a93e789debaf9b574a

Former-commit-id: 4280f253668d55e313e171f3589ae967a70c56c1

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -1
    • +4
    ./Create/AssessmentSectionCreateExtensionsTest.cs
    • -0
    • +177
    ./Create/BackgroundMapDataContainerCreateExtensionsTest.cs
    • -97
    • +0
    ./Create/BackgroundMapDataCreateExtensionsTest.cs
    • -12
    • +40
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -4
    • +7
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -16
    • +21
    ./Read/BackgroundMapDataEntityReadExtensionsTest.cs
  1. … 49 more files in changeset.
Applied method to lock the files in FileDisposeHelper where possible Related to Issue [WTI-1060]

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

Former-commit-id: 67621ad852eab313bb0d99c8dda5d629855744ad

Former-commit-id: 4d57b4761a5442330b5e001af2c718a25dae097c

  1. … 6 more files in changeset.
* Explicit declaration of [Combinatorial] * Reformatted code to reduce line length. Related to Issue [WTI-1059]

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

Former-commit-id: 25c3139547f4d6034118583fa1d26ee7e1d89090

Former-commit-id: c0d86ab65e4c7a5a8c181fe0b2112f3873e2b69e

    • -0
    • +1
    ./Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/DuneErosion/DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/Microstability/MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/Piping/PipingFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/PipingStructure/PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/TechnicalInnovation/TechnicalInnovationFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs
  1. … 24 more files in changeset.