Adel Assaad

Results 4 comments of Adel Assaad

@Ignore does not work either for methods on implemented interfaces. This was not the behavior of 6.9.9. That is: For this interface: ```java import org.testng.annotations.Test; public interface MyInterface { @Ignore...

@juherr Good catch, I will edit it accordingly, but we are still in a bind: 6.9.9 never considered default methods from interfaces as Test methods when the implementing class was...

@juherr This sample is now reflective of our entire codebase (test classes that implement interfaces that "plug tests" into a cloud environment. I have removed the @Ignore annotation from the...

@juherr just for completeness: the use case is that we have thousands of test classes annotated for grouping purposes, whereas the class methods are annotated for enable/disable of individual tests...