com.google.caliper.runner
Class Parameter
java.lang.Object
com.google.caliper.runner.Parameter
public final class Parameter
- extends Object
Represents an injectable parameter, marked with one of @Param, @VmParam. Has nothing to do with
particular choices of values for this parameter (except that it knows how to find the
default values).
Parameter
public Parameter(Field field)
throws InvalidBenchmarkException
- Throws:
InvalidBenchmarkException
create
public static Parameter create(Field field)
throws InvalidBenchmarkException
- Throws:
InvalidBenchmarkException
Copyright © 2009-2011 Google, Inc.. All Rights Reserved.