How can we write unit tests for a component that uses Datagrid and TextEdit in it, so that it gets covered in the code coverage #2767
Unanswered
meekhasaji
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi, can you give us more information? What test stack do you use? Is it bUnit, Selenium, or something else? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this is the code snippet for datagrid which we need to write tests for:
the code snippet for TextEdit which we need to write tests for:
context : here is CellEditContext
The bolded lines are the lines that are not getting covered up in the code coverage.
Would be very thankful, for any suggestions.
Beta Was this translation helpful? Give feedback.
All reactions