public enum ForkedProcessEventType extends Enum<ForkedProcessEventType>
Enum Constant and Description |
---|
BOOTERCODE_BYE
This is the opcode "bye".
|
BOOTERCODE_CONSOLE_DEBUG
This is the opcode "console-debug-log".
|
BOOTERCODE_CONSOLE_ERROR
This is the opcode "console-error-log".
|
BOOTERCODE_CONSOLE_INFO
This is the opcode "console-info-log".
|
BOOTERCODE_CONSOLE_WARNING
This is the opcode "console-warning-log".
|
BOOTERCODE_JVM_EXIT_ERROR
This is the opcode "jvm-exit-error".
|
BOOTERCODE_NEXT_TEST
This is the opcode "next-test".
|
BOOTERCODE_STDERR
This is the opcode "std-err-stream".
|
BOOTERCODE_STDERR_NEW_LINE
This is the opcode "std-err-stream-new-line".
|
BOOTERCODE_STDOUT
This is the opcode "std-out-stream".
|
BOOTERCODE_STDOUT_NEW_LINE
This is the opcode "std-out-stream-new-line".
|
BOOTERCODE_STOP_ON_NEXT_TEST
This is the opcode "stop-on-next-test".
|
BOOTERCODE_SYSPROPS
This is the opcode "sys-prop".
|
BOOTERCODE_TEST_ASSUMPTIONFAILURE
This is the opcode "test-assumption-failure".
|
BOOTERCODE_TEST_ERROR
This is the opcode "test-error".
|
BOOTERCODE_TEST_FAILED
This is the opcode "test-failed".
|
BOOTERCODE_TEST_SKIPPED
This is the opcode "test-skipped".
|
BOOTERCODE_TEST_STARTING
This is the opcode "test-starting".
|
BOOTERCODE_TEST_SUCCEEDED
This is the opcode "test-succeeded".
|
BOOTERCODE_TESTSET_COMPLETED
This is the opcode "testset-completed".
|
BOOTERCODE_TESTSET_STARTING
This is the opcode "testset-starting".
|
Modifier and Type | Method and Description |
---|---|
String |
getOpcode() |
byte[] |
getOpcodeBinary() |
boolean |
isConsoleCategory() |
boolean |
isConsoleErrorCategory() |
boolean |
isControlCategory() |
boolean |
isJvmExitError() |
boolean |
isStandardStreamCategory() |
boolean |
isSysPropCategory() |
boolean |
isTestCategory() |
static ForkedProcessEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForkedProcessEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForkedProcessEventType BOOTERCODE_SYSPROPS
:maven-surefire-event:sys-prop:RunMode:0x0000000100000000:5:UTF-8:0xFFFFFFFF:key:0xFFFFFFFF:value:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_TESTSET_STARTING
:maven-surefire-event:testset-starting:RunMode:0x0000000100000000:5:UTF-8:0xFFFFFFFF:SourceName:0xFFFFFFFF:SourceText:0xFFFFFFFF:Name:0xFFFFFFFF:NameText:0xFFFFFFFF:Group:0xFFFFFFFF:Message:ElapsedTime (binary int):0xFFFFFFFF:LocalizedMessage:0xFFFFFFFF:SmartTrimmedStackTrace:0xFFFFFFFF:toStackTrace( stw, trimStackTraces ):The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_TESTSET_COMPLETED
:maven-surefire-event:testset-completed:RunMode:0x0000000100000000:5:UTF-8:0xFFFFFFFF:SourceName:0xFFFFFFFF:SourceText:0xFFFFFFFF:Name:0xFFFFFFFF:NameText:0xFFFFFFFF:Group:0xFFFFFFFF:Message:ElapsedTime (binary int):0xFFFFFFFF:LocalizedMessage:0xFFFFFFFF:SmartTrimmedStackTrace:0xFFFFFFFF:toStackTrace( stw, trimStackTraces ):The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_TEST_STARTING
:maven-surefire-event:test-starting:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:SourceName:0xFFFFFFFF:SourceText:0xFFFFFFFF:Name:0xFFFFFFFF:NameText:0xFFFFFFFF:Group:0xFFFFFFFF:Message:ElapsedTime (binary int):0xFFFFFFFF:LocalizedMessage:0xFFFFFFFF:SmartTrimmedStackTrace:0xFFFFFFFF:toStackTrace( stw, trimStackTraces ):The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_TEST_SUCCEEDED
:maven-surefire-event:test-succeeded:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:SourceName:0xFFFFFFFF:SourceText:0xFFFFFFFF:Name:0xFFFFFFFF:NameText:0xFFFFFFFF:Group:0xFFFFFFFF:Message:ElapsedTime (binary int):0xFFFFFFFF:LocalizedMessage:0xFFFFFFFF:SmartTrimmedStackTrace:0xFFFFFFFF:toStackTrace( stw, trimStackTraces ):The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_TEST_FAILED
:maven-surefire-event:test-failed:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:SourceName:0xFFFFFFFF:SourceText:0xFFFFFFFF:Name:0xFFFFFFFF:NameText:0xFFFFFFFF:Group:0xFFFFFFFF:Message:ElapsedTime (binary int):0xFFFFFFFF:LocalizedMessage:0xFFFFFFFF:SmartTrimmedStackTrace:0xFFFFFFFF:toStackTrace( stw, trimStackTraces ):The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_TEST_SKIPPED
:maven-surefire-event:test-skipped:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:SourceName:0xFFFFFFFF:SourceText:0xFFFFFFFF:Name:0xFFFFFFFF:NameText:0xFFFFFFFF:Group:0xFFFFFFFF:Message:ElapsedTime (binary int):0xFFFFFFFF:LocalizedMessage:0xFFFFFFFF:SmartTrimmedStackTrace:0xFFFFFFFF:toStackTrace( stw, trimStackTraces ):The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_TEST_ERROR
:maven-surefire-event:test-error:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:SourceName:0xFFFFFFFF:SourceText:0xFFFFFFFF:Name:0xFFFFFFFF:NameText:0xFFFFFFFF:Group:0xFFFFFFFF:Message:ElapsedTime (binary int):0xFFFFFFFF:LocalizedMessage:0xFFFFFFFF:SmartTrimmedStackTrace:0xFFFFFFFF:toStackTrace( stw, trimStackTraces ):The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_TEST_ASSUMPTIONFAILURE
:maven-surefire-event:test-assumption-failure:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:SourceName:0xFFFFFFFF:SourceText:0xFFFFFFFF:Name:0xFFFFFFFF:NameText:0xFFFFFFFF:Group:0xFFFFFFFF:Message:ElapsedTime (binary int):0xFFFFFFFF:LocalizedMessage:0xFFFFFFFF:SmartTrimmedStackTrace:0xFFFFFFFF:toStackTrace( stw, trimStackTraces ):The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_STDOUT
:maven-surefire-event:std-out-stream:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:line:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_STDOUT_NEW_LINE
:maven-surefire-event:std-out-stream-new-line:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:line:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_STDERR
:maven-surefire-event:std-err-stream:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:line:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_STDERR_NEW_LINE
:maven-surefire-event:std-err-stream-new-line:RunMode:0x0000000100000001:5:UTF-8:0xFFFFFFFF:line:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_CONSOLE_INFO
:maven-surefire-event:console-info-log:RunMode:5:UTF-8:0xFFFFFFFF:line:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_CONSOLE_DEBUG
:maven-surefire-event:console-debug-log:RunMode:5:UTF-8:0xFFFFFFFF:line:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_CONSOLE_WARNING
:maven-surefire-event:console-warning-log:RunMode:5:UTF-8:0xFFFFFFFF:line:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_CONSOLE_ERROR
:maven-surefire-event:console-error-log:RunMode:5:UTF-8:0xFFFFFFFF:line:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_BYE
:maven-surefire-event:bye:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_STOP_ON_NEXT_TEST
:maven-surefire-event:stop-on-next-test:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_NEXT_TEST
:maven-surefire-event:next-test:The constructor with one argument:
public static final ForkedProcessEventType BOOTERCODE_JVM_EXIT_ERROR
:maven-surefire-event:jvm-exit-error:The constructor with one argument:
public static ForkedProcessEventType[] values()
for (ForkedProcessEventType c : ForkedProcessEventType.values()) System.out.println(c);
public static ForkedProcessEventType 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 getOpcode()
public byte[] getOpcodeBinary()
public boolean isSysPropCategory()
public boolean isTestCategory()
public boolean isStandardStreamCategory()
public boolean isConsoleCategory()
public boolean isConsoleErrorCategory()
public boolean isControlCategory()
public boolean isJvmExitError()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.