Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed compilation errors for the message creators

- Removed obsolete enum value and behaviour

- Added 2 (theoretical) enum values and behaviour

WTI-1763

  1. … 3 more files in changeset.
Fixed creator tests

- Removed obsolete test, because failure FailureMechanismResult requires 2 constructor arguments.

WTI-1763

    • -14
    • +0
    ./FailureMechanismAssemblyCreatorTest.cs
    • -1
    • +1
    ./FailureMechanismSectionListCreatorTest.cs
Fixes compilation errors on AssessmentSectionAssemblyCalculator

- Removed obsolete creators related to the AssessmentSectionAssemblyResult and AssemblyResult

WTI-1763

    • -80
    • +0
    ./AssessmentSectionAssemblyCreatorTest.cs
    • -69
    • +0
    ./AssessmentSectionAssemblyInputCreatorTest.cs
  1. … 4 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

    • -0
    • +24
    ./AssessmentSectionAssemblyInputCreatorTest.cs
  1. … 3 more files in changeset.
Introduced overload to be able to create FailureMechanismSectionResults based on outputs from the kernel with and without probability. WTI-1763

    • -19
    • +45
    ./FailureMechanismSectionAssemblyCreatorTest.cs
  1. … 1 more file in changeset.
Adjusted the input for failure mechanism sections creator.

- Changed return type of direct results with probabilities.

WTI-1763

    • -2
    • +1
    ./FailureMechanismSectionAssemblyCalculatorInputCreatorTest.cs
  1. … 1 more file in changeset.
Fixed compilation errors for creating categories for FailureMechanismSections:

- Adjusted calculator and creator method

WTI-1763

    • -12
    • +12
    ./AssemblyCategoryCreatorTest.cs
  1. … 2 more files in changeset.
Fixed compilation errors for creating categories for FailureMechanism:

- Adjusted calculator and creator method

WTI-1763

    • -12
    • +12
    ./AssemblyCategoryCreatorTest.cs
  1. … 2 more files in changeset.
Fixed compilation errors for creating categories on AssessmentSection level:

- Adjusted calculator and creator method

WTI-1763

    • -18
    • +12
    ./AssemblyCategoryCreatorTest.cs
  1. … 2 more files in changeset.
Geimporteerd -> geïmporteerd. WTI-1724

  1. … 3 more files in changeset.
Changed error message. WTI-1724

  1. … 3 more files in changeset.
Moved AssemblyErrorMessageCreator to creators folder. WTI-1724

    • -0
    • +132
    ./AssemblyErrorMessageCreatorTest.cs
  1. … 6 more files in changeset.
Implemented assembly kernel v1.1. WTI-1696

    • -2
    • +2
    ./AssessmentSectionAssemblyInputCreatorTest.cs
    • -2
    • +2
    ./CombinedFailureMechanismSectionAssemblyCreatorTest.cs
    • -1
    • +1
    ./FailureMechanismSectionAssemblyCalculatorInputCreatorTest.cs
  1. … 10 more files in changeset.
Cleanup WTI-1671

    • -2
    • +1
    ./CombinedFailureMechanismSectionAssemblyCreatorTest.cs
  1. … 9 more files in changeset.
Improvements after review. WTI-1683

    • -0
    • +68
    ./AssemblyCalculatorInputCreatorTest.cs
    • -2
    • +3
    ./CombinedFailureMechanismSectionAssemblyCreatorTest.cs
    • -2
    • +2
    ./FailureMechanismSectionListCreatorTest.cs
  1. … 11 more files in changeset.
Removed Combined assembly failure mechanism input since its parameters are unused in the kernel. WTI-1683

    • -14
    • +8
    ./FailureMechanismSectionListCreatorTest.cs
  1. … 13 more files in changeset.
Incorporated comments review 2816 and 2817: - Updated XMLDoc - Cleaned up tests - Cleaned up source file

Paired with ~carloslubbers

WTI-1693

    • -4
    • +4
    ./FailureMechanismSectionAssemblyCalculatorInputCreatorTest.cs
  1. … 2 more files in changeset.
Introduced assert helper. WTI-1683

    • -52
    • +15
    ./CombinedFailureMechanismSectionAssemblyCreatorTest.cs
  1. … 2 more files in changeset.
Introduced assert helper. WTI-1683

    • -52
    • +10
    ./FailureMechanismSectionListCreatorTest.cs
  1. … 2 more files in changeset.
Implemented creator for creating kernel input. WTI-1683

    • -0
    • +161
    ./FailureMechanismSectionListCreatorTest.cs
  1. … 3 more files in changeset.
Cleanup WTI-1594

  1. … 2 more files in changeset.
Add method WBI-1-1 to the kernel wrapper WTI-1594

  1. … 9 more files in changeset.
Update assemblytool and column builder WTI-1693

    • -16
    • +15
    ./FailureMechanismSectionAssemblyCalculatorInputCreatorTest.cs
  1. … 8 more files in changeset.
Use the extracted assembly failure mechanism section in the CombinedAssembly. WTI-1683

    • -3
    • +3
    ./CombinedFailureMechanismSectionAssemblyCreatorTest.cs
  1. … 5 more files in changeset.
Introduced creator for to convert kernel output to CombinedFailureMechanismSectionAssembly. WTI-1683

    • -0
    • +135
    ./CombinedFailureMechanismSectionAssemblyCreatorTest.cs
  1. … 3 more files in changeset.
Incorporated comments review 2770: - Extracted testhelper for testing conversions between EAssessmentGrade and AssessmentSectionAssemblyCategoryGroup -- Replaced calls where applicable

WTI-1681

    • -8
    • +2
    ./AssessmentSectionAssemblyCreatorTest.cs
  1. … 4 more files in changeset.
Introduced conversions from the RT objects to kernel input objects for the calculators:

WTI-1681

    • -0
    • +84
    ./AssessmentSectionAssemblyInputCreatorTest.cs
  1. … 1 more file in changeset.
- Cleaned up tests - Added missing XMLDoc

WTI-1681

    • -18
    • +19
    ./AssessmentSectionAssemblyInputCreatorTest.cs
  1. … 1 more file in changeset.
Introduced converter to go from kernel output to RT output: - Modified accessibility of the AssemblyCategoryCreator converter: conversion/creation needs to be publicly accessible to convert the results by the kernel

WTI-1681

    • -0
    • +86
    ./AssessmentSectionAssemblyCreatorTest.cs
  1. … 4 more files in changeset.
Added creator to go from the RT / common data model to the kernel data model

WTI-1681

    • -0
    • +121
    ./AssessmentSectionAssemblyInputCreatorTest.cs
  1. … 3 more files in changeset.