Package org.springframework.test

Examples of org.springframework.test.AssertThrows.runTest()


            new ClassPathXmlApplicationContext(xmlFile);
        Calculator calc = (Calculator) ctx.getBean("delegatingCalculator");
        calc.add(1, 2);
      }
    };
    at.runTest();
    assertEquals("Gotcha", at.getActualException().getMessage());
  }

  public void testFactoryBean() {
    ApplicationContext context = new ClassPathXmlApplicationContext("groovyContext.xml", getClass());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.