* <p>Sets up the test environment.</p>
*/
@Before
public void setUp() {
test = new StrategyTest();
testClass = new TestClass(StrategyTest.class);
ClassPathXmlApplicationContext applicationContext =
new ClassPathXmlApplicationContext("testApplicationContext.xml");