Package io.cucumber.teamcityformatter
Enum MessagesToTeamCityWriter.TeamCityFeature
java.lang.Object
java.lang.Enum<MessagesToTeamCityWriter.TeamCityFeature>
io.cucumber.teamcityformatter.MessagesToTeamCityWriter.TeamCityFeature
- All Implemented Interfaces:
Serializable,Comparable<MessagesToTeamCityWriter.TeamCityFeature>,java.lang.constant.Constable
- Enclosing class:
- MessagesToTeamCityWriter
public static enum MessagesToTeamCityWriter.TeamCityFeature
extends Enum<MessagesToTeamCityWriter.TeamCityFeature>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPrints all test cases messages after the test run has concluded. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PRINT_TEST_CASES_AFTER_TEST_RUN
Prints all test cases messages after the test run has concluded.The TeamCity message protocol does not support parallel execution. By printing these events at the end the output is still intelligible.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-