Package csw.testkit

Class LocationTestKit$

java.lang.Object
csw.testkit.LocationTestKit$

public class LocationTestKit$ extends Object
  • Field Details

    • MODULE$

      public static final LocationTestKit$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • LocationTestKit$

      public LocationTestKit$()
  • Method Details

    • apply

      public LocationTestKit apply(TestKitSettings testKitSettings, boolean enableAuth)
      Create a LocationTestKit

      When the test has completed you should shutdown the location server with LocationTestKit.shutdownLocationServer().

      Parameters:
      testKitSettings - (undocumented)
      enableAuth - (undocumented)
      Returns:
      (undocumented)
    • withAuth

      public LocationTestKit withAuth(com.typesafe.config.Config config)
      Create a LocationTestKit

      When the test has completed you should shutdown the location server with LocationTestKit.shutdownLocationServer().

      Parameters:
      config - (undocumented)
      Returns:
      (undocumented)
    • create

      public LocationTestKit create()
      Java API for creating LocationTestKit

      Returns:
      handle to LocationTestKit which can be used to start and stop location server
    • create

      public LocationTestKit create(TestKitSettings testKitSettings)
      Java API for creating LocationTestKit

      Parameters:
      testKitSettings - custom testKitSettings
      Returns:
      handle to LocationTestKit which can be used to start and stop location server