java.lang.Object
org.wildfly.glow.plugin.arquillian.apache.surefire.testset.TestListResolver
All Implemented Interfaces:
GenericTestPattern<ResolvedTest,String,String>, TestFilter<String,String>

public class TestListResolver extends Object implements GenericTestPattern<ResolvedTest,String,String>
Copied from Maven surefire 2.22.2 since that is what we are using in WildFly

Resolved multi pattern filter e.g. -Dtest=MyTest#test,!AnotherTest#otherTest into an object model composed of included and excluded tests.
The methods shouldRun(String, String) are filters easily used in JUnit filter or TestNG. This class is independent of JUnit and TestNG API.
It is accessed by Java Reflection API in

invalid reference
org.apache.maven.surefire.booter.SurefireReflector
using specific ClassLoader.