Skip to content

Add unit tests for AddRowObject functionality across decorators#290

Merged
scottolsonjr merged 1 commit intomainfrom
161-implement-addrowobject
Feb 14, 2026
Merged

Add unit tests for AddRowObject functionality across decorators#290
scottolsonjr merged 1 commit intomainfrom
161-implement-addrowobject

Conversation

@scottolsonjr
Copy link
Contributor

  • Implemented tests for successful addition of RowObject in OptionObject2015Decorator, OptionObject2Decorator, and OptionObjectDecorator.
  • Added tests to handle scenarios where the form is not found, the RowObject is null, and multiple rows are added.
  • Enhanced FormObjectDecorator to handle null collections and added methods for adding RowObjects.
  • Updated Helper classes to include methods for adding RowObjects and retrieving the next available RowId.
  • Improved error handling for null parameters and existing RowIds.

- Implemented tests for successful addition of RowObject in OptionObject2015Decorator, OptionObject2Decorator, and OptionObjectDecorator.
- Added tests to handle scenarios where the form is not found, the RowObject is null, and multiple rows are added.
- Enhanced FormObjectDecorator to handle null collections and added methods for adding RowObjects.
- Updated Helper classes to include methods for adding RowObjects and retrieving the next available RowId.
- Improved error handling for null parameters and existing RowIds.
@scottolsonjr scottolsonjr linked an issue Feb 14, 2026 that may be closed by this pull request
@sonarqubecloud
Copy link

@scottolsonjr scottolsonjr merged commit 98a5f5d into main Feb 14, 2026
6 checks passed
@scottolsonjr scottolsonjr deleted the 161-implement-addrowobject branch February 14, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement AddRowObject

1 participant