Mockito: mockStatic is underfined
No matter what I try I get the error "mockStatic(Class<FacesContext>) is undefined for the type TestMainPage". I've tried several differnet combinations of dependencies. I'm using Eclipse and Maven. Here is what the dependency section of my POM currently looks like:
Here is my test code:
What am I missing? Could this be an Eclipse issue, a Maven issue, a Build Path issue? What else should I try?
Here is my test code:
What am I missing? Could this be an Eclipse issue, a Maven issue, a Build Path issue? What else should I try?