Ringtoets.MacroStabilityInwards.Data.TestUtil.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implement the daily and extreme location input properties for the MacroStabilityInwardsInput class. Modify existing property classes and converters to use the newly introduced classes

Related to Issue [WTI-1426]

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

Former-commit-id: 3b2a59a620a056ff3aee87c5f0665376d9668605

Former-commit-id: 8d68d557757876324660ee898b0cec77a6cef367

    • -14
    • +34
    ./MacroStabilityInwardsCalculationScenarioFactoryTest.cs
  1. … 19 more files in changeset.
Applied review comments. Related to Issue [WTI-1405]

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

Former-commit-id: cbfd738b9d47e7e986e6158497cc64998a1e07b4

Former-commit-id: 9b45d3fd6be93bedccc686ff7540ff22507ad275

    • -4
    • +93
    ./MacroStabilityInwardsCalculationScenarioFactoryTest.cs
  1. … 6 more files in changeset.
Incorporated comments dev: - Moved validation logic from readers to transformers and RT datamodel (stochastic soil profiles, MacroStabilityInwards only): -- Moved StochasticSoilProfile property of the MacroStabilityInwardsStochasticSoilModel as a mandatory constructor argument -- Changed property from List to IEnumerable => provides readonly access of the collection -- Introduced additional test factory method --- Replaced explicit constructor calls with factory calls when possible

Related to Issue [WTI-1340]

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

Former-commit-id: 793e8b7ce8d28a571d22d61fd01a1c14280c75c6

Former-commit-id: 4ba95330a9300a647b62dfa413c36a5a581ee392

    • -8
    • +35
    ./MacroStabilityInwardsStochasticSoilModelTestFactoryTest.cs
  1. … 33 more files in changeset.
Cleaned up Primitives projects for macro stability inwards Related to Issue [WTI-1405]

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

Former-commit-id: f4ee9e8163f2dee00654dbde54d7b0c922a02796

Former-commit-id: 10fb9c421e6c2618b324e2fd6946dcc2fdf433de

    • -0
    • +44
    ./MacroStabilityInwardsGridTestFactoryTest.cs
    • -0
    • +1
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 42 more files in changeset.
- Renamed test file of the test factory of stochastic soil models for macrostability inwards - Removed explicit calls in creating soil models, only the name is relevant and thus the test factory can be used Related to Issue [WTI-1340]

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

Former-commit-id: e7ee7840d982e016973efc4463c125d5649a6e47

Former-commit-id: 65f9f2bcd5b37626f7438e471c8b99a3934a3c11

    • -144
    • +0
    ./MacroStabilityInwardsStochasticSoilModelFactoryTest.cs
    • -0
    • +144
    ./MacroStabilityInwardsStochasticSoilModelTestFactoryTest.cs
    • -1
    • +1
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 1 more file in changeset.
Incorporated comments dev: - Moved validation logic from readers to transformers and RT datamodel (Macrostability only): -- Removed obsolete test object

Related to Issue [WTI-1340]

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

Former-commit-id: fb236dc8a00ff426cfec25f20194e2d1fa7e9558

Former-commit-id: 1f308a04ab3ee7421571d3930be46104cc422c95

    • -1
    • +0
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
    • -107
    • +0
    ./TestMacroStabilityInwardsStochasticSoilModelTest.cs
  1. … 15 more files in changeset.
Incorporated comments dev: - Fixed failing tests on buildserver - Moved validation logic from readers to transformers and RT datamodel (Macrostability only): -- Introduced testfactories to create valid RT and Reader soil models (with geometry defined) -- Removed obsolete constructor Related to Issue [WTI-1340]

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

Former-commit-id: f2f84a442ab3fc8368459e5118dc2db35b5f9a4a

Former-commit-id: 62456eff75ae7a3761bf0a3b3d5ba34092394db1

    • -0
    • +144
    ./MacroStabilityInwardsStochasticSoilModelFactoryTest.cs
    • -0
    • +1
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 34 more files in changeset.
Incorporated comments dev: - Cleaned up unused resources - Moved validation logic from the Reader to the transformers and respective RT data structures: -- Performed for the SoilModel: - Removed geometry validation in the reader, but: - Implemented for MacroStability only at this stage: -- Check if geometry is not empty Related to Issue [WTI-1340]

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

Former-commit-id: 31fb365b2611d19fafeef02d50d223c477b45431

Former-commit-id: 123d35eb149285fe827c58fb12bc95af78eb71ad

    • -1
    • +1
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
    • -0
    • +107
    ./TestMacroStabilityInwardsStochasticSoilModelTest.cs
  1. … 39 more files in changeset.
Renamed MacroStabilityInwardsSoillayerProperties to MacroStabilityInwardsSoilLayerData Related to Issue [WTI-1405]

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

Former-commit-id: efb603409d6e66a2cfc36ee672d2bf9a56b7015e

Former-commit-id: ba159dd7a7b3ec07e9994a05c9ba28ed02aee247

    • -1
    • +1
    ./MacroStabilityInwardsInputFactoryTest.cs
  1. … 56 more files in changeset.
Moved all soil related data from primitives to data project. Related to Issue [WTI-1405]

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

Former-commit-id: 804cef62d57d7ccaa28331db725110d49fbc6404

Former-commit-id: 84e1c9aeabe5b1dc3d7b61e8e598c5a0246e3cec

    • -1
    • +1
    ./MacroStabilityInwardsInputFactoryTest.cs
    • -1
    • +1
    ./MacroStabilityInwardsTestDataGeneratorTest.cs
    • -0
    • +4
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
    • -0
    • +55
    ./SoilProfile/MacroStabilityInwardsPreconsolidationStressTestFactoryTest.cs
    • -0
    • +49
    ./SoilProfile/MacroStabilityInwardsSoilLayer2DTestFactoryTest.cs
    • -0
    • +69
    ./SoilProfile/MacroStabilityInwardsSoilProfile1DTestFactoryTest.cs
    • -0
    • +58
    ./SoilProfile/MacroStabilityInwardsSoilProfile2DTestFactoryTest.cs
  1. … 136 more files in changeset.
Removed duplicate grid output. Related to Issue [WTI-1407]

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

Former-commit-id: e3b33779e452003fb86ffb6968962bbc9cc23582

Former-commit-id: 03f8fafc5db8b58d7d34bfefbae18dfb59526b36

    • -44
    • +0
    ./MacroStabilityInwardsGridOutputTestFactoryTest.cs
    • -1
    • +0
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 17 more files in changeset.
Added output objects in data. Related to Issue [WTI-1407]

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

Former-commit-id: 5b593d23f6e20786baeea5bc48b324575aef5438

Former-commit-id: e497f0d42590a888fdbfc1637638eb4e1a69cbae

    • -0
    • +44
    ./MacroStabilityInwardsGridOutputTestFactoryTest.cs
    • -0
    • +46
    ./MacroStabilityInwardsSlidingCircleTestFactoryTest.cs
    • -0
    • +2
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 19 more files in changeset.
Update NUnit, NUnitForms and nunit console runner. Adapt test in StorageMigrationIntegrationTest to work with these new versions. Paired with ~kleijn

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

Former-commit-id: d32ca7d8738b0bb50b4f4ac19fa9e7c268f965e9

Former-commit-id: e24bfa0dc5657b1d0e6ca1568bd40cf07e9b637a

    • -2
    • +2
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 399 more files in changeset.
Revert NUnit update

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

Former-commit-id: 1d73f8246f0dfc579d22331767d1b8d1916a1738

Former-commit-id: 2be271427816a015a44cc959568214acc6e2a12e

    • -2
    • +2
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 384 more files in changeset.
Update NUnit to 3.8.1

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

Former-commit-id: 79700b393691e91c968151e820e18665334d429f

Former-commit-id: b3c165824399f30e6b937de3b001599a2df685f1

    • -2
    • +2
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 396 more files in changeset.
Incorporated comments review 2049: - Changed RoundedDouble asserts from Assert.AreEqual(x, y.Value) to .AreEqual(x, y, y.GetAccuracy()) for Piping and MacrosStability Related to Issue [WTI-1292]

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

Former-commit-id: 93a9484fe795d40f4d781fe5f7aa2723e572e6f5

Former-commit-id: 4f49726b0f91fdeab934d8205d76accb94944464

    • -1
    • +2
    ./MacroStabilityInwardsTestDataGeneratorTest.cs
  1. … 11 more files in changeset.
Renamed all macroStabilityInwards soil profile related classes. Related to Issue [WTI-1340]

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

Former-commit-id: 4b0ac79687f83c737b9d6f1004c44867181b0046

Former-commit-id: e6d8a480fffc519c42ee233a9f917afdff4cfcb4

  1. … 119 more files in changeset.
Moved MacoStabilityInwards soil data to specific folder. Related to Issue [WTI-1340]

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

Former-commit-id: 29af5f9699eea7be3b847426bce46f102a34dde5

Former-commit-id: df3c823292408268b63b0d6de409befc5f760998

  1. … 126 more files in changeset.
Upgraded nunit3-console.exe and NUnit to 3.7.1

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

Former-commit-id: bd8ef3d5d0e001dd3753e950743d282d431939b8

Former-commit-id: 0e6297e2ce8a35cf9bdb3d58436513012a5379e6

    • -2
    • +2
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 424 more files in changeset.
Added extra test cases. Used SoilLayerProperties instead of the pass-through properties on SoilLayer1D and SoilLayer2D (MacroStabilityInwards). Cleanups. Related to Issue [WTI-1342]

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

Former-commit-id: 758c2f4357100541e91974617f9bf374341f0a5e

Former-commit-id: bd64f22fd1d2007e66dced718cd056a6d7b0d30d

    • -1
    • +1
    ./MacroStabilityInwardsInputFactoryTest.cs
  1. … 60 more files in changeset.
Renamed RingtoetsMacroStabilityInwardsSurfaceLine to MacroStabilityInwardsSurfaceLine Related to Issue [WTI-1289]

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

Former-commit-id: 6e395029051329b70018ac51b5975165bf0f0112

Former-commit-id: 211d7cb4eb01a85fbe9f8c5f011dc69e85fdb767

    • -3
    • +3
    ./TestMacroStabilityInwardsFailureMechanismTest.cs
  1. … 121 more files in changeset.
Introduced concept of difference in 1D and 2D profiles for Macro Stability Inwards. Related to Issue [WTI-1342]

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

Former-commit-id: 8e881f55e61effd0c2f3016539e1c9fa374fa850

Former-commit-id: 16bf302601598b552700cb9c7eded5e589ff576f

    • -13
    • +19
    ./MacroStabilityInwardsInputFactoryTest.cs
    • -2
    • +5
    ./MacroStabilityInwardsTestDataGeneratorTest.cs
  1. … 72 more files in changeset.
merge from trunk

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

Former-commit-id: 2a63beecf654a8a9c5d5e5a03ad4083d429e5b56

Former-commit-id: efdee3a54f6e1be25b1cb7fa6553eb94ac82c599

    • -0
    • +253
    ./MacroStabilityInwardsTestDataGeneratorTest.cs
    • -0
    • +5
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 18 more files in changeset.
- Moved MacroStabilityInwardsTestDataGenerator from integration to data - Removed MacroStabilityInwards.Integration.TestUtil - Removed MacroStabilityInwards.Integration.TestUtil.Test Related to Issue [WTI-1328]

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

Former-commit-id: 5ed828cd2080b6cd05fb39e123c82ec35a394554

Former-commit-id: a6a3db23433859a55498a1678d926cdd3f685910

    • -0
    • +253
    ./MacroStabilityInwardsTestDataGeneratorTest.cs
    • -0
    • +5
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
  1. … 18 more files in changeset.
Removed SegmentName from the data model (Stochastic Soil Model) of Macrostrability

Related to Issue [WTI-1285]

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

Former-commit-id: 8fe1f3ae35e3630441db0cae8e76d69977bbbdff

Former-commit-id: ca40cca12b1331c9a817a470dc185c89f68c7ec9

  1. … 26 more files in changeset.
Fix double run tests. Related to Issue [WTI-1266]

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

Former-commit-id: 81303c73f7b3f70da0716f82d70a1ea15bdee261

Former-commit-id: 7bb7fbf9fc51fb001e203a7f93d7c52864d124dd

    • -4
    • +4
    ./MacroStabilityInwardsCalculationScenarioFactoryTest.cs
  1. … 10 more files in changeset.
Merged revision(s) from branches/WTI-1266:

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

Former-commit-id: ff835f09e487b4bc2afff45bc03a5a25984d2f62

Former-commit-id: 9b502b747a26eabecc0f2b9e5920ce0c25d69b36

    • -0
    • +169
    ./MacroStabilityInwardsCalculationScenarioFactoryTest.cs
    • -0
    • +175
    ./MacroStabilityInwardsInputFactoryTest.cs
    • -0
    • +27
    ./Properties/AssemblyInfo.cs
    • -0
    • +99
    ./Ringtoets.MacroStabilityInwards.Data.TestUtil.Test.csproj
    • -0
    • +86
    ./Segment2DLoopCollectionHelperTest.cs
    • -0
    • +79
    ./TestMacroStabilityInwardsFailureMechanismTest.cs
    • -0
    • +71
    ./TestStochasticSoilModelTest.cs
  1. … 558 more files in changeset.
Cleaned data test utils. Related to Issue [WTI-1266]

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

Former-commit-id: a5f662b5f9fd319ed0a8f408a9be2db83a158f95

Former-commit-id: 6c8f8f4c2466f0f5824695f63367e667f76a457d

    • -6
    • +0
    ./MacroStabilityInwardsInputFactoryTest.cs
  1. … 2 more files in changeset.
Renamed all files in Service Related to Issue [WTI-1266]

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

Former-commit-id: a3cf0a10c96d38489db2103211e8da3aed731d42

Former-commit-id: ec8155a4835d15fb8e52271a50557762009b0f0a

    • -2
    • +2
    ./MacroStabilityInwardsCalculationScenarioFactoryTest.cs
  1. … 30 more files in changeset.
Renamed all files in primitives. Related to Issue [WTI-1266]

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

Former-commit-id: 94f0f9c3e163d4a3afdfcc7b5b2733f6c449c03b

Former-commit-id: e055676631bd6d6bbcd8f881cc6b3895adce5b5e

    • -13
    • +13
    ./MacroStabilityInwardsInputFactoryTest.cs
    • -2
    • +2
    ./TestMacroStabilityInwardsFailureMechanismTest.cs
  1. … 149 more files in changeset.