Merge branch 'master' into sdk-4.0

This commit is contained in:
Jose Luis Osorno
2019-01-28 15:38:49 +01:00
14 changed files with 184 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ public class AlfrescoTestRunner extends BlockJUnit4ClassRunner {
protected void callProxiedChild(FrameworkMethod method, RunNotifier notifier, Description desc) {
notifier.fireTestStarted(desc);
String className = method.getMethod().getDeclaringClass().getCanonicalName();
String className = this.getTestClass().getJavaClass().getCanonicalName();
String methodName = method.getName();
if (null != methodName) {
className += "#" + methodName;