Introduced cell format extension methods: - Rows that contain column state definitions can make use of this extension method to format a cell that is contained by the data grid view controlWTI-1679
Added styling handling for the AssemblyResultTotalView: - Cells are formatted based on the DataGridViewCellColumnStateDefinitions defined in the RowObjectsWTI-1679
- Added background colour styling for the FailureMechanismAssemblyResult rows - Added functional tests for the derived classes - Added protected helper method to retrieve the column state definition for the categoryWTI-1679
Cleaned up test projects: - Renamed FullTestProjects to MigrationTestProjects, as they do not represent a full project that is configured with all options.WTI-1657
Cleaned up test projects: - Test projects should only contain the information that is necessary to prove that relevant migration items for that version was performed. Due to chaining it is not necessary to repeat this validation for subsequent projectsWTI-1657
- Introduced colour test helper to test the matching colours for each failure mechanism assembly category group - Renamed file, testfile name does not correspond with actual class it is testingWTI-1679