Class MockSpringServletService

All Implemented Interfaces:
Serializable

public class MockSpringServletService extends SpringVaadinServletService
A mocking service that performs three very important tasks: The class is intentionally opened, to be extensible in user's library.
Author:
mavi
See Also:
  • Constructor Details

    • MockSpringServletService

      @Deprecated(forRemoval=true) public MockSpringServletService(@NotNull MockSpringServlet servlet, @NotNull DeploymentConfiguration deploymentConfiguration, @NotNull org.springframework.context.ApplicationContext ctx, @NotNull kotlin.jvm.functions.Function0<UI> uiFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MockSpringServletService

      public MockSpringServletService(@NotNull MockSpringServlet servlet, @NotNull DeploymentConfiguration deploymentConfiguration, @NotNull org.springframework.context.ApplicationContext ctx, @NotNull com.vaadin.testbench.unit.internal.UIFactory uiFactory)
  • Method Details