NativePocAsserter
  public
  
  
  
  interface
  NativePocAsserter
  
  
  
| com.android.sts.common.NativePocAsserter | 
Antarmuka untuk pengonfirmasi yang akan digunakan dengan NativePoc.asserter(). 
Ringkasan
| Metode publik | |
|---|---|
| 
        
        default
        
        
        
        void | 
      checkCmdResult(CommandResult result)
      Dipanggil setelah PoC selesai | 
| 
        
        default
        
        
        
        AutoCloseable | 
      withAutoCloseable(NativePoc nativePoc, ITestDevice device)
      Dipanggil sebelum PoC berjalan, menampilkan AutoCloseable yang ditutup setelah PoC selesai | 
Metode publik
checkCmdResult
public void checkCmdResult (CommandResult result)
Dipanggil setelah PoC selesai
| Parameter | |
|---|---|
| result | CommandResult | 
withAutoCloseable
public AutoCloseable withAutoCloseable (NativePoc nativePoc, ITestDevice device)
Dipanggil sebelum PoC berjalan, menampilkan AutoCloseable yang ditutup setelah PoC selesai
| Parameter | |
|---|---|
| nativePoc | NativePoc | 
| device | ITestDevice | 
| Hasil | |
|---|---|
| AutoCloseable | |
| Menampilkan | |
|---|---|
| Exception | |
