Test装饰器指定断言类型 在JUnit 4中,你可以使用expected属性在@Test注解中声明期望的异常类型。如: @Test(expected = Exception.class) public void testSqlSessionFactoryBeanWithNullDataSource() throws Exception {