public final class ProbeArrayStrategyFactory extends Object
Modifier and Type | Method and Description |
---|---|
static IProbeArrayStrategy |
createFor(org.objectweb.asm.ClassReader reader,
IExecutionDataAccessorGenerator accessorGenerator)
Creates a suitable strategy instance for the class described by the given
reader.
|
public static IProbeArrayStrategy createFor(org.objectweb.asm.ClassReader reader, IExecutionDataAccessorGenerator accessorGenerator)
reader
- reader to get information about the classaccessorGenerator
- accessor to the coverage runtimeCopyright © 2019. All rights reserved.