I am trying to write a test for static method of a class. This static method originally called static methods of another class, which makes it very hard to test.
To f