Package fi.tut.mei.matchmaking.process
Class MatchMakerTest
- java.lang.Object
-
- fi.tut.mei.matchmaking.process.MatchMakerTest
-
public class MatchMakerTest extends Object
- Author:
- hylli
-
-
Constructor Summary
Constructors Constructor Description MatchMakerTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
static void
setUpBeforeClass()
void
tearDown()
static void
tearDownAfterClass()
void
testMakeMatch()
void
testMakeMatch2()
void
testMakeMatch3()
void
testMakeMatchForPossibilities()
void
testMakeMatchForPossibilitiesForSteps()
void
testMakeMatchForSteps()
void
testMakeMatchForSteps2()
-
-
-
Method Detail
-
testMakeMatch
public void testMakeMatch()
-
testMakeMatchForSteps
public void testMakeMatchForSteps()
-
testMakeMatch2
public void testMakeMatch2()
-
testMakeMatchForSteps2
public void testMakeMatchForSteps2()
-
testMakeMatch3
public void testMakeMatch3()
-
testMakeMatchForPossibilities
public void testMakeMatchForPossibilities()
-
testMakeMatchForPossibilitiesForSteps
public void testMakeMatchForPossibilitiesForSteps()
-
-