public final class AxiomTestVerb
extends com.google.common.truth.TestVerb
| Modifier and Type | Field and Description |
|---|---|
static AxiomTestVerb |
ASSERT |
| Modifier and Type | Method and Description |
|---|---|
<T,C extends Iterable<T>> |
that(Iterator<T> target) |
OMAttributeSubject |
that(org.apache.axiom.om.OMAttribute target) |
OMContainerSubject |
that(org.apache.axiom.om.OMContainer target) |
OMElementSubject |
that(org.apache.axiom.om.OMElement target) |
getFailureMessage, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, withFailureMessagepublic static final AxiomTestVerb ASSERT
public <T,C extends Iterable<T>> com.google.common.truth.IterableSubject<? extends com.google.common.truth.IterableSubject<?,T,C>,T,C> that(Iterator<T> target)
public OMContainerSubject that(org.apache.axiom.om.OMContainer target)
public OMElementSubject that(org.apache.axiom.om.OMElement target)
public OMAttributeSubject that(org.apache.axiom.om.OMAttribute target)
Copyright ? The Apache Software Foundation. All Rights Reserved.