Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.x webserver testing documentation issue #8168

Closed
andreiyusupau opened this issue Dec 19, 2023 · 0 comments · Fixed by #8261
Closed

4.x webserver testing documentation issue #8168

andreiyusupau opened this issue Dec 19, 2023 · 0 comments · Fixed by #8261
Assignees
Milestone

Comments

@andreiyusupau
Copy link

Environment Details

  • Helidon Version: 4.0.1
  • Helidon SE
  • OS: Windows
  • Java

Problem Description

Documentation https://helidon.io/docs/v4/#/se/testing states the following:

In addition, a static method annotated with @setupServer can be defined for @servertest, which has a single parameter of WebServer.Builder.

But WebServer doen't exist in io.helidon.webserver.testing.junit5:helidon-webserver-testing-junit5:4.0.1.

So it should be:

In addition, a static method annotated with @setupServer can be defined for @servertest, which has a single parameter of WebServerConfig.Builder.

@m0mus m0mus added this to the 4.0.3 milestone Dec 21, 2023
@m0mus m0mus changed the title Helidon SE 4 documentation issue 4.x webserver testing documentation issue Dec 21, 2023
@barchetta barchetta modified the milestones: 4.0.3, 4.0.4 Jan 4, 2024
@barchetta barchetta self-assigned this Jan 18, 2024
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants