Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Rogério
Rogério has asked
2
questions and find answers to
104
problems.
Stats
2.1k
EtPoint
566
Vote count
2
questions
104
answers
About
Java/C#/C++ developer.
Creator of the JMockit developer testing toolkit.
Rogério questions
Is the Open/Closed Principle a good idea? [closed]
Rogério answers
Mocking static method that is called multiple times
Unable to mock BufferedWriter class in junit
how to use jmockit with spring's mockmvc to test controller
In testing in java how to check if a method of an interface is called or not?
Powermock imageio UnsatisfiedLinkError
JMockit - "Missing invocation to mocked type" when mocking System.getProperties()
How to mock private static final field
How can I simplify verification that a method is called with certain parameters and no others?
JMockIt: Is it possible to mock same class twice, in the same TestClass, to verify behaviour in different scenarios
Jmockit Expectations/Verifications for calls to private methods when testing a public method?