I have just come across your library. And I have just a quick question to ask.
Can I do consecutive stubbing callback with JsMockito?
I have this code that I would like to test. It's a recursive call until the count is equal to 5. I have been scouting all over the Internet until I come across your library and I'm a big fan of Mockito.
Hi,
I have just come across your library. And I have just a quick question to ask.
Can I do consecutive stubbing callback with JsMockito?
I have this code that I would like to test. It's a recursive call until the count is equal to 5. I have been scouting all over the Internet until I come across your library and I'm a big fan of Mockito.