Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed failing tests:

- Fixed failed kernel stub tests

- Fixed test factory

WTI-1763

    • -3
    • +3
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 4 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

    • -7
    • +17
    ./Assembly/FailureMechanismSectionAssemblyCalculatorStubTest.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

    • -7
    • +23
    ./Categories/AssemblyCategoriesCalculatorStubTest.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

    • -21
    • +21
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 2945: - Added initial value checks - Removed redundant asserts

WTI-1723

    • -5
    • +6
    ./Assembly/FailureMechanismSectionAssemblyCalculatorStubTest.cs
Add extra calculator method for combined assembly for failure mechanisms with only simple and tailor made assessment WTI-1723

    • -0
    • +72
    ./Assembly/FailureMechanismSectionAssemblyCalculatorStubTest.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

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

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

    • -8
    • +8
    ./Categories/AssemblyCategoriesCalculatorStubTest.cs
  1. … 15 more files in changeset.
Improved calculator stub. WTI-1684

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

    • -4
    • +4
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 13 more files in changeset.
Implement review comments, update xmldoc and adapt assemblytool tests WTI-1594

    • -25
    • +32
    ./Categories/AssemblyCategoriesCalculatorStubTest.cs
  1. … 11 more files in changeset.
Changed input parameter of calculator stub. WTI-1683

    • -4
    • +4
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 1 more file in changeset.
Changed input parameters of calculator stub. WTI-1683

    • -5
    • +10
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 1 more file in changeset.
Add method WBI-1-1 to the kernel wrapper WTI-1594

    • -5
    • +112
    ./Categories/AssemblyCategoriesCalculatorStubTest.cs
  1. … 9 more files in changeset.
Update assemblytool and column builder WTI-1693

    • -9
    • +9
    ./Assembly/FailureMechanismSectionAssemblyCalculatorStubTest.cs
  1. … 8 more files in changeset.
Use the extracted assembly failure mechanism section in the CombinedAssembly. WTI-1683

    • -8
    • +11
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 5 more files in changeset.
Implemented calculator stub method for combined failure mechanism sections. WTI-1683

    • -0
    • +82
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2770: - Renamed outputs of calculatorstub - Extracted explicit functions to determine which failure mechanisms belong into which group

WTI-1681

    • -7
    • +7
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 2 more files in changeset.
Rename parameters and update xmldocs WTI-1677

    • -3
    • +3
    ./Assembly/FailureMechanismSectionAssemblyCalculatorStubTest.cs
  1. … 12 more files in changeset.
Implemented AssemblyFactory on AssessmentSection level: - Adjusted calculator stub, as the assembly method on assessment section used the same output as the failure mechanisms --> split output definitions in order to set different output on the two functions. - Updated XMLDoc

WTI-1681

    • -4
    • +4
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.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

    • -16
    • +15
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 4 more files in changeset.
Implemented calculator stub: - Exposed the assessment section assembly calculator through the interface -- Added implementation details for the concrete implementations of the interface

WTI-1681

    • -0
    • +15
    ./TestAssemblyToolCalculatorFactoryTest.cs
  1. … 4 more files in changeset.
Implemented calculator stub: - Implemented functions that assemble the assessment section based on the combined failure mechanism assembly results of group 1, 2, and groups 3 and 4

WTI-1681

    • -1
    • +80
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 1 more file in changeset.
Cleaned up test: - Use an .AreSame() instead of a .AreEqual when verifying that the correct input was passed in the stubbed functions

WTI-1681

    • -3
    • +3
    ./Assembly/FailureMechanismAssemblyCalculatorStubTest.cs
Implemented calculator stub: - Implemented functions that assemble the assessment section based on failure mechanism assembly results

WTI-1681

    • -0
    • +191
    ./Assembly/AssessmentSectionAssemblyCalculatorStubTest.cs
  1. … 3 more files in changeset.
Review related changes to assembly factories, cleanup and use new calculator methods. WTI-1677

    • -4
    • +4
    ./Assembly/FailureMechanismSectionAssemblyCalculatorStubTest.cs
  1. … 39 more files in changeset.
Introduce calculator method for manual assembly WTI-1677

    • -4
    • +171
    ./Assembly/FailureMechanismSectionAssemblyCalculatorStubTest.cs
  1. … 4 more files in changeset.
Review related changes, renames, signature changes and test improvements WTI-1677

    • -22
    • +23
    ./Assembly/FailureMechanismAssemblyCalculatorStubTest.cs
  1. … 29 more files in changeset.
Improve factory methods WTI-1677

    • -1
    • +1
    ./Assembly/FailureMechanismAssemblyCalculatorStubTest.cs
  1. … 24 more files in changeset.