How to write an integration test for Service layer which have few dependencies

前端 未结 0 502
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-21 15:45

I have two classes

@Service
public class A {

}

@Service
public class B {
    @Autowired
    private A a;
}

I would like to write an integration

相关标签:
回答
  • 消灭零回复
提交回复
热议问题