Ejemplo n.º 1
0
 @Test
 public void testInit() {
   AspectBiz biz = super.getBean("aspectBiz");
   biz.init("moocService", 3);
 }
Ejemplo n.º 2
0
 @Test
 public void testBiz() {
   AspectBiz biz = super.getBean("aspectBiz");
   biz.biz();
 }