Annotation Type LaunchWith

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      LaunchMode mode
      The launch mode of the tested application.
      boolean separateThread
      If the launch should occur in a separate thread.
      Class<? extends org.seedstack.seed.spi.SeedLauncher> value
      The SeedLauncher implementation used for launching the tested application.
    • Element Detail

      • value

        Class<? extends org.seedstack.seed.spi.SeedLauncher> value
        The SeedLauncher implementation used for launching the tested application.
        Returns:
        the launcher class.
        Default:
        org.seedstack.seed.spi.SeedLauncher.class
      • mode

        LaunchMode mode
        The launch mode of the tested application.
        Returns:
        the launch mode.
        Default:
        org.seedstack.seed.testing.LaunchMode.ANY
      • separateThread

        boolean separateThread
        If the launch should occur in a separate thread.
        Returns:
        if true, the launch will be done in a new thread, otherwise in the main thread.
        Default:
        false