Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Removed unused krenel interface and kernelWrapperException. * Renamed KernelWrapperFactory to KernelFactory. WTI-1618

    • -4
    • +4
    ./Kernels/AssemblyToolKernelFactoryConfigTest.cs
  1. … 16 more files in changeset.
Improved TestAssemblyToolCalculatorFactory. WTI-1618

    • -1
    • +0
    ./Calculators/Assessments/FailureMechanismSectionAssessmentAssemblyCalculatorStubTest.cs
    • -7
    • +8
    ./Calculators/TestAssemblyToolCalculatorFactoryTest.cs
  1. … 1 more file in changeset.
Introduced stub for FailureMechanismSectionAssessmentAssemblyCalculator. WTI-1618

    • -0
    • +133
    ./Calculators/Assessments/FailureMechanismSectionAssessmentAssemblyCalculatorStubTest.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 2 more files in changeset.
Removed redundant AssemblyTool data project. WTI-1618

    • -4
    • +0
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 12 more files in changeset.
Implemented new kernel and refactored categories calculation. WTI-1618

    • -16
    • +17
    ./Calculators/Categories/AssemblyCategoriesCalculatorStubTest.cs
    • -1
    • +0
    ./Calculators/TestAssemblyToolCalculatorFactoryTest.cs
    • -18
    • +25
    ./Kernels/Categories/AssemblyCategoriesKernelStubTest.cs
    • -2
    • +2
    ./Kernels/TestAssemblyToolKernelFactoryTest.cs
    • -0
    • +4
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 40 more files in changeset.
* Added kernel factory to calculator. * Added method to calculator factory for creating the calculator. WTI-1618

    • -0
    • +15
    ./Calculators/TestAssemblyToolCalculatorFactoryTest.cs
  1. … 6 more files in changeset.
Incorporated comments review 2434: - Removed unused "using" - Fixed typo

WTI-1558

    • -8
    • +5
    ./Calculators/TestAssemblyToolCalculatorFactoryTest.cs
  1. … 1 more file in changeset.
Improvements after review. WTI-1558

    • -1
    • +1
    ./Calculators/AssemblyToolCalculatorFactoryConfigTest.cs
    • -3
    • +7
    ./Calculators/Categories/AssemblyCategoriesCalculatorStubTest.cs
    • -4
    • +3
    ./Calculators/TestAssemblyToolCalculatorFactoryTest.cs
  1. … 23 more files in changeset.
Added throwing exception to calculator stub. WTI-1558

    • -2
    • +39
    ./Calculators/Categories/AssemblyCategoriesCalculatorStubTest.cs
  1. … 1 more file in changeset.
Added throwing exception to kernel wrapper and stub. WTI-1558

    • -2
    • +26
    ./Kernels/Categories/AssemblyCategoriesKernelStubTest.cs
  1. … 3 more files in changeset.
Implemented calculation service. WTI-1558

    • -3
    • +18
    ./Calculators/Categories/AssemblyCategoriesCalculatorStubTest.cs
  1. … 5 more files in changeset.
Improved calculator stub. WTI-1558

    • -0
    • +15
    ./Calculators/Categories/AssemblyCategoriesCalculatorStubTest.cs
  1. … 1 more file in changeset.
- Removed Boundaries result as we can just return an ienumerable of categories - Renamed CategoryBoundaries to Categories. WTI-1558

    • -0
    • +58
    ./Calculators/Categories/AssemblyCategoriesCalculatorStubTest.cs
    • -57
    • +0
    ./Calculators/CategoryBoundaries/AssemblyCategoryBoundariesCalculatorStubTest.cs
    • -7
    • +7
    ./Calculators/TestAssemblyToolCalculatorFactoryTest.cs
    • -0
    • +92
    ./Kernels/Categories/AssemblyCategoriesKernelStubTest.cs
    • -5
    • +5
    ./Kernels/TestAssemblyToolKernelFactoryTest.cs
    • -2
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 51 more files in changeset.
Refactored kernelWrapper - Only expose calculate method. WTI-1558

    • -0
    • +3
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 5 more files in changeset.
Added properties and calculate method to kernelWrapper. WTI-1558

  1. … 3 more files in changeset.
Introduced CalculateAssessmentSectionCategories on calculator. WTI-1558

    • -0
    • +15
    ./Calculators/CategoryBoundaries/AssemblyCategoryBoundariesCalculatorStubTest.cs
  1. … 4 more files in changeset.
Removed passing the input when creating the calculator. WTI-1558

    • -5
    • +3
    ./Calculators/TestAssemblyToolCalculatorFactoryTest.cs
  1. … 6 more files in changeset.
Introduced factory config for kernel. WTI-1558

    • -6
    • +10
    ./Calculators/TestAssemblyToolCalculatorFactoryTest.cs
    • -0
    • +67
    ./Kernels/AssemblyToolKernelFactoryConfigTest.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 3 more files in changeset.
Introduced factory config for calculator. WTI-1558

    • -0
    • +67
    ./Calculators/AssemblyToolCalculatorFactoryConfigTest.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 3 more files in changeset.
Fixed nunit version. WTI-1558

    • -2
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
Implemented calculator factory. WTI-1558

    • -0
    • +42
    ./Calculators/CategoryBoundaries/AssemblyCategoryBoundariesCalculatorStubTest.cs
    • -0
    • +62
    ./Calculators/TestAssemblyToolCalculatorFactoryTest.cs
    • -0
    • +6
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 9 more files in changeset.
Introduced stubs. WTI-1558

    • -0
    • +41
    ./Kernels/CategoryBoundaries/AssemblyCategoryBoundariesKernelStubTest.cs
    • -0
    • +56
    ./Kernels/TestAssemblyToolKernelFactoryTest.cs
    • -0
    • +16
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 5 more files in changeset.
Added TestUtil project for AssemblyToolKernelWrapper. WTI-1558

    • -0
    • +25
    ./Properties/AssemblyInfo.cs
    • -0
    • +21
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test.csproj
  1. … 7 more files in changeset.