Skip to content

docs: clarify JUnit Jupiter imports#418

Draft
Chandu0501 wants to merge 1 commit into
wiremock:mainfrom
Chandu0501:docs/junit-jupiter-imports-304
Draft

docs: clarify JUnit Jupiter imports#418
Chandu0501 wants to merge 1 commit into
wiremock:mainfrom
Chandu0501:docs/junit-jupiter-imports-304

Conversation

@Chandu0501

Copy link
Copy Markdown

Summary

  • add an explicit import block for @WireMockTest and WireMockRuntimeInfo
  • make the first JUnit Jupiter example copy-pasteable
  • clarify the package users should import from when following this page

Fixes #304

Verification

  • pnpm exec astro build generated /docs/junit-jupiter/index.html but still hit the repo's pre-existing Windows copy-static-homepage failure with an invalid C:\C:\... copy target
  • mvn org.apache.maven.plugins:maven-dependency-plugin:3.8.1:get "-Dartifact=org.wiremock:wiremock:3.13.2"
  • verified WireMockTest.class and WireMockRuntimeInfo.class exist in org.wiremock:wiremock:3.13.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue on JUnit 5 Jupiter: What is the import for @WireMockTest?

1 participant