Ringtoets.AssemblyTool.KernelWrapper.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improve assembly error message translator and add tests WTI-1671

    • -0
    • +84
    ./AssemblyErrorMessageTranslatorTest.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.Test.csproj
  1. … 1 more file in changeset.
Improvements after review. WTI-1683

    • -1
    • +1
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorTest.cs
    • -39
    • +24
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorTest.cs
    • -0
    • +68
    ./Creators/AssemblyCalculatorInputCreatorTest.cs
    • -2
    • +3
    ./Creators/CombinedFailureMechanismSectionAssemblyCreatorTest.cs
    • -2
    • +2
    ./Creators/FailureMechanismSectionListCreatorTest.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.Test.csproj
  1. … 8 more files in changeset.
Removed Combined assembly failure mechanism input since its parameters are unused in the kernel. WTI-1683

    • -10
    • +10
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorTest.cs
    • -14
    • +8
    ./Creators/FailureMechanismSectionListCreatorTest.cs
  1. … 12 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
    ./Creators/FailureMechanismSectionAssemblyCalculatorInputCreatorTest.cs
  1. … 2 more files in changeset.
Cleanup calculator tests. WTI-1683

    • -3
    • +6
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorTest.cs
    • -8
    • +7
    ./Calculators/Assembly/FailureMechanismAssemblyCalculatorTest.cs
    • -20
    • +20
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorTest.cs
Implemented calculator method. WTI-1683

    • -0
    • +178
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorTest.cs
  1. … 3 more files in changeset.
Introduced assert helper. WTI-1683

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

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

    • -0
    • +161
    ./Creators/FailureMechanismSectionListCreatorTest.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.Test.csproj
  1. … 2 more files in changeset.
Cleanup WTI-1594

    • -9
    • +3
    ./Creators/AssemblyCategoryCreatorTest.cs
  1. … 2 more files in changeset.
Add method WBI-1-1 to the kernel wrapper WTI-1594

    • -0
    • +81
    ./Calculators/Categories/AssemblyCategoriesCalculatorTest.cs
    • -1
    • +79
    ./Creators/AssemblyCategoryCreatorTest.cs
  1. … 8 more files in changeset.
Update assemblytool and column builder WTI-1693

    • -6
    • +6
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorTest.cs
    • -16
    • +15
    ./Creators/FailureMechanismSectionAssemblyCalculatorInputCreatorTest.cs
  1. … 7 more files in changeset.
Use the extracted assembly failure mechanism section in the CombinedAssembly. WTI-1683

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

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

WTI-1681

    • -17
    • +2
    ./Creators/AssemblyCategoryCreatorTest.cs
    • -8
    • +2
    ./Creators/AssessmentSectionAssemblyCreatorTest.cs
  1. … 4 more files in changeset.
Exposed kernel in factory. WTI-1683

    • -4
    • +17
    ./Kernels/AssemblyToolKernelFactoryTest.cs
  1. … 4 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
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorTest.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
    • +17
    ./Calculators/AssemblyToolCalculatorFactoryTest.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
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorTest.cs
  1. … 2 more files in changeset.
Exposed kernel methods that are relevant for assembling the assessment section

WTI-1681

    • -0
    • +64
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorTest.cs
  1. … 1 more file in changeset.
Introduced conversions from the RT objects to kernel input objects for the calculators:

WTI-1681

    • -0
    • +84
    ./Creators/AssessmentSectionAssemblyInputCreatorTest.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
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorTest.cs
  1. … 2 more files in changeset.
- Cleaned up tests - Added missing XMLDoc

WTI-1681

    • -18
    • +19
    ./Creators/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

    • -8
    • +46
    ./Creators/AssemblyCategoryCreatorTest.cs
    • -0
    • +86
    ./Creators/AssessmentSectionAssemblyCreatorTest.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.Test.csproj
  1. … 3 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
    • +32
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorExceptionTest.cs
    • -0
    • +263
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculatorTest.cs
    • -0
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.Test.csproj
  1. … 5 more files in changeset.
Introduce calculator method for manual assembly WTI-1677

    • -0
    • +261
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculatorTest.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
    ./Creators/AssessmentSectionAssemblyInputCreatorTest.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.Test.csproj
  1. … 2 more files in changeset.
Review related changes, renames, signature changes and test improvements WTI-1677

    • -27
    • +28
    ./Calculators/Assembly/FailureMechanismAssemblyCalculatorTest.cs
    • -20
    • +18
    ./Creators/FailureMechanismAssemblyCreatorTest.cs
  1. … 28 more files in changeset.
Added kernel stubs for the WBI-2* assembly tool methods: - Extended AssemblyToolKernelFactory and connected it with the corresponding kernels

WTI-1681

    • -0
    • +13
    ./Kernels/AssemblyToolKernelFactoryTest.cs
  1. … 4 more files in changeset.
Cleanup WTI-1677

    • -14
    • +12
    ./Calculators/Assembly/FailureMechanismAssemblyCalculatorTest.cs
  1. … 2 more files in changeset.