Ringtoets.Common.Data.TestUtil.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -221
    • +0
    ./AssessmentSectionTestHelperTest.cs
    • -50
    • +0
    ./CalculationTestDataFactoryTest.cs
    • -42
    • +0
    ./FailureMechanismContributionTestFactoryTest.cs
    • -63
    • +0
    ./FailureMechanismSectionResultTestFactoryTest.cs
    • -97
    • +0
    ./FailureMechanismSectionTestFactoryTest.cs
    • -88
    • +0
    ./FailureMechanismTestHelperTest.cs
    • -120
    • +0
    ./ForeshoreProfilePermutationHelperTest.cs
    • -53
    • +0
    ./HydraulicBoundaryDatabaseTestHelperTest.cs
    • -119
    • +0
    ./IllustrationPoints/FaultTreeIllustrationPointTestFactoryTest.cs
    • -100
    • +0
    ./IllustrationPoints/TestFaultTreeIllustrationPointTest.cs
    • -59
    • +0
    ./IllustrationPoints/TestGeneralResultFaultTreeIllustrationPointTest.cs
    • -69
    • +0
    ./IllustrationPoints/TestGeneralResultSubMechanismIllustrationPointTest.cs
  1. … 15700 more files in changeset.
Updated logic of the CalculationSettingsFactory: WTI-1925

- Set the file path of the HydraulicBoundaryLocationSettings when there's a file path argument passed.

    • -0
    • +24
    ./AssessmentSectionTestHelperTest.cs
  1. … 1 more file in changeset.
Updated logic of the CalculationSettingsFactory: WTI-1925

- Introduced testhelper to set valid values on the HydraulicLocationConfigurationSettings in order to fix failing tests.

    • -0
    • +53
    ./HydraulicBoundaryDatabaseTestHelperTest.cs
    • -0
    • +1
    ./Ringtoets.Common.Data.TestUtil.Test.csproj
  1. … 2 more files in changeset.
Cleanup: WTI-1923

- Removed test factory:

-- The test files usually already contain their local definitions of creating a valid HydraulicBoundaryCalculationSettings object, no need to redefine it again by means of an external factory.

    • -21
    • +0
    ./HydraulicBoundaryCalculationSettingsTestFactoryTest.cs
    • -1
    • +0
    ./Ringtoets.Common.Data.TestUtil.Test.csproj
  1. … 9 more files in changeset.
Introduced test helpers / utils. WTI-1923

- Introduced helpers to facilitate the testing of:

-- The conversion between Ringtoets and HydraRing objects

    • -0
    • +21
    ./HydraulicBoundaryCalculationSettingsTestFactoryTest.cs
    • -0
    • +1
    ./Ringtoets.Common.Data.TestUtil.Test.csproj
  1. … 4 more files in changeset.
Incorporated review comments. WTI-977

- Reviews 3396, 3397, 3400.

-- Cleanup unused references

-- Renamed test function

Paired with ~tangerma

  1. … 8 more files in changeset.
Improvements after review. WTI-977

  1. … 6 more files in changeset.
Added extra test factory method. WTI-977

  1. … 1 more file in changeset.
Added extra test helper method. WTI-977

    • -0
    • +21
    ./FailureMechanismTestHelperTest.cs
  1. … 1 more file in changeset.
Fixed tests. WTI-977

  1. … 1 more file in changeset.
Fixed tests. WTI-977

  1. … 1 more file in changeset.
Fixed tests. WTI-977

  1. … 1 more file in changeset.
Removed SectionLength from ProbabilityAssessmentInput. WTI-977

    • -1
    • +0
    ./Probability/TestProbabilityAssessmentInputTest.cs
  1. … 2 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./FailureMechanismContributionTestFactoryTest.cs
    • -1
    • +1
    ./FailureMechanismSectionResultTestFactoryTest.cs
    • -1
    • +1
    ./FailureMechanismSectionTestFactoryTest.cs
    • -1
    • +1
    ./ForeshoreProfilePermutationHelperTest.cs
    • -1
    • +1
    ./IllustrationPoints/FaultTreeIllustrationPointTestFactoryTest.cs
    • -1
    • +1
    ./IllustrationPoints/TestFaultTreeIllustrationPointTest.cs
    • -1
    • +1
    ./IllustrationPoints/TestGeneralResultFaultTreeIllustrationPointTest.cs
    • -1
    • +1
    ./IllustrationPoints/TestGeneralResultSubMechanismIllustrationPointTest.cs
    • -1
    • +1
    ./IllustrationPoints/TestIllustrationPointTest.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Performed for Ringtoets.Common.Data and its tests and TestUtil projects

WTI-1767

    • -3
    • +2
    ./ForeshoreProfilePermutationHelperTest.cs
  1. … 39 more files in changeset.
Cleanup: Removed unused usings. WTI-1767

    • -1
    • +0
    ./FailureMechanismSectionResultTestFactoryTest.cs
  1. … 30 more files in changeset.
Cleanup: Fixed Expression is always null. WTI-1767

  1. … 24 more files in changeset.
Merge branch '1803'

    • -0
    • +1
    ./Ringtoets.Common.Data.TestUtil.Test.csproj
  1. … 1 more file in changeset.
Rename AssessmentSectionHelper -> AssessmentSectionTestHelper WTI-1839

    • -194
    • +0
    ./AssessmentSectionHelperTest.cs
    • -0
    • +194
    ./AssessmentSectionTestHelperTest.cs
    • -1
    • +1
    ./Ringtoets.Common.Data.TestUtil.Test.csproj
  1. … 138 more files in changeset.
Introduced test factory for creating instances of a reference line with geometry. WTI-1803

    • -0
    • +47
    ./ReferenceLineTestFactoryTest.cs
    • -0
    • +1
    ./Ringtoets.Common.Data.TestUtil.Test.csproj
  1. … 2 more files in changeset.
Refactored factory to create exportable AssessmentSection:

- Introduced helper to add a specific amount of failure mechanism sections to a failure mechanism

- Replaced locally defined methods

WTI-1790

    • -0
    • +17
    ./FailureMechanismTestHelperTest.cs
  1. … 3 more files in changeset.
Improvements after review. WTI-1792

  1. … 10 more files in changeset.
Removed redundant test factory method. WTI-1792

    • -38
    • +1
    ./FailureMechanismContributionTestFactoryTest.cs
  1. … 2 more files in changeset.
Fixed tests. WTI-1792

    • -13
    • +0
    ./FailureMechanismContributionTestFactoryTest.cs
Only create observers for contributing failure mechanisms. WTI-1792

  1. … 3 more files in changeset.
Review related changes WTI-1751

  1. … 12 more files in changeset.
Added extra constructor to AssessmentSectionStub. WTI-1792

  1. … 1 more file in changeset.
Exposed contributing failure mechanisms on assessment section. WTI-1792

  1. … 4 more files in changeset.
Refactor section (result) clearing, now uses a template method. WTI-1751

  1. … 40 more files in changeset.
Don't use the test helpers here WTI-1751

  1. … 2 more files in changeset.