-
Hello! Thank's in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
aritchie
Feb 16, 2023
Replies: 1 comment
-
You can't unit test a lot of things in Shiny like bluetooth. You can unit test things like the jobs and background delegates. Shiny has netstandard2.0 targets for all the interfaces that you can mock as needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lemcoder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't unit test a lot of things in Shiny like bluetooth. You can unit test things like the jobs and background delegates.
Shiny has netstandard2.0 targets for all the interfaces that you can mock as needed.