question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Interceptors are deprecated and sometimes removed but are still in the documentation

See original GitHub issue

Interceptors are deprecated and sometimes removed as stated in the change log: https://github.com/kotlintest/kotlintest/blob/master/CHANGELOG.md

But they are still explained as the only way of executing code before or after a test in the documentation: https://github.com/kotlintest/kotlintest/blob/master/doc/reference.md#intercepting-a-test-case

Moreover, the documentation says nothing about beforeTest and afterTest listener methods.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sksamuelcommented, May 14, 2018

I’ve updated the documentation to cover listeners now.

0reactions
stephenjfoxcommented, Jul 8, 2018

Open under #376

Read more comments on GitHub >

github_iconTop Results From Across the Web

Locking interceptors doesn't work when multiple requests are ...
I'm using an interceptor with locks to lock the interceptor while a token is being refreshed. If multiple requests are enqueued while the ......
Read more >
apache kafka - Is Confluent killing the interceptors with it last release ...
The only dashboard in order to monitorize the interceptors is marked as deprecated. Is now Confluent going to stop using the interceptors? apache-kafka ......
Read more >
Using Interceptors - MuleSoft Documentation
Mule interceptors are useful for attaching behaviors to multiple components. The interceptor pattern is often referred to as practical AOP (Aspect Oriented ...
Read more >
com.walmartlabs.lacinia.pedestal documentation
Defines Pedestal interceptors and supporting code. Many functions here were deprecated in 0.14.0, with replacements in the com.walmartlabs.lacinia.pedestal2 ...
Read more >
grpc - Go Packages
WithStreamInterceptor returns a DialOption that specifies the interceptor for streaming RPCs. func WithTimeout deprecated.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found