@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface RunListeners
RunListener should be
registered for test execution. List of configured RunListsner's will only be registered if the
HybrisJUnit4ClassRunner is used (can be set using org.junit.runner.RunWith annotation).RunListenerpublic abstract Class<? extends RunListener>[] value
RunListeners to register for test execution.Copyright © 2017 SAP SE. All Rights Reserved.