this is @BeforeClass
this is @Before
this is @Test1
this is @After
this is @Before
this is @Test2
this is @After
this is @AfterClass
this is @Before
this is @Test1
this is @After
this is @Before
this is @Test2
this is @After
this is @AfterClass
2016-01-11
* Created by Administrator on 2015/5/29.
* 1.测试方法上必须使用@Test进行修饰
* 2.测试方法必须使用public void 进行修饰,不能待任何的参数
* 3.新建一个源代码目录
* 4.测试类的爆应该和被测试类保持一致
* 5.测试单元中的每个方法必须可以独立测试,测试方法间不能有任何的依赖
* 6.测试类使用Test作为类名的后缀
* 7.测试方法使用test作为方法名的前缀
* 1.测试方法上必须使用@Test进行修饰
* 2.测试方法必须使用public void 进行修饰,不能待任何的参数
* 3.新建一个源代码目录
* 4.测试类的爆应该和被测试类保持一致
* 5.测试单元中的每个方法必须可以独立测试,测试方法间不能有任何的依赖
* 6.测试类使用Test作为类名的后缀
* 7.测试方法使用test作为方法名的前缀
2016-01-11
使用Myeclipse2015 配置spring、hibernate 是不需要再次添加spring持久化包的 亲测可用。
2015-12-26