| Package | Description |
|---|---|
| de.hybris.bootstrap.testclasses |
| Class and Description |
|---|
| TestClassesUtil
Gets all test classes that have hybris testing annotations
All test classes that have the standard junit @Test annotation will be treated like a
IntegrationTest. |
TestClassesUtil.FILTER
FILTER_BY_EXTENSIONIf set, this filter will only allow extensions to be scanned that are in the given list. The expected format is a single String or a Collection of Strings
FILTER_BY_PACKAGEIf set, this filter will only accept test classes for the given packages. Reg expressions like de.hybris.*.cockpit.* are allowed! The expected format is a single String or a Collection of Strings The positive list is evaluated before the negative list! FILTER_BY_PACKAGE_NEGATIVEIf set, this filter will only accept test classes that NOT match these packages. Reg expressions like de.hybris.*.cockpit.* are allowed! The expected format is a single String or a Collection of Strings The positive list is evaluated before the negative list! FILTER_BY_ANNOTATIONIf set, this filter will only accept test classes that are annotated with the given annotation classes. The expected format is a single (annotation) class or a Collection of class files Supported are DemoTest, IntegrationTest, PerformanceTest, ManualTest and/or
UnitTest
SPLIT_FILTERIf set, this filter will split the final amount of tests by the given string, which can be used for automatic testing purposes. |
| TestClassesUtilBaseTest
This test is not a real "manual test" but it is used itself as test subject *for* the test to test the ManualTest
annotation
|
Copyright © 2018 SAP SE. All Rights Reserved.