Esempio n. 1
0
 public void TestEmptyConstructor()
 {
     ExceptionTester <DeviceNotFoundException> .TestEmptyConstructor(() => new DeviceNotFoundException());
 }
Esempio n. 2
0
 public void TestEmptyConstructor()
 {
     ExceptionTester <AdbException> .TestEmptyConstructor(() => new AdbException());
 }
 public void TestEmptyConstructor()
 {
     ExceptionTester <UnknownOptionException> .TestEmptyConstructor(() => new UnknownOptionException());
 }
 public void TestEmptyConstructor()
 {
     ExceptionTester <PermissionDeniedException> .TestEmptyConstructor(() => new PermissionDeniedException());
 }
 public void TestEmptyConstructor()
 {
     ExceptionTester <ShellCommandUnresponsiveException> .TestEmptyConstructor(() => new ShellCommandUnresponsiveException());
 }
Esempio n. 6
0
 public void TestEmptyConstructor()
 {
     ExceptionTester <CommandAbortingException> .TestEmptyConstructor(() => new CommandAbortingException());
 }