mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Currently this is not supported, although it will be needed in the future. Also take the opportunity to change the unit tests to use: when(x.y()).thenReturn(z)); rather than: doReturn(z).when(x).y(); This is because I noticed the javadoc for "doReturn" gives a good explanation of when to use each (use the former whenever possible for readability; use the latter if there's no choice). +review RM-25 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@102231 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261