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
106
problems.
Stats
2.1k
EtPoint
575
Vote count
2
questions
106
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
How to generate coverage report with JMockit and Maven?
How to use jmockit to mock a whole abstract class but exclude one or several methods that should be verified within one JUnit4 test case?
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?