public class NaturalLanguageClassifierIT extends WatsonServiceTest
CONTENT_TYPE, PLACEHOLDER, properties| Constructor and Description |
|---|
NaturalLanguageClassifierIT() |
| Modifier and Type | Method and Description |
|---|---|
void |
aCreate()
Creates the classifier.
|
void |
bGetClassifier()
Test get classifier.
|
void |
cGetClassifiers()
Test get classifiers.
|
void |
dClassify()
Test classify.
|
void |
eDelete()
Test delete classifier.
|
void |
setUp()
Sets the up.
|
getDefaultHeaders, getProperty, getStringFromInputStream, loadFixture, writeInputStreamToFilepublic void setUp()
throws java.lang.Exception
WatsonServiceTestsetUp in class WatsonServiceTestjava.lang.Exception - the exceptionpublic void aCreate()
throws java.lang.Exception
java.lang.Exception - the exceptionpublic void bGetClassifier()
public void cGetClassifiers()
public void dClassify()
public void eDelete()