NeedleConfiguration.get() |
|
More...
|
over 12 years ago
|
creates spy instance if required |
|
More...
|
over 12 years ago
|
MockitoProvider is now also a SpayProvider |
|
More...
|
over 12 years ago
|
Using NeedleConfiguration.get(), all fields are non static and set up in Constructor |
|
More...
|
over 12 years ago
|
using NeedleConfiguration.get() |
|
More...
|
over 12 years ago
|
slight efficiency improvement, loading defaults first does not require "contains" check for every key. Loop now over keySet, not enumeration. |
|
More...
|
over 12 years ago
|
static access to loadResourceAndDefault |
|
More...
|
over 12 years ago
|
made loadResource static so it can be called from NeedleConfiguration directly |
|
More...
|
over 12 years ago
|
refactored. no more redundant static fields and static getters. all configuration values are stored internal in map. Access as static singleton to minimize changes to dependent classes. |
|
More...
|
over 12 years ago
|
setInstanceIfNotNull now calls the spyProvider, so (if configured) it is possible to use spy() on @ObjectUnderTest |
|
More...
|
over 12 years ago
|
switched to NeedleConfiguration.get() |
|
More...
|
over 12 years ago
|
suppress warnings |
|
More...
|
over 12 years ago
|
suppress warning |
|
More...
|
over 12 years ago
|
test for checkState |
|
More...
|
over 12 years ago
|
abstract spy creation via interface |
|
More...
|
over 12 years ago
|
config file for explicit mockito testing |
|
More...
|
over 12 years ago
|
add new util class |
|
More...
|
over 12 years ago
|
removed super() |
|
More...
|
over 12 years ago
|
final arguments, removed call to super() |
|
More...
|
over 12 years ago
|
Merge branch 'master' of git://github.com/akquinet/needle |
|
More...
|
over 12 years ago
|
organized dependencies, extracted slf4j-version, added developer |
|
More...
|
over 12 years ago
|
Build status |
|
More...
|
over 12 years ago
|
Update README.md |
|
More...
|
over 12 years ago
|
Update README.md |
|
More...
|
over 12 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
over 12 years ago
|
[maven-release-plugin] prepare release jbosscc-needle-2.2 |
|
More...
|
over 12 years ago
|
documentation |
|
More...
|
over 12 years ago
|
documentation |
|
More...
|
over 12 years ago
|
#9 EntityManager not cleared after db operation |
|
More...
|
over 12 years ago
|
#2 EntityTransaction injection |
|
More...
|
over 12 years ago
|