Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets --> Riskeer in test/Ringtoets.AssemblyTool : WTI-1931

- Renamed KernelWrapper.TestUtil project

- Fixed default namespace and assembly information

-- Note: the namespaces of the sourcefiles were NOT fixed as part of this commit

    • -64
    • +0
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 43 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed compilation errors caused by the directory renaming of Ringtoets.AssemblyTool.<X> to Riskeer.AssemblyTool.<X>

    • -2
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 85 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Renamed .KernelWrapper project

-- Adjusted default namespace information

-- Note: namespaces in the files were NOT fixed as part of this commit

    • -2
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 56 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Renamed .Data project

-- Adjusted default namespace information

-- Note: namespaces in the files were NOT fixed as part of this commit

    • -2
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 89 more files 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
    • +5
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 5 more files in changeset.
Introduced assert helper. WTI-1683

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 2 more files in changeset.
Introduced assert helper. WTI-1683

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.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

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 5 more files in changeset.
Added kernel stub for WBI-3 method. WTI-1683

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 4 more files in changeset.
Implemented calculator stub: - Implemented functions that assemble the assessment section based on failure mechanism assembly results

WTI-1681

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 3 more files in changeset.
Added kernel stubs for the WBI-2* assembly tool methods

WTI-1681

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 3 more files in changeset.
Introduce calculator stub WTI-1677

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 3 more files in changeset.
Implement kernel stub for failure mechanism assembly WTI-1677

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 3 more files in changeset.
Rename assembly tool dll WTI-1670

    • -3
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 5 more files in changeset.
Add detailed assessment method to the piping assembly factory WTI-1616

    • -4
    • +0
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 6 more files in changeset.
Moved SimpleAssessmentResult types to Ringtoets.Common.Primitives. WTI-1616

    • -0
    • +4
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 192 more files in changeset.
Revert 'Removed redundant AssemblyTool data project.' WTI-1616

    • -0
    • +4
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 12 more files in changeset.
Incorporated comments review 2472: - Moved AssemblyCategoryAssert from Test to TestUtil

WTI-1618

    • -0
    • +5
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 6 more files in changeset.
Renamed assessments forlder to Assembly. WTI-1618

    • -2
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 27 more files in changeset.
FailureMechanismSectionAssessmentAssemblyCalculator --> FailureMechanismSectionAssemblyCalculator. WTI-1618

    • -2
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 24 more files in changeset.
* Added method to kernel factory to create kernel instances. * Implemented stub of kernel. WTI-1618

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 8 more files in changeset.
Introduced stub for FailureMechanismSectionAssessmentAssemblyCalculator. WTI-1618

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 3 more files in changeset.
Removed redundant AssemblyTool data project. WTI-1618

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

    • -0
    • +4
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 44 more files in changeset.
- Removed Boundaries result as we can just return an ienumerable of categories - Renamed CategoryBoundaries to Categories. WTI-1558

    • -2
    • +2
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 57 more files in changeset.
Implemented setting the input on the kernelWrapper and performing the calculation. WTI-1558

    • -0
    • +4
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 6 more files in changeset.
Introduced factory config for kernel. WTI-1558

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 5 more files in changeset.
Introduced factory config for calculator. WTI-1558

    • -0
    • +1
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 4 more files in changeset.
Implemented calculator factory. WTI-1558

    • -0
    • +6
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 11 more files in changeset.
Introduced stubs. WTI-1558

    • -0
    • +8
    ./Ringtoets.AssemblyTool.KernelWrapper.TestUtil.csproj
  1. … 8 more files in changeset.