Ringtoets.AssemblyTool.IO.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup: Remove unused variables. WTI-1767

    • -3
    • +0
    ./Model/SerializableAssessmentSectionTest.cs
    • -3
    • +0
    ./Model/SerializableFailureMechanismSectionAssemblyTest.cs
Incorporated comments tester:

- Changed value DijkTraject to DKTRJCT for Waterkeringsstelsel

WTI-1789

    • -2
    • +2
    ./Model/SerializableAssessmentSectionTest.cs
  1. … 3 more files in changeset.
Updated XSD:

- Fixed failing tests by updating the reference files that are used as a comparison.

WTI-1833

  1. … 1 more file in changeset.
Cleanup FailureMechanismSectionCollection:

- Made private constructor public to create collections with only an ID as constructor argument.

WTI-1833

    • -2
    • +2
    ./Model/SerializableFailureMechanismSectionCollectionTest.cs
  1. … 1 more file in changeset.
Cleanup FailureMechanismSectionCollection - Remove connection with AssessmentSection:

- Removed obsolete ID property

WTI-1833

    • -4
    • +1
    ./Model/SerializableFailureMechanismSectionCollectionTest.cs
  1. … 4 more files in changeset.
Cleanup FailureMechanismSectionCollection - Remove connection with AssessmentSection:

- Removed constructor

WTI-1833

    • -25
    • +4
    ./Model/SerializableFailureMechanismSectionCollectionTest.cs
  1. … 3 more files in changeset.
Cleanup FailureMechanismSectionCollection - Remove connection with FailureMechanism:

- Removed obsolete id property

WTI-1833

    • -4
    • +0
    ./Model/SerializableFailureMechanismSectionCollectionTest.cs
  1. … 3 more files in changeset.
Cleanup FailureMechanismSectionCollection - Remove connection with FailureMechanism:

- Remove overloaded constructor which takes a failure mechanism as argument.

WTI-1833

    • -50
    • +1
    ./Model/SerializableFailureMechanismSectionCollectionTest.cs
    • -1
    • +1
    ./Model/SerializableFailureMechanismSectionTest.cs
  1. … 4 more files in changeset.
Changed attribute header for FailureMechanismSection:

- Changed from Waterkeringsectie to Toetsvak

WTI-1833

    • -1
    • +1
    ./Model/SerializableFailureMechanismSectionTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 3211:

- Renamed IDValidator, as it is intended to be used by the serializable model only

- Cleaned up *.csproj file

WTI-1789

    • -0
    • +68
    ./Model/Helpers/SerializableIdValidatorTest.cs
    • -1
    • +1
    ./Ringtoets.AssemblyTool.IO.Test.csproj
  1. … 13 more files in changeset.
Incorporated comments review 3211:

- Fixed issues with the IdValidator:

-- Do not throw exceptions, return boolean in all cases. Fixed tests on the consuming sides

-- Updated XMLDocs

-- Expanded general testcase generator with additional cases for the consumers

WTI-1789

    • -25
    • +1
    ./Model/SerializableAssemblyTest.cs
    • -13
    • +1
    ./Model/SerializableAssessmentProcessTest.cs
    • -14
    • +1
    ./Model/SerializableAssessmentSectionTest.cs
    • -16
    • +1
    ./Model/SerializableCombinedFailureMechanismSectionAssemblyTest.cs
    • -16
    • +1
    ./Model/SerializableFailureMechanismSectionAssemblyTest.cs
    • -26
    • +2
    ./Model/SerializableFailureMechanismSectionCollectionTest.cs
    • -20
    • +1
    ./Model/SerializableFailureMechanismSectionTest.cs
    • -19
    • +1
    ./Model/SerializableFailureMechanismTest.cs
    • -16
    • +1
    ./Model/SerializableTotalAssemblyResultTest.cs
  1. … 3 more files in changeset.
Incorporated comments review 3211:

- Updated XMLDoc

- Separated tests for ShouldSerialize tests

WTI-1789

    • -5
    • +20
    ./Model/DataTypes/SerializableFailureMechanismAssemblyResultTest.cs
    • -5
    • +21
    ./Model/DataTypes/SerializableFailureMechanismSectionAssemblyResultTest.cs
  1. … 2 more files in changeset.
Reverted commit 4b1149de407862f37e58b78bcf8409602ec3031f:

- Reverted because section assembly result should NOT be exported in case there's no result --> no reason anymore to make the category group NULLABLE.

WTI-1789

    • -23
    • +1
    ./Model/DataTypes/SerializableFailureMechanismSectionAssemblyResultTest.cs
  1. … 1 more file in changeset.
Cleanup:

- Introduced testhelper to generate invalid ID

WTI-1789

    • -3
    • +1
    ./Model/SerializableAssessmentProcessTest.cs
    • -3
    • +1
    ./Model/SerializableAssessmentSectionTest.cs
    • -3
    • +1
    ./Model/SerializableCombinedFailureMechanismSectionAssemblyTest.cs
    • -3
    • +1
    ./Model/SerializableFailureMechanismSectionAssemblyTest.cs
    • -6
    • +2
    ./Model/SerializableFailureMechanismSectionCollectionTest.cs
    • -3
    • +1
    ./Model/SerializableFailureMechanismSectionTest.cs
    • -3
    • +1
    ./Model/SerializableFailureMechanismTest.cs
    • -3
    • +1
    ./Model/SerializableTotalAssemblyResultTest.cs
Cleanup:

- Fixed failing tests

WTI-1789

    • -1
    • +1
    ./Model/SerializableFailureMechanismSectionTest.cs
Added Id validation for the serializable model:

- Applied for the total assembly result.

WTI-1789

    • -5
    • +21
    ./Model/SerializableTotalAssemblyResultTest.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the section collection.

WTI-1789

    • -22
    • +48
    ./Model/SerializableFailureMechanismSectionCollectionTest.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the section assembly

WTI-1789

    • -6
    • +25
    ./Model/SerializableFailureMechanismSectionAssemblyTest.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the failure mechanism

WTI-1789

    • -6
    • +25
    ./Model/SerializableFailureMechanismTest.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the combined failure mechanism section assembly

WTI-1789

    • -6
    • +22
    ./Model/SerializableCombinedFailureMechanismSectionAssemblyTest.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the assessment section.

WTI-1789

    • -6
    • +23
    ./Model/SerializableAssessmentSectionTest.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the assessment process

WTI-1789

    • -6
    • +19
    ./Model/SerializableAssessmentProcessTest.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the serializable failure mechanism section

WTI-1789

    • -5
    • +25
    ./Model/SerializableFailureMechanismSectionTest.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the serializable assembly.

WTI-1789

    • -6
    • +31
    ./Model/SerializableAssemblyTest.cs
  1. … 1 more file in changeset.
Introduced helper to verify the validity of an id in the serializable model. WTI-1789

    • -0
    • +79
    ./Model/Helpers/IdValidatorTest.cs
    • -0
    • +1
    ./Ringtoets.AssemblyTool.IO.Test.csproj
  1. … 2 more files in changeset.
Fixed failing test:

- Changed reference gml file, as the sequence constraints enforces a fixed order of elements.

WTI-1789

Rearranged order for the failure mechanism section assembly result:

- Done to satisfy the new sequence constraint of the xsd

WTI-1789

  1. … 1 more file in changeset.
Rearranged order for the combined failure mechanism section assembly result:

- Done to satisfy the sequence constraint of the xsd

WTI-1789

  1. … 1 more file in changeset.
Updated XSD:

- Replaced <all> tags with <sequence> of elements that do not have their orders changed.

WTI-1789

Rearranged order for the total assembly result:

- Done in order to satisfy the new sequence constraint in the XSD for the total assembly result.

WTI-1789

  1. … 1 more file in changeset.