public static enum BjoernGeneratorConfig.SupportedJunitVersion extends java.lang.Enum<BjoernGeneratorConfig.SupportedJunitVersion>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getBeforeAnnotationClass() |
static BjoernGeneratorConfig.SupportedJunitVersion |
getByVersionnumber(java.lang.String versionNumber) |
static java.util.Set<java.lang.String> |
getSupportedVersionNumbers() |
java.lang.Class<?> |
getTestAnnotationClass() |
static BjoernGeneratorConfig.SupportedJunitVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BjoernGeneratorConfig.SupportedJunitVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BjoernGeneratorConfig.SupportedJunitVersion junit4
public static final BjoernGeneratorConfig.SupportedJunitVersion junit5
public static BjoernGeneratorConfig.SupportedJunitVersion[] values()
for (BjoernGeneratorConfig.SupportedJunitVersion c : BjoernGeneratorConfig.SupportedJunitVersion.values()) System.out.println(c);
public static BjoernGeneratorConfig.SupportedJunitVersion 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 nullpublic static BjoernGeneratorConfig.SupportedJunitVersion getByVersionnumber(java.lang.String versionNumber) throws NotSupportedJunitVersionException
public static java.util.Set<java.lang.String> getSupportedVersionNumbers()
public java.lang.Class<?> getTestAnnotationClass()
public java.lang.Class<?> getBeforeAnnotationClass()