issues
search
ssacher-tgm
/
mockito
Automatically exported from code.google.com/p/mockito
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
@InjectMocks should carry out their work by the method (and not by field) if available
#212
GoogleCodeExporter
opened
8 years ago
0
Upload mockito to the Central Repository
#211
GoogleCodeExporter
opened
8 years ago
0
Clover Coverage for Setters using InjectMocks and Mock annotations.
#210
GoogleCodeExporter
closed
8 years ago
5
Initialization of @InjectMocks and @Spy fields if possible
#209
GoogleCodeExporter
closed
8 years ago
10
anyMap causes unchecked cast warning in eclipse
#208
GoogleCodeExporter
closed
8 years ago
16
how to mock enum class.
#207
GoogleCodeExporter
closed
8 years ago
14
Mockito.when() on a method should override default mock behaviour to its class
#206
GoogleCodeExporter
closed
8 years ago
4
Async VerificationMode
#205
GoogleCodeExporter
closed
8 years ago
7
Generics problems with mocking parameterized types
#204
GoogleCodeExporter
closed
8 years ago
7
Concurrent mocking and invocation lead to WrongTypeOfReturnValue exception
#203
GoogleCodeExporter
closed
8 years ago
7
Error for noArgumentValueWasCaptured gives invalid suggestion
#202
GoogleCodeExporter
closed
8 years ago
3
Optional default answer RETURNS_SELF
#201
GoogleCodeExporter
closed
8 years ago
4
polimorphic call not dispatched correctly
#200
GoogleCodeExporter
closed
8 years ago
3
Create an answer recorder
#199
GoogleCodeExporter
closed
8 years ago
3
Mockito gets mixed up stubbing an interface then a final method
#198
GoogleCodeExporter
closed
8 years ago
5
verify only() does not capture arguments
#197
GoogleCodeExporter
closed
8 years ago
2
Allows mocks to be AOP-ed
#196
GoogleCodeExporter
closed
8 years ago
5
Mockito fails to build on Ubuntu 10.04 LTS, Ant 1.7.1
#195
GoogleCodeExporter
closed
8 years ago
3
Provide downloadable zip with buildable project
#194
GoogleCodeExporter
closed
8 years ago
1
Specify extra interface through @Mock annotation
#193
GoogleCodeExporter
closed
8 years ago
3
Fixed unclear license headers in 2 files
#192
GoogleCodeExporter
closed
8 years ago
0
Relax the internal validation checks to allow inlined mock creation in stubbing
#191
GoogleCodeExporter
closed
8 years ago
4
Cunning locking code can deadlock an answer
#190
GoogleCodeExporter
closed
8 years ago
4
can't mock package-private classes when running in OSGi
#189
GoogleCodeExporter
opened
8 years ago
8
@Captor annotation might lead to NPE during autounboxing when capturing primitives
#188
GoogleCodeExporter
closed
8 years ago
5
Provide a simple way to define return values each method of a class that you're mocking
#187
GoogleCodeExporter
opened
8 years ago
4
When using a mock method call in verify() you always get a green bar.
#186
GoogleCodeExporter
closed
8 years ago
1
Verified arguments can be mutated before they are verified.
#185
GoogleCodeExporter
closed
8 years ago
2
Natural ordering is not consistent with equals
#184
GoogleCodeExporter
closed
8 years ago
7
Documentation update: Order of creating matchers is significant
#183
GoogleCodeExporter
closed
8 years ago
5
Captor documentation out of sync with code
#182
GoogleCodeExporter
closed
8 years ago
3
Feature request: vargars version of doReturn()
#181
GoogleCodeExporter
opened
8 years ago
11
'void' method not allowed here - better message
#180
GoogleCodeExporter
closed
8 years ago
3
Answers enum for configuring @Mock annotation lives in 'internal' package
#179
GoogleCodeExporter
closed
8 years ago
2
Inspection of mock objects
#178
GoogleCodeExporter
closed
8 years ago
8
verify with 'timeout'
#177
GoogleCodeExporter
closed
8 years ago
8
javadoc enhancement: any() == anyObject()
#176
GoogleCodeExporter
closed
8 years ago
10
Return empty value for Iterables
#175
GoogleCodeExporter
closed
8 years ago
18
Inject mocks automatically on MockitoAnnotations.initMocks()
#174
GoogleCodeExporter
closed
8 years ago
0
document that refEq is shallow
#173
GoogleCodeExporter
closed
8 years ago
2
undeprecate 'stub()'
#172
GoogleCodeExporter
closed
8 years ago
4
Better error reporting for verifyNoMoreInteractions
#171
GoogleCodeExporter
closed
8 years ago
3
Introduce deep stubs to help dealing with legacy code
#170
GoogleCodeExporter
closed
8 years ago
5
Add Partial JavaBean Mock Implementation
#169
GoogleCodeExporter
opened
8 years ago
14
why atLeast() is greedy in InOrder mode?
#168
GoogleCodeExporter
closed
8 years ago
8
MockitoJUnitRunner runs all tests in test case even though only selected individual test to run
#167
GoogleCodeExporter
closed
8 years ago
3
New annotation: @Captor
#166
GoogleCodeExporter
closed
8 years ago
13
Configure mock settings in @Mock annotation
#165
GoogleCodeExporter
closed
8 years ago
18
How do i verify either-or methods?
#164
GoogleCodeExporter
closed
8 years ago
5
Two InOrder's on same mock are not independent
#163
GoogleCodeExporter
closed
8 years ago
9
Next