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 directory of KernelWrapper.Test

    • -31
    • +0
    ./AssemblyCategoriesCalculatorExceptionTest.cs
    • -487
    • +0
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 43 more files in changeset.
Renamed Ringtoets --> Riskeer in test/Ringtoets.AssemblyTool : WTI-1931

- Adjusted namespace of the .KernelWrapper.Test

    • -1
    • +1
    ./AssemblyCategoriesCalculatorExceptionTest.cs
  1. … 17 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespace of the KernelWrapper

    • -1
    • +1
    ./AssemblyCategoriesCalculatorExceptionTest.cs
  1. … 208 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespaces in .Data project

  1. … 376 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./AssemblyCategoriesCalculatorExceptionTest.cs
  1. … 6094 more files in changeset.
Incorporated comments review 3105:

- Ran Cleanup

- Merged properties into a single property as on calling side it is still possible to determine which function was called

- Cleaned up src and tests by extracting common knowledge in separate functions

- Updated XMLDoc

WTI-1763

  1. … 9 more files in changeset.
Fixed failing tests:

- Removed obsolete property

- Added ranges to satisfy constraints for 'N'

WTI-1763

  1. … 2 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

    • -9
    • +22
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 4 more files in changeset.
Fixed compilation errors for the AssemblyCategoriesCalculator

- Introduced the CategoriesList<T> testfactory in the tests

- Fixed compilation errors for the calculator, exceptWBI02 due to an API change.

WTI-1763

    • -42
    • +10
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 1 more file in changeset.
Moved AssemblyErrorMessageCreator to creators folder. WTI-1724

  1. … 6 more files in changeset.
Rename Geotechnic->Geotechnical WTI-1541

    • -11
    • +11
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 15 more files in changeset.
Implement review comments. Update asserts, rename AssemblyErrorMessageTranslator, update test names and update method names WTI-1671

    • -12
    • +12
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 19 more files in changeset.
Add error message translation to the assembly categories calculator/kernel WTI-1671

    • -4
    • +113
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 3 more files in changeset.
Add method WBI-1-1 to the kernel wrapper WTI-1594

    • -0
    • +81
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 9 more files in changeset.
Implement review comments WTI-1670

    • -36
    • +15
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 2 more files in changeset.
Update assembly categories calculator/kernelstub/factory WTI-1670

    • -25
    • +25
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 8 more files in changeset.
Adjust random number generator ranges WTI-1670

    • -14
    • +14
    ./AssemblyCategoriesCalculatorTest.cs
Fix failing tests WTI-1670

  1. … 6 more files in changeset.
Adapt categories calculator WTI-1670

    • -22
    • +16
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 1 more file in changeset.
Implemented review comments from review 2526 WTI-1628

    • -14
    • +14
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 34 more files in changeset.
Rename GetFromRange to NextDouble WTI-1616

    • -14
    • +14
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 25 more files in changeset.
Review related changes. Improve calculator/factories and their tests. WTI-1616

  1. … 30 more files in changeset.
Improvements after review. WTI-1618

  1. … 2 more files in changeset.
Moved all data objects from Ringtoets.Common.Data.AssemblyTool to Ringtoets.AssemblyTool.Data. WTI-1616

  1. … 102 more files in changeset.
Implemented CalculateGeotechnicFailureMechanismSectionCategories method in calculator. WTI-1616

    • -0
    • +86
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2472: - Renamed lower boundary norm -> lower limit norm

WTI-1618

    • -14
    • +14
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 8 more files in changeset.
Incorporated comments review 2472: - Added ArgumentException for the AssessmentSectionAssemblyCategoryCreator: -- To be thrown when the output collection contains null items. - Improved tests: -- Make use of random.GetFromRange() instead of random.Next() -- Made output get only for the FailureMechanismSectionAssemblyCalculatorStub -- Added asserts for initial values of the calculator / kernel stubs

WTI-1618

  1. … 5 more files in changeset.
Incorporated comments review 2472: - Moved AssemblyCategoryAssert from Test to TestUtil

WTI-1618

  1. … 6 more files in changeset.
Implemented calculating failure mechanism section categories. WTI-1616

    • -6
    • +88
    ./AssemblyCategoriesCalculatorTest.cs
  1. … 1 more file in changeset.
Renamed AssessmentSectionAssemblyCategoryAssert to AssemblyCategoryAssert. WTI-1616

  1. … 4 more files in changeset.