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