Beispiel #1
0
 public void TestThrowUnknownErrorException()
 {
     VMWareInterop.Check(1);
 }
Beispiel #2
0
 public void TestThrowLoginTypeNotSupportedException()
 {
     VMWareInterop.Check(3032);
 }
Beispiel #3
0
 public void TestThrowOperationWasSuccessfulException()
 {
     VMWareInterop.Check(0);
 }