Package fi.tut.mei.matchmaking.process
Class TestHelper
- java.lang.Object
-
- fi.tut.mei.matchmaking.process.TestHelper
-
public class TestHelper extends Object
- Author:
- hylli
-
-
Field Summary
Fields Modifier and Type Field Description static String
PRODUCT_MODEL_LOCATION
static String
RESOURCE_LOCATION
-
Constructor Summary
Constructors Constructor Description TestHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addSteps(fi.tut.mei.matchmaking.model.xml.msg.MatchmakingReq req)
static void
checkResult(fi.tut.mei.matchmaking.model.xml.msg.MatchmakingResult result, MatchMaker matchMaker)
static fi.tut.mei.matchmaking.model.xml.msg.MatchmakingReq
createReq(Map<String,InputStream> prds, Map<String,InputStream> resources, boolean includeLayout)
-
-
-
Field Detail
-
RESOURCE_LOCATION
public static final String RESOURCE_LOCATION
- See Also:
- Constant Field Values
-
PRODUCT_MODEL_LOCATION
public static final String PRODUCT_MODEL_LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
createReq
public static fi.tut.mei.matchmaking.model.xml.msg.MatchmakingReq createReq(Map<String,InputStream> prds, Map<String,InputStream> resources, boolean includeLayout)
-
addSteps
public static void addSteps(fi.tut.mei.matchmaking.model.xml.msg.MatchmakingReq req)
-
checkResult
public static void checkResult(fi.tut.mei.matchmaking.model.xml.msg.MatchmakingResult result, MatchMaker matchMaker)
-
-