AssessmentSectionAssemblyCalculatorTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets --> Riskeer in test/Ringtoets.AssemblyTool : WTI-1931

- Renamed directory of KernelWrapper.Test

    • -817
    • +0
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 44 more files in changeset.
Renamed Ringtoets --> Riskeer in test/Ringtoets.AssemblyTool : WTI-1931

- Adjusted namespace of the .KernelWrapper.Test

    • -1
    • +1
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 18 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespace of the KernelWrapper

    • -3
    • +3
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 209 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespaces in .Data project

    • -1
    • +1
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 376 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 6095 more files in changeset.
Use FailureProbabilityMarginFactor from AssessmentSection in Assembly. WTI-1844

    • -11
    • +13
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 6 more files in changeset.
Change factor for method 2B-1 to 0.58 WTI-1830

    • -1
    • +1
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 1 more file in changeset.
Cleanup:

- Added missing asserts

- Editorial changes

WTI-1763

    • -2
    • +3
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 13 more files in changeset.
Fixed failing tests:

- Removed obsolete property

- Added ranges to satisfy constraints for 'N'

WTI-1763

    • -3
    • +5
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 2 more files in changeset.
Fixes compilation errors on AssessmentSectionAssemblyCalculator

-Exposed converter of the input creator to allow conversions between the kernel and RT data values

- Fixed calls. WBI-11 should be called with a fixed contribution of 0.54 when determining the category limits

WTI-1763

WTI-1763

    • -54
    • +56
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 3 more files in changeset.
Implemented assembly kernel v1.1. WTI-1696

    • -4
    • +4
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 12 more files in changeset.
Implement review comments. Update asserts, rename AssemblyErrorMessageTranslator, update test names and update method names WTI-1671

    • -20
    • +20
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 19 more files in changeset.
Add generic error message for exceptions not thrown by the kernel WTI-1671

    • -36
    • +24
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 9 more files in changeset.
Add error message translation to the assessment section assembly calculator WTI-1671

    • -4
    • +126
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 5 more files in changeset.
Improvements after review. WTI-1683

    • -1
    • +1
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 13 more files in changeset.
Removed Combined assembly failure mechanism input since its parameters are unused in the kernel. WTI-1683

    • -10
    • +10
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 13 more files in changeset.
Cleanup calculator tests. WTI-1683

    • -3
    • +6
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 2 more files in changeset.
Implemented calculator method. WTI-1683

    • -0
    • +178
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 3 more files in changeset.
Replaced AssessmentCategoriesInput with double inputs: - Assembling failure mechanisms does not require other values besides the lower limit norm and the signaling norm -- Adjusted interface and stub accordingly

WTI-1681

    • -17
    • +24
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 4 more files in changeset.
- Exposed kernel output that is relevant for assembling the assessment section: - Adjusted interface to expose the calculator function

WTI-1681

    • -0
    • +85
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 2 more files in changeset.
Exposed kernel methods that are relevant for assembling the assessment section

WTI-1681

    • -0
    • +64
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 1 more file in changeset.
Introduced conversions from the kernel output objects to RT objects in the calculators: - Adjusted interface

WTI-1681

    • -5
    • +105
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 2 more files in changeset.
Exposed kernel methods that are relevant for assembling the failure mechanisms: - Introduced custom exception to wrap all exceptions that can occur in the assembly tool layer - Introduced interface to make the calculator stubbable for future applications

WTI-1681

    • -0
    • +263
    ./AssessmentSectionAssemblyCalculatorTest.cs
  1. … 7 more files in changeset.