Package io.debezium.junit
Annotation Type SkipOnOS
Marker annotation used together with the
SkipTestRule JUnit rule, that allows tests to be excluded
from the build if they are run on certain platforms.- Author:
- Horia Chiorean
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAn optional description which explains why the test should be skipped. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSymbolic constant used to determine the Linux operating system, from the "os.name" system property.static final StringSymbolic constant used to determine the OS X operating system, from the "os.name" system property.static final StringSymbolic constant used to determine the Windows operating system, from the "os.name" system property.
-
Field Details
-
WINDOWS
Symbolic constant used to determine the Windows operating system, from the "os.name" system property.- See Also:
-
MAC
Symbolic constant used to determine the OS X operating system, from the "os.name" system property.- See Also:
-
LINUX
Symbolic constant used to determine the Linux operating system, from the "os.name" system property.- See Also:
-
-
Element Details
-
-
description
String descriptionAn optional description which explains why the test should be skipped.- Returns:
- a string which explains the reasons for skipping the test.
- Default:
- ""
-