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 actually did not think it through thoroughly. I just wanted to capture the basic idea as I had to ignore ALL tests of a test case individually (Was indeed OS X related...). I think your approach would work well (except for the typo ;-)), but this would be field level access from the annotations @target point of view, right? I had the notion of putting it on the test case itself, but somehow I find your solution more intuitive.
Yes, that would be field level access.
I like the idea to place the annotation on the class equally well. The annotation does not affect the field it is placed on but the entire class. .In that sense, it even seems to be more 'symetric' in that, well, annotations at class level affect the whole class and method lvel annotations only the method.
No description provided.
The text was updated successfully, but these errors were encountered: