|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase ca.ucalgary.seahawk.gui.test.MobyContentGUITestCase
public class MobyContentGUITestCase
Field Summary | |
---|---|
static String |
collectionServiceName
|
static String |
inputCollectionData
|
static String |
inputCollectionDataType
|
static String |
inputSimpleData
|
static String |
inputSimpleDataType
|
static String |
SERVICE_NAME_PROP
The Java property to set to specify what MOBY service should be tested |
static String |
simpleServiceName
|
static String[] |
testMobyTypes
|
static String |
testNode
|
static String |
testXPath
|
static String |
xmlDocumentFileName
|
Constructor Summary | |
---|---|
MobyContentGUITestCase(String name)
|
Method Summary | |
---|---|
static void |
main(String[] args)
Runs the test suite when the class is invoked on the command line. |
static junit.framework.Test |
suite()
|
void |
testCorrectMobyClientBasedInvocation()
Tries to use the Bluejay MobyClient to find services based on XPath mapping in a document's contents to MOBY types, then invoke the service on the XPath results. |
void |
testCorrectMobyServiceInvocationCollection()
Tries to run a service that returns a Collection type. |
void |
testCorrectMobyServiceInvocationSimple()
Tries to run a service that returns Simples. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static String SERVICE_NAME_PROP
public static String xmlDocumentFileName
public static String testNode
public static String testXPath
public static String[] testMobyTypes
public static String simpleServiceName
public static String inputSimpleDataType
public static String inputSimpleData
public static String collectionServiceName
public static String inputCollectionDataType
public static String inputCollectionData
Constructor Detail |
---|
public MobyContentGUITestCase(String name)
name
- Test case name.Method Detail |
---|
public void testCorrectMobyServiceInvocationSimple()
public void testCorrectMobyServiceInvocationCollection()
public void testCorrectMobyClientBasedInvocation()
public static junit.framework.Test suite()
public static void main(String[] args) throws Exception
Exception
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |