EnumRunExitCode
Enum
The command line runner exit code.
- '0' for processed run and tests success
- '1' for processed run but some failed tests
- more than 1 for other errors.
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public enum RunExitCode
Fields
NOT_RUN_COMPILATION_ERRORS
Run is not processed due to compilation errors.
NOT_RUN_INVALID_COMMAND_ARGS
No run to process due to general invalid arguments error.
NOT_RUN_TESTLIST_NOT_FOUND
Run is not processed due to invalid test list path argument.
NOT_RUN_TEST_NOT_FOUND
Run is not processed due to invalid test path argument.
NOT_RUN_UNEXPECTED_ERROR
Run is not processed due to unexpected error.
NOT_RUN_USAGE_INFO
No run to process, requested usage info.
RUN_TESTS_ERROR
Run is processed and some tests failed.
RUN_TESTS_SUCCESS
Run is processed and all tests passed.