Ringtoets.AssemblyTool.KernelWrapper.TestUtil

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed compilation errors on the FailureMechanismSectionAssemblyCalculator:

- Corrected function call due to changed function call in calculating the category limits

WTI-1763

    • -3
    • +22
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorStub.cs
  1. … 4 more files in changeset.
Fixed compilation errors on the AssemblyCategoriesCalculator:

- Modified function arguments for WBI02, it only requires a contribution, a norm and an N value to calculate the categories.

WTI-1763

    • -2
    • +22
    ./Calculators/Categories/AssemblyCategoriesCalculatorStub.cs
  1. … 4 more files in changeset.
Fixed compilation errors for the AssessmentSectionAssemblyCalculator

- Changed return and function arguments to adhere to the new kernel API

-- Fixed ICalculator and stubs. Calculator and its tests were already fixed as part of rev. 8ab2faf07b8a06b705b156aec092eecc8e70cbb8

WTI-1763

    • -12
    • +12
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorStub.cs
  1. … 2 more files in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed A1 related functions

-- Added property to explicitly set the result of A1. Setting indirect assembly results will fail due to:

--- Invalid cast when input arguments are DirectResult

--- Resulting NULL values on the input arguments --> hence can be verified that the wrong input arguments were used

WTI-1763

    • -15
    • +13
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed errors related to T7 functions

WTI-1763

    • -9
    • +7
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed T5 related functions.

WTI-1763

    • -7
    • +5
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed T3 related functions.

WTI-1763

    • -9
    • +7
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed G3 related functions

WTI-1763

    • -7
    • +5
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed G5 related errors

WTI-1763

    • -12
    • +23
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanism Assembly kernel stub. WTI-1763

    • -9
    • +16
    ./Kernels/Assembly/FailureMechanismAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the AssessmentSectionAssembly kernel stub

- Added input to track what was passed through -->consequence of API changes

- Cleaned up tests

WTI-1763

    • -20
    • +31
    ./Kernels/Assembly/AssessmentSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the CategoriesKernelStub:

- Expanded stub to keep track which function was called

- Added test factory to create valid instances of CategoriesList<T> to prevent repeating the same construction every time.

WTI-1763

    • -0
    • +68
    ./CategoriesListTestFactory.cs
    • -0
    • +5
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 3 more files in changeset.
Fixing compilation errors stubs:

- Fixed CommonFailureMechanismSectionAssemblyKernelStub

-- Formatted code

WTI-1763

    • -0
    • +17
    ./Kernels/Assembly/CombinedFailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compiling errors in test helpers for Asserting. WTI-1763

    • -1
    • +1
    ./CombinedFailureMechanismSectionAssemblyAssert.cs
    • -2
    • +2
    ./CombinedFailureMechanismSectionsInputAssert.cs
Incorporated comments review 2951: - Editorial - Cleaned up test

WTI-1723

    • -1
    • +2
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorStub.cs
  1. … 1 more file in changeset.
Add extra calculator method for combined assembly for failure mechanisms with only simple and tailor made assessment WTI-1723

    • -0
    • +18
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorStub.cs
  1. … 4 more files in changeset.
Incorporated comments review 2940 - introduce 3 context objects: - Adjusted the calculator stub to clearly distinguish which of the failure mechanism assembly category calculator methods is being called

WTI-1540

    • -5
    • +10
    ./Calculators/Categories/AssemblyCategoriesCalculatorStub.cs
  1. … 2 more files in changeset.
Implement new combined assembly calculator methods in calculator stub WTI-1723

    • -0
    • +29
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorStub.cs
  1. … 1 more file in changeset.
Rename Geotechnic->Geotechnical WTI-1541

    • -1
    • +1
    ./Calculators/Categories/AssemblyCategoriesCalculatorStub.cs
  1. … 15 more files in changeset.
Implemented assembly kernel v1.1. WTI-1696

    • -0
    • +1
    ./CombinedFailureMechanismSectionsInputAssert.cs
    • -7
    • +16
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 11 more files in changeset.
Implement review comments. Update asserts, rename AssemblyErrorMessageTranslator, update test names and update method names WTI-1671

    • -4
    • +4
    ./Kernels/Assembly/AssessmentSectionAssemblyKernelStub.cs
    • -3
    • +3
    ./Kernels/Assembly/FailureMechanismAssemblyKernelStub.cs
    • -13
    • +13
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 16 more files in changeset.
Cleanup WTI-1671

    • -5
    • +5
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorStub.cs
    • -1
    • +1
    ./Calculators/Assembly/FailureMechanismAssemblyCalculatorStub.cs
    • -1
    • +1
    ./CombinedFailureMechanismSectionsInputAssert.cs
  1. … 7 more files in changeset.
Add error message translation to the assembly categories calculator/kernel WTI-1671

  1. … 3 more files in changeset.
Add error message translation to the assessment section assembly calculator WTI-1671

    • -14
    • +24
    ./Kernels/Assembly/AssessmentSectionAssemblyKernelStub.cs
    • -3
    • +14
    ./Kernels/Assembly/CombinedFailureMechanismSectionAssemblyKernelStub.cs
  1. … 4 more files in changeset.
Add error message translation to the failure mechanism calculator and kernel stub WTI-1671

    • -9
    • +22
    ./Kernels/Assembly/FailureMechanismAssemblyKernelStub.cs
  1. … 3 more files in changeset.
Add ThrowAssemblyExceptionOnCalculate to failure mechanism section kernel stub WTI-1671

    • -49
    • +32
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Improvements after review. WTI-1683

    • -38
    • +11
    ./CombinedFailureMechanismSectionAssemblyAssert.cs
    • -8
    • +9
    ./CombinedFailureMechanismSectionsInputAssert.cs
  1. … 11 more files in changeset.
Improved calculator stub. WTI-1684

    • -4
    • +2
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorStub.cs
  1. … 1 more file in changeset.
Removed Combined assembly failure mechanism input since its parameters are unused in the kernel. WTI-1683

    • -2
    • +2
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorStub.cs
    • -7
    • +5
    ./CombinedFailureMechanismSectionsInputAssert.cs
  1. … 12 more files in changeset.
Implement review comments, update xmldoc and adapt assemblytool tests WTI-1594

    • -1
    • +1
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorStub.cs
    • -1
    • +1
    ./Calculators/Assembly/FailureMechanismAssemblyCalculatorStub.cs
    • -2
    • +2
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorStub.cs
    • -2
    • +2
    ./Calculators/Categories/AssemblyCategoriesCalculatorStub.cs
    • -1
    • +1
    ./Kernels/Assembly/AssessmentSectionAssemblyKernelStub.cs
    • -1
    • +1
    ./Kernels/Assembly/CombinedFailureMechanismSectionAssemblyKernelStub.cs
    • -1
    • +1
    ./Kernels/Assembly/FailureMechanismAssemblyKernelStub.cs
    • -1
    • +1
    ./Kernels/Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 3 more files in changeset.