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
1
questions and find answers to
97
problems.
Stats
1.9k
EtPoint
541
Vote count
1
questions
97
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 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?
How to match 'any' parameter type while mocking private method in Jmockit
Mock a private method of the class under test in JMockit
Mock Object Libraries in Java
AttachNotSupportedException while running jMockit tests on IBM JRE
How to prevent super class from being mocked by jmockit?
How do I expect and verify the same method in JMockit
jmock mocking a static method