Skip to content
New issue

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

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

Already on GitHub? # to your account

Improve WithDsl #303

Open
osoykan opened this issue Jan 24, 2024 · 0 comments
Open

Improve WithDsl #303

osoykan opened this issue Jan 24, 2024 · 0 comments
Labels
area:all-deps enhancement New feature or request

Comments

@osoykan
Copy link
Collaborator

osoykan commented Jan 24, 2024

Options can be defined better for example:

From:

 wiremock {
        WireMockSystemOptions(
            port = 9090,
            removeStubAfterRequestMatched = true,
            afterRequest = { e, _, _ ->
                logger.info(e.request.toString())
            },
        )
    }

To:

 wiremock {
         port = 9090,
         removeStubAfterRequestMatched = true,
         afterRequest = { e, _, _ ->  logger.info(e.request.toString()) }
 }
@osoykan osoykan added enhancement New feature or request area:all-deps labels Jan 24, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area:all-deps enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant