Replies: 1 comment 1 reply
-
You could move this out into a separate method (away from the ctor): |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was browsing the documentation and came across this:
which works when I put it in my testContext constructor along with all my other services.
However, the component should show something different based on the roles. If I try adding this to my [Fact]
I get this error
How can I set different roles dynamically in my test suite in order to test different functionalities? Thank you
bUnit version 1.40
Beta Was this translation helpful? Give feedback.
All reactions