public enum AssertionsEntryPointType extends Enum<AssertionsEntryPointType>
Enum Constant and Description |
---|
AUTO_CLOSEABLE_BDD_SOFT |
AUTO_CLOSEABLE_SOFT |
BDD |
BDD_SOFT |
JUNIT_BDD_SOFT |
JUNIT_SOFT |
SOFT |
STANDARD |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
static AssertionsEntryPointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssertionsEntryPointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssertionsEntryPointType STANDARD
public static final AssertionsEntryPointType BDD
public static final AssertionsEntryPointType SOFT
public static final AssertionsEntryPointType JUNIT_SOFT
public static final AssertionsEntryPointType BDD_SOFT
public static final AssertionsEntryPointType JUNIT_BDD_SOFT
public static final AssertionsEntryPointType AUTO_CLOSEABLE_SOFT
public static final AssertionsEntryPointType AUTO_CLOSEABLE_BDD_SOFT
public static AssertionsEntryPointType[] values()
for (AssertionsEntryPointType c : AssertionsEntryPointType.values()) System.out.println(c);
public static AssertionsEntryPointType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getFileName()
Copyright © 2021 AssertJ. All rights reserved.