Package io.fluentlenium.adapter.testng
Class TestFilterer
java.lang.Object
io.fluentlenium.adapter.testng.TestFilterer
- All Implemented Interfaces:
org.testng.IMethodInterceptor
,org.testng.ITestNGListener
TestNG attempts to run default methods from inherited interfaces when there is class
@Test annotation.
Only methods returning void are treated as "tests".
This filterer makes sure end user never sees this weird behaviour.
-
Constructor Summary
-
Method Summary