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
Describe the solution you'd like
Instead of writing @MethodOwner to each test method in class it would be better to make owner of test class that makes me automatically owner of all tests in class. If smb else made test method in class he can override value by adding annotation @MethodOwner to needed test method
Additional context @TestClassOwner(owner = "dprymudrau") public class MyTestClass implements IAbstractTest {
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Instead of writing @MethodOwner to each test method in class it would be better to make owner of test class that makes me automatically owner of all tests in class. If smb else made test method in class he can override value by adding annotation @MethodOwner to needed test method
Additional context
@TestClassOwner(owner = "dprymudrau") public class MyTestClass implements IAbstractTest {
The text was updated successfully, but these errors were encountered: