public interface ClosePassedDecider
| Modifier and Type | Method and Description |
|---|---|
Map<Annotation,Boolean> |
get()
Returns
Map with annotations and their closable flags in the scope of the whole test suite. |
boolean |
isCloseable(Annotation annotation)
Returns
true if the issue specified in annotation can be closed in the scope of the whole test suite. |
void |
setClosable(Annotation annotation,
boolean closeable)
Sets the closable flag to the issue specified in
annotation in the scope of related test method. |
Map<Annotation,Boolean> get()
Map with annotations and their closable flags in the scope of the whole test suite.Map with annotations and their closable flags.void setClosable(Annotation annotation, boolean closeable)
annotation in the scope of related test method.annotation - Governor annotation.closeable - if true, the issue specified in annotation can be closed.boolean isCloseable(Annotation annotation)
true if the issue specified in annotation can be closed in the scope of the whole test suite.annotation - Governor annotation.true if the issue specified in annotation can be closed, otherwise false.Copyright © 2015–2016 JBoss by Red Hat. All rights reserved.