@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ParameterizedSuite
WrappingParameterizedRunner to detect the
method which configures the parameters with which the suite is to be run. The
method signature is expected to be (the name doesn't matter):
public static void suite(ParameterizedSuiteBuilder builder) { ... }
Copyright © 2014. All rights reserved.