Ejemplo n.º 1
0
 public void TestEmptyConstructor()
 {
     ExceptionTester <DeviceNotFoundException> .TestEmptyConstructor(() => new DeviceNotFoundException());
 }
Ejemplo 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());
 }
Ejemplo n.º 6
0
 public void TestEmptyConstructor()
 {
     ExceptionTester <CommandAbortingException> .TestEmptyConstructor(() => new CommandAbortingException());
 }