ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

    • -71
    • +5
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.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

    • -19
    • +22
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.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
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.cs
  1. … 13 more files in changeset.
Introduced object to hold all assembly information:

- Introduced base class.

WTI-1790

    • -0
    • +112
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.cs
  1. … 3 more files in changeset.