I have one class having a static builder to create its object. Using this I am not able to mock the function
Class A { String name private A(String name)