ITestAnnotationFilterReceiver
public interface ITestAnnotationFilterReceiver
com.android.tradefed.testtype.ITestAnnotationFilterReceiver |
주석을 기반으로 실행할 테스트를 필터링할 수 있는 실행기입니다.
하나 이상의 포함 필터와 일치하고 제외 필터와 일치하지 않는 경우 테스트가 실행됩니다. 포함 필터가 지정되지 않은 경우 제외 필터와 일치하지 않는 한 모든 테스트를 실행해야 합니다.
요약
공개 방법 | |
---|---|
abstract void | addAllExcludeAnnotation ( notAnnotations) addAllExcludeAnnotation ( notAnnotations) 테스트가 표시된 경우 제외할 주석의 |
abstract void | addAllIncludeAnnotation ( annotations) addAllIncludeAnnotation ( annotations) 테스트가 표시된 경우 포함할 주석의 |
abstract void | addExcludeAnnotation (String notAnnotation) 테스트가 표시된 경우 제외할 주석을 추가합니다. |
abstract void | addIncludeAnnotation (String annotation) 테스트가 표시된 경우 포함할 주석을 추가합니다. |
abstract void | clearExcludeAnnotations () 현재 추적된 모든 제외 주석을 삭제합니다. |
abstract void | clearIncludeAnnotations () 현재 추적 중인 모든 포함 주석을 삭제합니다. |
abstract | getExcludeAnnotations () 제외할 주석의 현재 |
abstract | getIncludeAnnotations () 포함할 주석의 현재 |
공개 방법
addAllExclude 주석
public abstract void addAllExcludeAnnotation (notAnnotations)
테스트가 표시된 경우 제외할 주석의 ERROR(/Set)
를 추가합니다.
매개변수 | |
---|---|
notAnnotations |
addAllInclude 주석
public abstract void addAllIncludeAnnotation (annotations)
테스트가 표시된 경우 포함할 주석의 ERROR(/Set)
를 추가합니다.
매개변수 | |
---|---|
annotations |
추가 제외 주석
public abstract void addExcludeAnnotation (String notAnnotation)
테스트가 표시된 경우 제외할 주석을 추가합니다.
매개변수 | |
---|---|
notAnnotation | String |
추가 포함 주석
public abstract void addIncludeAnnotation (String annotation)
테스트가 표시된 경우 포함할 주석을 추가합니다.
매개변수 | |
---|---|
annotation | String |
clearExcludeAnnotations
public abstract void clearExcludeAnnotations ()
현재 추적된 모든 제외 주석을 삭제합니다.
clearInclude 주석
public abstract void clearIncludeAnnotations ()
현재 추적 중인 모든 포함 주석을 삭제합니다.