Class InterfaceMatchmakingTest2
- java.lang.Object
-
- fi.tut.mei.matchmaking.process.interfacemm.InterfaceMatchmakingTest2
-
public class InterfaceMatchmakingTest2 extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static fi.tut.mei.capabilityQueryLib.Clientclientprotected static StringMAIN_RESOURCES_LOCATIONprotected static StringQUERY_TEMPLATE_LOCATIONprotected static StringTEST_IF_RESOURCE_INSTANCES_ONTOLOGY_LOCATIONprotected static StringTEST_ONTOLOGY_LOCATIONprotected static StringTEST_SEPARATOR
-
Constructor Summary
Constructors Constructor Description InterfaceMatchmakingTest2()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidsetUpBeforeClass()static voidtearDownAfterClass()voidtestConnected_Fine()Test method forInterfaceMatchMaker.areConnectable_Gid(java.util.List)at FINE level.voidtestConnected_Rough()Test method forInterfaceMatchMaker.areConnectable_Gid(java.util.List)at COARSE level.
-
-
-
Field Detail
-
TEST_ONTOLOGY_LOCATION
protected static final String TEST_ONTOLOGY_LOCATION
- See Also:
- Constant Field Values
-
TEST_IF_RESOURCE_INSTANCES_ONTOLOGY_LOCATION
protected static final String TEST_IF_RESOURCE_INSTANCES_ONTOLOGY_LOCATION
- See Also:
- Constant Field Values
-
MAIN_RESOURCES_LOCATION
protected static final String MAIN_RESOURCES_LOCATION
- See Also:
- Constant Field Values
-
QUERY_TEMPLATE_LOCATION
protected static final String QUERY_TEMPLATE_LOCATION
- See Also:
- Constant Field Values
-
TEST_SEPARATOR
protected static final String TEST_SEPARATOR
- See Also:
- Constant Field Values
-
client
protected static fi.tut.mei.capabilityQueryLib.Client client
-
-
Method Detail
-
testConnected_Rough
public void testConnected_Rough()
Test method forInterfaceMatchMaker.areConnectable_Gid(java.util.List)at COARSE level.
-
testConnected_Fine
public void testConnected_Fine()
Test method forInterfaceMatchMaker.areConnectable_Gid(java.util.List)at FINE level.
-
-