rinoto / spring-auto-mock

Do What The F*ck You Want To Public License
10 stars 3 forks source link

spring-auto-mock mocks spring interna #5

Open mibutec opened 9 years ago

mibutec commented 9 years ago

Testcase:

... @Autowired private ApplicationContext applicationContext

public void testThatApplicationContextCanBeWired() { assertNotAMock(applicationContext); } ...

rinoto commented 9 years ago

Hi Michael, I cannot reproduce it, can you have a look at https://github.com/rinoto/spring-auto-mock/commit/4af471210265a15cae3dd3c733914a314ff5a838 ?