public class CombinatorialTestMethodContext extends Object
Modifier | Constructor and Description |
---|---|
protected |
CombinatorialTestMethodContext(Method testMethod) |
Modifier and Type | Method and Description |
---|---|
static CombinatorialTestMethodContext |
forMethod(Method testMethod)
Factory method.
|
int |
getParameterCount() |
boolean |
hasAggregator() |
boolean |
hasPotentiallyValidSignature() |
protected CombinatorialTestMethodContext(Method testMethod)
public boolean hasPotentiallyValidSignature()
public int getParameterCount()
public boolean hasAggregator()
public static CombinatorialTestMethodContext forMethod(Method testMethod)
testMethod
- to create context forCopyright © 2017–2022 wcm.io QA. All rights reserved.