public static enum CodingConvention.AssertionFunctionSpec.AssertionKind extends java.lang.Enum<CodingConvention.AssertionFunctionSpec.AssertionKind>
| Enum Constant and Description |
|---|
MATCHES_RETURN_TYPE |
TRUTHY |
| Modifier and Type | Method and Description |
|---|---|
static CodingConvention.AssertionFunctionSpec.AssertionKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodingConvention.AssertionFunctionSpec.AssertionKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodingConvention.AssertionFunctionSpec.AssertionKind TRUTHY
public static final CodingConvention.AssertionFunctionSpec.AssertionKind MATCHES_RETURN_TYPE
public static CodingConvention.AssertionFunctionSpec.AssertionKind[] values()
for (CodingConvention.AssertionFunctionSpec.AssertionKind c : CodingConvention.AssertionFunctionSpec.AssertionKind.values()) System.out.println(c);
public static CodingConvention.AssertionFunctionSpec.AssertionKind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2009-2020 Google. All Rights Reserved.