StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Jeff Bowman

Rating
1627.73 (923rd)
Reputation
58,205 (1,614th)
Page: 1 ... 8 9 10 11 12 ... 23
Title Δ
Stub void method using mockito 0.00
Mock is not applied on new object creation +1.43
How can I use multiple mocks of an interface for a Java EE "@I... 0.00
Cannot use mocked function calls in parameters of verify: too many... +0.38
Load a mocked class in Mockito -0.13
mockito -using one of the values from list of values to compare in... +0.93
How to simply handle a factory of multiple parameter-diverging clas... 0.00
Unit test SessionScoped class 0.00
Using both mock and fake objects in junit testing 0.00
Method of ContentValues is not mocked 0.00
how to use guice injector in a guice provider? 0.00
Mockito: Difference between doThrow() and thenThrow() 0.00
Why scope annotations have RUNTIME retention in Dagger 2? 0.00
Mocking a bit stream reader with Mockito 0.00
Guice FactoryModuleBuilder an instance with constructor parameters +1.44
How to test switch cases of the main function using mockito? 0.00
supressing NullPointerException in Mockito? 0.00
Mockito NullPointerException while using any 0.00
How to mock this callback using Mockito? 0.00
Can I set up a Mockito mock with expectations (verify) at instantia... 0.00
Guice: inject different implementation depending on who is getting... 0.00
ThreadLocal get() gives unexpected result when set() method is not... 0.00
Why does Mockito test the mock instead of the object under test? 0.00
Using Mockito, how can I mock a return value of an instance method... +0.36
How to get a value from an enum without having a variable +0.03
I need both Robolectric and Mockito in my test, each one proposes t... 0.00
Is it possible to use @AutoValue with Guice's FactoryModuleBuil... 0.00
How to configure providers with custom parameters? +0.39
Passing actual arguments in mockito stubbing 0.00
Robolectric + Mockito +0.38
How to override default behavior of unstubbed void methods in Mocki... 0.00
PowerMockito final method invoke verification not working +0.38
Is it "bad practice" to pass argument to guice module 0.00
How to test for an Async side effect with Scala and Mockito -0.64
How to implement the "robot legs" use case with Google Gu... +0.35
Mockito error with custom matcher 0.00
"Invalid use of argument matchers" but I use matchers only 0.00
Stub a method basing on arguments -0.11
Inject instance in all objects using Guice +1.55
Mockito session set Attribute null pointer exception 0.00
Junit/PowerMockito : java.lang.NoClassDefFoundError: javassist.Cann... 0.00
how to verify a void method 'returned' in mockito 0.00
Unit testing a method that attempts to work with Nullpointer +1.41
Mockito and callback returning "Argument(s) are different!" 0.00
Mockito and Mockito.any(Map.class) 0.00
Matching multiple properties in one Matcher -0.65
Error: a *different* void method cannot be stubbed with a return va... 0.00
MockitoException - is a *void method* and it *cannot* be stubbed wi... 0.00
How to mock an object created via Class.newInstance(className)? 0.00
Is it unnecessary to verify the same methods as the methods being m... +0.42