Added @author

This commit is contained in:
Mattias Holmqvist 2011-10-23 14:30:42 +02:00
parent b64fee01a8
commit f530a5d585
4 changed files with 12 additions and 0 deletions

View File

@ -28,6 +28,9 @@ import javax.annotation.Nullable;
import static org.virtualbox_4_1.DeviceType.HardDisk;
/**
* @author Mattias Holmqvist
*/
public class AttachHardDiskToMachineIfNotAlreadyAttached implements Function<IMachine, Void> {
private String controllerIDE;

View File

@ -30,6 +30,9 @@ import org.virtualbox_4_1.VirtualBoxManager;
import javax.annotation.Nullable;
/**
* @author Mattias Holmqvist
*/
public class CreateAndRegisterMachineFromIsoIfNotAlreadyExists implements Function<String, IMachine> {
private String settingsFile;

View File

@ -26,6 +26,9 @@ import org.virtualbox_4_1.*;
import static org.easymock.classextension.EasyMock.*;
/**
* @author Mattias Holmqvist
*/
@Test(groups = "unit", testName = "AttachHardDiskToMachineIfNotAlreadyAttachedTest")
public class AttachHardDiskToMachineIfNotAlreadyAttachedTest {

View File

@ -32,6 +32,9 @@ import static org.easymock.EasyMock.anyBoolean;
import static org.easymock.EasyMock.expect;
import static org.easymock.classextension.EasyMock.*;
/**
* @author Mattias Holmqvist
*/
@Test(groups = "unit", testName = "CreateAndRegisterMachineFromIsoIfNotAlreadyExistsTest")
public class CreateAndRegisterMachineFromIsoIfNotAlreadyExistsTest {