I'm using this API I found online which suits exactly my purpose, but it uses its own runner and doesn't allow me to use Spring's own, which leads to plethora of problems. How do I load a context in that file?
I want to load some beans related to DAO btw, is that possible without @ContextConfiguration?