@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface SkipLongRunning
SkipTestRule JUnit rule, that allows long running tests to be excluded
from the build, using the skipLongRunningTests system property.| Modifier and Type | Fields and Description |
|---|---|
static String |
SKIP_LONG_RUNNING_PROPERTY |
public static final String SKIP_LONG_RUNNING_PROPERTY
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.