Ringtoets.Piping.Calculation.TestUtil

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Verified input set on the sub calculators for piping. Related to Issue [WTI-383]

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

Former-commit-id: 825f42d75509bc2bdb3f3302c86d6c0dc36fb79e

Former-commit-id: 0f86324e55aff31181554584428fccd59290d543

    • -1
    • +0
    ./SubCalculator/EffectiveThicknessCalculatorStub.cs
    • -2
    • +4
    ./SubCalculator/HeaveCalculatorStub.cs
    • -2
    • +4
    ./SubCalculator/SellmeijerCalculatorStub.cs
    • -2
    • +4
    ./SubCalculator/UpliftCalculatorStub.cs
  1. … 7 more files in changeset.
* Introduced TypeConverter to be used with RoundedDouble editable property control field. * RoundedDouble now has explicit cast from double to RoundedDouble. * Used Math.Round(double, int) API to prevent having to roundtrip to decimal. Also has more accurate 'number of decimals'. * RoundedDouble constructor refactorings. * PipingInput now has ExitPointL and EntryPointL as RoundedDouble. Related to Issue [WTI-388]

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

Former-commit-id: 526f9ff6b020e4718add2dba1aaae259930df73d

Former-commit-id: d1774deeae4f90d0df667370350841782cc5a005

  1. … 18 more files in changeset.
Added sub calculator stubs and implemented a TestPipingSubCalculatorFactory which returns these stubs. Related to Issue [WTI-383]

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

Former-commit-id: dce2a1056a00a90eba9f3161e9dff14ae3a39a12

Former-commit-id: 01eed8501bf2e4477aa1100423ade2cd95cd046b

    • -0
    • +9
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
    • -0
    • +19
    ./SubCalculator/EffectiveThicknessCalculatorStub.cs
    • -0
    • +25
    ./SubCalculator/HeaveCalculatorStub.cs
    • -0
    • +35
    ./SubCalculator/SellmeijerCalculatorStub.cs
    • -0
    • +40
    ./SubCalculator/TestPipingSubCalculatorFactory.cs
    • -0
    • +27
    ./SubCalculator/UpliftCalculatorStub.cs
  1. … 10 more files in changeset.
* AssessmentLevel properties cannot be set in PipingInputContextProperties. Need to set HydraulicBoundaryLocation to set AssessmentLevel. * Added additional constructor for RoundedDouble. * PipingInput.AssessmentLevel is now an instance of RoundedDouble. Related to Issue [WTI-388]

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

Former-commit-id: 26b52887003afb3aea8c36978883203165963733

Former-commit-id: 0eefd50ae8f3c8737345439577e2755ae5b41fc0

  1. … 13 more files in changeset.
Changed Point3D to be immutable once created. Changed signature for the RingtoetsPipingSurfaceLine.Points property so that the property can be used as an Array. Improved resources. Related to Issue [WTI-381]

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

Former-commit-id: 9972a812300fdbb7a9e08b27977c2afea23fda28

Former-commit-id: 70ea54678ab1491513e362253343cb7a58cfbc16

  1. … 20 more files in changeset.
* Moved Point2D and Point3D from Ringtoets.Piping.Data to Core.Common.Base/Geometry * Defined ReferenceLine class Related to Issue [WTI-317]

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

Former-commit-id: e81f2ef1cfd13b7605809525f70bb0b1e39a9004

Former-commit-id: e1966a57b9fca5524b309c2326b0c5ddfaf1aaf9

    • -0
    • +4
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 38 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
    • +1
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 96 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
    • +1
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 163 more files in changeset.
Set default platform to x86 (instead of AnyCPU) Removed configuration *CreateInstallerWithDemoProject* in projects (release was used anyways) Related to Issue [WTI-148]

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

Former-commit-id: 2fb0ca748dced07d7231dcbf87ed9885a248fffb

    • -9
    • +1
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 72 more files in changeset.
Fixed creation of installer with demo projects added Related to Issue [WTI-95]

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

Former-commit-id: 81eb7226a7bfb9a01d5b8a9f2adac6514cbc8874

    • -0
    • +8
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 71 more files in changeset.
- Created configuration for test coverage (it requires PDB files) - Cleaned up cofngiration for *CreateInstallerWithDemoProject*, it is an equivalent of *Release* Related to Issue [WTI-64]

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

Former-commit-id: c5f32c4f489636d5ebe6acddc774a15a5e3ef418

    • -3
    • +3
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 73 more files in changeset.
reverted changes from rev 1009 for Tests projects in order to keep paths for the test-data files. Also they are not important to keep in Solution\bin folder. UMLs project reverted as well. Related to Issue [WTI-148]

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

Former-commit-id: b5e875391c3b9f3c190b7078802e7bb704520924

    • -3
    • +3
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 35 more files in changeset.
all projects are build into SolutionDir\bin directory. Installer is also redirected to this dir. Related to Issue [WTI-148]

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

Former-commit-id: b930a00c4632ec165638f460385728583e825e17

    • -3
    • +3
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 71 more files in changeset.
Prevent .pdb getting copied for anything but Debug in test projects. Related to Issue [WTI-64]

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

Former-commit-id: 7120d5b1b5e117098f2ef37a9cd2805a970d195d

    • -2
    • +2
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 29 more files in changeset.
Prevent .pdb getting copied for anything but Debug in non-test projects. Related to Issue [WTI-64]

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

Former-commit-id: 3d3b918e38ffd9aa7f0ddb2fd417fe09daed7326

    • -2
    • +2
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 54 more files in changeset.
* Renamed PipingCalculation to PipingCalculator and updated related classes. Related to Issue [WTI-171]

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

Former-commit-id: 173f131989cfaf2a5e33653a7134927b649be20d

  1. … 22 more files in changeset.
* Removed Ringtoets.Piping.Calculation.Piping ** Moved files in that namespace up 1 'directory' Related to Issue [WTI-171]

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

Former-commit-id: bfd2705550971b51914f4ad3aab1a0e978d606ff

  1. … 38 more files in changeset.
Moved *nunit.framework* (from 2.5.11) to NUGet (to version 2.6.4) - Fixed incorrect order of *SoilProfiles* and *SurfaceLines*. With the older version of NUnit, the test failed to identify this incorrect order Related to Issue [WTI-100]

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

Former-commit-id: 63d5be1e75f3e481c99b802445511d545c4cd668

    • -0
    • +3
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 59 more files in changeset.
* Optimised Ringtoets project references. Related to Issue [WTI-165]

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

Former-commit-id: 2a464381dedc7c45cd22e40d28437301dd12eefc

    • -4
    • +0
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 26 more files in changeset.
* Implemented review comments of WTI-Review-130: ** Fixed output paths for projects; ** Removed unsupported configurations; ** Improved comments. Related to Issue [WTI-139]

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

Former-commit-id: c9e89aad465317fe084794b2643f5ba36cbdc489

    • -1
    • +1
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 59 more files in changeset.
* Created new configuration CreateInstallerWithDemoProject * Create Ringtoets.Demo project to add testing utils to the application ** Testing utils only available in Debug, Release and CreateInstallerWithDemoProject configurations, through the INCLUDE_DEMOPROJECT preprocessor symbol

Related to Issue [WTI-139]

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

Former-commit-id: 148370829781060c53c54af79d47d20e201453f3

    • -0
    • +9
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
  1. … 75 more files in changeset.
Added SoilLayer1D as object representing database data and for transforming it to ringtoets piping data. Reverted double value for IsAquifer in PipingSoilLayer to boolean. Related to Issue [WTI-27]

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

Former-commit-id: acf55d33339f407a25ed9a3abc0b538b80b34dd4

  1. … 15 more files in changeset.
Added integrationtests for importing .soil files and creating PipingProfile (kernel input) from it. Changed type of PipingSoilLayer.IsAquifer from bool to double, as this is the type which is saved to the database. Transforming the double to a boolean is now handled in hte PipingProfileCreator. Fixed bug for when database contains no property values. Related to Issue [WTI-28]

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

Former-commit-id: e8372b08ebf92d989ded859115bcc5f1c9df6028

  1. … 21 more files in changeset.
Updated documentation of Piping/PipingProfileCreator Prevented leakage in tests Made use of the PipingNodePresenterBase for PipingSoilProfileCollectionNodePresenter Extracted ReadResult as a common result of the PipingSurfaceLinesCsvImporter and PipingSoilProfilesImporter

Related to Issue [WTI-27]

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

Former-commit-id: cb200f3e05eb3baab486a23d9824b1ea6a080429

  1. … 14 more files in changeset.
- Fixed names in assemblies - Internal classes in Core.Common.Control.Swf made public, for internal no longer suffices Related to Issue [WTI-92]

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

Former-commit-id: 4fe77264a6671b1c64a0ad84b2dc2e0b78f74c4d

  1. … 50 more files in changeset.
Added requirement of a Layer which has the property IsAquifer true. Requirement set by piping kernel. Refactored the SoilProfileReader so that it can be used to read profiles one at a time. Updated databases to reflect the requirement of IsAquifer. Updated queries used to gather all the soil profile information. Related to Issue [WTI-27]

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

Former-commit-id: d2601b8442159e74e4cedd469eee5d3f3d99ce92

  1. … 29 more files in changeset.
Merged revision(s) from branches/0.5.0.0461: Related to Issue [WTI-92]

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

Former-commit-id: c77f919dd86664474244af27a39295d55589d0ab

    • -0
    • +35
    ./Properties/AssemblyInfo.cs
    • -0
    • +67
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
    • -0
    • +139
    ./TestPipingInput.cs
    • -0
    • +10
    ./TestPipingSoilProfile.cs
  1. … 4835 more files in changeset.
Merged revision(s) 480 from trunk/src/Plugins/Ringtoets/Piping: Added validation for required soil profile selection. Added SoilProfile as Piping calculation input. Use SoilProfile in a piping calculation. Ordered layers when creating the PipingProfile. Added IsAquifer property, but is not yet read from database. Updated testinputs to contain valid soil profile and surface line combinations. Related to Issue WTI-27 ........ Related to Issue [WTI-92]

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

Former-commit-id: 4e3dd7bc2e6b158725347d71c4de4d00c69b50ec

  1. … 22 more files in changeset.
Solution can be build without errors after namespace changes - NOTE: Resharper still has 21 errors Related to Issue [WTI-92]

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

Former-commit-id: 5812111d2fd060d5e55769d7204ebe52cecb945e

  1. … 1180 more files in changeset.
- Moved almost all projects to their new location Only test projects remain Related to Issue [WTI-92]

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

Former-commit-id: c185e6c39ddf027192b7941455855a3cebac9cfc

    • -0
    • +35
    ./Properties/AssemblyInfo.cs
    • -0
    • +67
    ./Ringtoets.Piping.Calculation.TestUtil.csproj
    • -0
    • +109
    ./TestPipingInput.cs
    • -0
    • +11
    ./TestPipingSoilProfile.cs
  1. … 4004 more files in changeset.