I am modifiying a class method which formats some input paramater dates which are subsequently used as params in a method call into the base class (which lives in another as
Depending on your situation you may consider swithcing from inheritance to composition. Then you'll be able to mock the dependency and verify your method. Of course in some cases it just might not worth it.