Package com.attivio.sdk.test
Class SdkAssert
- java.lang.Object
-
- com.attivio.sdk.test.SdkAssert
-
public class SdkAssert extends java.lang.Object
Assertions for testing sdk objects.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PhraseAssert
assertThat(Phrase phrase)
Create aPhraseAssert
for asserting attributes ofactual
.static QueryAssert
assertThat(Query query)
Create aQueryAssert
for asserting attributes ofactual
.static QueryResponseAssert
assertThat(QueryResponse value)
static TokenListAssert
assertThat(TokenList tokens)
Create aTokenListAssert
for asserting attributes ofactual
.
-
-
-
Method Detail
-
assertThat
public static TokenListAssert assertThat(TokenList tokens)
Create aTokenListAssert
for asserting attributes ofactual
.
-
assertThat
public static PhraseAssert assertThat(Phrase phrase)
Create aPhraseAssert
for asserting attributes ofactual
.
-
assertThat
public static QueryAssert assertThat(Query query)
Create aQueryAssert
for asserting attributes ofactual
.
-
assertThat
public static QueryResponseAssert assertThat(QueryResponse value)
-
-