Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add code coverage for RichTextBoxActionList (#12131)
Add code coverage to RichTextBoxActionList Related to #10773 ## Proposed changes - Adds code coverage for `RichTextBoxActionList` - Coverage for the `EditLines()` method could not be added. The dependent method `EditorServiceContext.EditValue(_designer, Component!, "Lines")` is static and could not be mocked, and the dialog that opens during its execution requires manual intervention to close. Co-authored-by: Ricardo Bossan (BEYONDSOFT CONSULTING INC) (from Dev Box) <[email protected]>
- Loading branch information