Is there any way to override a java constructor's initialization? I know you can override methods with the object : Class() syntax.
colintheshots
03/26/2018, 6:54 PM
Now that I think of it this isn't possible in Java. I was aiming to mock an existing class by extending it, but this won't work. I'll find another way.