public void testCanEnhance() throws Exception {
Unsafe unsafe = new Unsafe();
RemoteWebDriver remoteDriver = unsafe.createInstanceWithoutInvokingConstructor(RemoteWebDriver.class);
RemoteWebDriver reusableRemoteDriver = mock(ReusableRemoteWebDriver.class);
DroneAugmented augmentedDriver = mock(DroneAugmented.class);
InstanceOrCallableInstance instance1 = mock(InstanceOrCallableInstance.class);
InstanceOrCallableInstance instance2 = mock(InstanceOrCallableInstance.class);
InstanceOrCallableInstance instance3 = mock(InstanceOrCallableInstance.class);
InstanceOrCallableInstance instance4 = mock(InstanceOrCallableInstance.class);