Ringtoets.AssemblyTool.KernelWrapper.TestUtil

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup WTI-1789

    • -5
    • +5
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorStub.cs
  1. … 10 more files in changeset.
Incorporated comments review 3108:

- Fixed test, because it was calling the wrong overload

- Introduced additional input tracking parameter as a FailureMechanism N is not the same as a FailureMechanismSection N

WTI-1782

    • -2
    • +7
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorStub.cs
  1. … 2 more files in changeset.
Incorporated comments review 3105:

- Renamed categoryLimits --> categories

WTI-1763

    • -3
    • +3
    ./Kernels/Assembly/FailureMechanismAssemblyKernelStub.cs
  1. … 5 more files in changeset.
Incorporated comments review 3105:

- Ran Cleanup

- Merged properties into a single property as on calling side it is still possible to determine which function was called

- Cleaned up src and tests by extracting common knowledge in separate functions

- Updated XMLDoc

WTI-1763

    • -1
    • +1
    ./CombinedFailureMechanismSectionsInputAssert.cs
  1. … 8 more files in changeset.
Cleanup:

- Renamed tracking properties of the calculatorstub

WTI-1782

    • -6
    • +6
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorStub.cs
  1. … 2 more files in changeset.
Added overload to the DetailedAssemblyResult:

- Pulled overloaded function up to interface definition

-- Fixed calculator stub

WTI-1782

    • -0
    • +31
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorStub.cs
  1. … 2 more files in changeset.
Cleanup:

- Added missing asserts

- Editorial changes

WTI-1763

    • -6
    • +6
    ./CombinedFailureMechanismSectionsInputAssert.cs
    • -1
    • +2
    ./Kernels/Assembly/CombinedFailureMechanismSectionAssemblyKernelStub.cs
  1. … 12 more files in changeset.
Fixed failing tests:

- Removed obsolete property

- Added ranges to satisfy constraints for 'N'

WTI-1763

    • -5
    • +0
    ./Kernels/Assembly/AssessmentSectionAssemblyKernelStub.cs
  1. … 2 more files in changeset.
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.