You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I create tests when some conditions are satisfied. And for different disjoint conditions, I create tests with same names. I know that it is risky, but the conditions are disjoint so there won't be any two tests with the same name in the same test context. So I would like to suppress this warning. With @Suppress annotation or in any other way.
The text was updated successfully, but these errors were encountered:
I have a use case where I create tests when some conditions are satisfied. And for different disjoint conditions, I create tests with same names. I know that it is risky, but the conditions are disjoint so there won't be any two tests with the same name in the same test context. So I would like to suppress this warning. With
@Suppress
annotation or in any other way.The text was updated successfully, but these errors were encountered: