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
Right now we can define the Layer attribute in the method or in the class which has this method.
It's not great to enforce developers to add this attribute to all classes, because most of the time it's the same for all test classes inside of the layer directory and each test class in the layer may have an abstract class.
Right now we can define the Layer attribute in the method or in the class which has this method.
It's not great to enforce developers to add this attribute to all classes, because most of the time it's the same for all test classes inside of the layer directory and each test class in the layer may have an abstract class.
For example:
1 level deep search for the attribute is enough.
The text was updated successfully, but these errors were encountered: