Class Simulator


  • public class Simulator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean installApp()
      Finds a valid simulator device, that can be set from the user or a default one and installs the app
      void launchSimulator()
      Finds a valid simulator device, that can be set from the user or a default one, launches the Simulator application, and launches the app on it
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • installApp

        public boolean installApp()
                           throws java.io.IOException,
                                  java.lang.InterruptedException
        Finds a valid simulator device, that can be set from the user or a default one and installs the app
        Throws:
        java.io.IOException
        java.lang.InterruptedException
      • launchSimulator

        public void launchSimulator()
                             throws java.io.IOException,
                                    java.lang.InterruptedException
        Finds a valid simulator device, that can be set from the user or a default one, launches the Simulator application, and launches the app on it
        Throws:
        java.io.IOException
        java.lang.InterruptedException