public final class ResultFixtures
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Result |
booleanFalseResult() |
static Result |
booleanTrueResult() |
static com.google.common.collect.ImmutableList<Result> |
dummyResults() |
static com.google.common.collect.ImmutableList<Result> |
dummyResultWithColon() |
static com.google.common.collect.ImmutableList<Result> |
hashResults() |
static Result |
numericBelowCPrecisionResult() |
static Result |
numericResult() |
static Result |
numericResult(java.lang.Object numericValue) |
static Result |
numericResultWithColon() |
static Result |
numericResultWithColon(java.lang.Object numericValue) |
static Result |
numericResultWithTypenames(java.lang.String typeName) |
static com.google.common.collect.ImmutableList<Result> |
singleFalseResult() |
static java.lang.Iterable<Result> |
singleNumericBelowCPrecisionResult() |
static com.google.common.collect.ImmutableList<Result> |
singleNumericResult() |
static com.google.common.collect.ImmutableList<Result> |
singleResult(Result result) |
static com.google.common.collect.ImmutableList<Result> |
singleTrueResult() |
static Result |
stringResult() |
static Result |
stringResult(java.lang.String value) |
public static Result booleanTrueResult()
public static com.google.common.collect.ImmutableList<Result> singleTrueResult()
public static Result booleanFalseResult()
public static Result numericResult()
public static Result numericResult(java.lang.Object numericValue)
public static Result numericResultWithColon()
public static Result numericResultWithColon(java.lang.Object numericValue)
public static Result stringResult()
public static Result stringResult(java.lang.String value)
public static com.google.common.collect.ImmutableList<Result> hashResults()
public static Result numericBelowCPrecisionResult()
public static java.lang.Iterable<Result> singleNumericBelowCPrecisionResult()
public static Result numericResultWithTypenames(java.lang.String typeName)
public static com.google.common.collect.ImmutableList<Result> singleFalseResult()
public static com.google.common.collect.ImmutableList<Result> singleNumericResult()
public static com.google.common.collect.ImmutableList<Result> dummyResults()
public static com.google.common.collect.ImmutableList<Result> dummyResultWithColon()
Copyright © 2010-2018 JmxTrans team. All Rights Reserved.