Allow to fetch name for mock virtual machine to fix tests in 183

This commit is contained in:
Nikolay Krasko
2018-11-08 18:57:12 +03:00
parent 021732f74a
commit 01bea14f09
@@ -159,7 +159,7 @@ public class MockVirtualMachine implements VirtualMachine {
@Override
public String name() {
throw new UnsupportedOperationException();
return "JVM mock";
}
@Override