If you cannot use these tools&methods you have to get creative. Like
learning about the implementation detail of the unit under test and figure out
how to "fake" parts which can serve as a test probe. #EuroTestConf
3 replies
Emphasis on the Adapter part to enable you to write easy tests for most parts of
the application. Abstract away the uglyness, jjo
Emphasis on the Adapter part to enable you to write easy tests for most parts of
the application. Abstract away the uglyness, jjo
even from the core which directly interacts with them.