More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #211 failed Manual run by Mark Goodrich
Build result summary
Details
- Completed
- Queue duration
- 3 seconds
- Duration
- 1 minute
- Labels
- None
- Revisions
-
- Git
-
ea2493486d780182af403f5b545118109f62cbca
ea2493486d780182af403f5b545118109f62cbca - Release scripts
-
cb25741d3d6fa89e79187ec68f849228fcafce94
cb25741d3d6fa89e79187ec68f849228fcafce94
- Total tests
- 76
- Fixed in
- #212 (Manual run by Daniel Kayiwa)
Tests
- 1 New failures
- 0 Existing failures
- 0 Fixed
- 2 Quarantined / skipped
Responsible
No one has taken responsibility for this failure
Tests
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
IdentifierSourceControllerTest
importIdentifiers_shouldAcceptJson
|
Default Job | < 1 sec | |
org.mockito.exceptions.misusing.InvalidUseOfMatchersException: Misplaced argument matcher detected here: -> at org.openmrs.module.idgen.web.controller.IdentifierSourceRestControllerTest.shouldThrowAnExceptionWhenARequiredParameterIsMissing(IdentifierSourceRestControllerTest.java:209) You cannot use argument matchers outside of verification or stubbing. Examples of correct usage of argument matchers: when(mock.get(anyInt())).thenReturn(null); doThrow(new RuntimeException()).when(mock).someVoidMethod(anyObject()); verify(mock).someMethod(contains("foo")) Also, this error might show up because you use argument matchers with methods that cannot be mocked. Following methods *cannot* be stubbed/verified: final/private/equals()/hashCode(). org.mockito.exceptions.misusing.InvalidUseOfMatchersException: Misplaced argument matcher detected here: -> at org.openmrs.module.idgen.web.controller.IdentifierSourceRestControllerTest.shouldThrowAnExceptionWhenARequiredParameterIsMissing(IdentifierSourceRestControllerTest.java:209) You cannot use argument matchers outside of verification or stubbing. Examples of correct usage of argument matchers: (37 more lines...) |