Uses of Class
com.attivio.sdk.test.TokenListAssert
-
Packages that use TokenListAssert Package Description com.attivio.sdk.test -
-
Uses of TokenListAssert in com.attivio.sdk.test
Methods in com.attivio.sdk.test that return TokenListAssert Modifier and Type Method Description static TokenListAssert
SdkAssert. assertThat(TokenList tokens)
Create aTokenListAssert
for asserting attributes ofactual
.static TokenListAssert
TokenListAssert. assertThat(TokenList actual)
Create aTokenListAssert
for asserting attributes ofactual
.TokenListAssert
TokenListAssert. equals(TokenList expected)
Assert that the token list equalsexpected
.TokenListAssert
TokenListAssert. equals(java.lang.String... expected)
Assert that the token list equalsexpected
.TokenListAssert
TokenListAssert. isTokenized(TokenList expected)
Assert that all tokens are marked asTokenAnnotation.TOKENIZED
and the token list equalsexpected
.TokenListAssert
TokenListAssert. isTokenized(java.lang.String... expected)
Assert that all tokens are marked asTokenAnnotation.TOKENIZED
and the token list equalsexpected
.
-