ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup:

- Replaced locally defined factory method for exportable sections with the introduced test factory methods

WTI-1790

    • -13
    • +5
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs
  1. … 4 more files in changeset.
Made the base class of the aggregated failure mechanism assembly result non-generic:

- Done to prevent too many generic arguments in the exportable assessment section assembly

- Fixed compilation errors

WTI-1790

    • -1
    • +47
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs
  1. … 5 more files in changeset.
Introduced exportable failure mechanism section:

- Replaced usages of RT failure mechanism section in the exportable failure mechanism section results

WTI-1790

    • -3
    • +9
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs
  1. … 7 more files in changeset.
Cleanup:

- Expanded a single enum to contain all assembly method options to prevent contradictions

-- Renamed and expanded an existing enum to minimize initial impact

WTI-1790

    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs
  1. … 13 more files in changeset.
Introduced object to hold all assembly information:

- Introduced a derivative to represent failure mechanism section result that do not have a detailed assembly result

WTI-1790

    • -0
    • +45
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs
  1. … 3 more files in changeset.