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
113
problems.
Stats
2.2k
EtPoint
596
Vote count
2
questions
113
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
ClassCastException and NoSuchMethodException with sophisticated generic class hierarchy
Reuse expectations block several times in JMockit
How do I mock any arguments to a private method using PowerMockito?
How to inject mocked object by jmockit to a spring managed object with @Transactional method?
Java Unit Test: Replace a private method under test
Is it wrong to favour integration testing over unit testing?
Using JMockit, how do I mock an interface method for specific input parameter values?
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