Package io.keploy

Class Keploy

java.lang.Object
io.keploy.Keploy

public class Keploy extends Object
  • Constructor Details

    • Keploy

      public Keploy()
  • Method Details

    • StartUserApplication

      public static void StartUserApplication(String runCmd) throws IOException
      Throws:
      IOException
    • FindCoverage

      public static void FindCoverage(String testSet) throws IOException, InterruptedException
      Throws:
      IOException
      InterruptedException
    • StopUserApplication

      public static void StopUserApplication()
    • FetchTestSets

      public static String[] FetchTestSets()
    • FetchTestSetStatus

      public static Keploy.TestRunStatus FetchTestSetStatus(String testRunId)
    • RunTestSet

      public static String RunTestSet(String testSetName)
    • StopTest

      public static Boolean StopTest()
    • killProcessOnPort

      public static void killProcessOnPort(int port)
    • killProcessesAndTheirChildren

      public static void killProcessesAndTheirChildren(int parentPID)
    • findAndCollectChildProcesses

      public static void findAndCollectChildProcesses(String parentPID, List<Integer> pids)
    • runTests

      public static void runTests(String jarPath)