fillExpected method should return "A_04_B" when passed ""A_XX_B" as expected String.(Incrementing the value of the int at the positions of XX , considering A and B matching combinations).
and should return "A_03_C" when passed ""A_XX_C" as expected String.
this can be achieved by matchers and wild cards right?
any suggestions please.