public class DefaultAnnotationFilter
extends Filter
Run only PerformanceTest and IntegrationTest
hybris.junit4.annotations.included=PerformanceTest,IntegrationTest
hybris.junit4.annotations.excluded=
hybris.junit4.annotations.defaultIncluded=false
Run all tests without PerformanceTest
hybris.junit4.annotations.included=
hybris.junit4.annotations.excluded=PerformanceTest
hybris.junit4.annotations.defaultIncluded=true
Run all tests
hybris.junit4.annotations.included=
hybris.junit4.annotations.excluded=
hybris.junit4.annotations.defaultIncluded=true
| Constructor and Description |
|---|
DefaultAnnotationFilter(Filter existingFilter) |
DefaultAnnotationFilter(String includedList,
String excludedList,
boolean defaultAllowed) |
| Modifier and Type | Method and Description |
|---|---|
String |
describe() |
Collection<Class> |
getExcludedAnnotations() |
Collection<Class> |
getIncludedAnnotations() |
boolean |
shouldRun(Description description) |
public Collection<Class> getExcludedAnnotations()
public Collection<Class> getIncludedAnnotations()
public boolean shouldRun(Description description)
public String describe()
Copyright © 2017 SAP SE. All Rights Reserved.