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.

Add some integration tests for new [DoesNotReturn] feat

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
daveMuellercommented, Sep 23, 2020

Ahh ok thanks. I didn’t check what happens in PrepareAttributes(...) 🙈. You can assign this to me then.

0reactions
MarcoRossignolicommented, Sep 24, 2020

When using the samples in Instrumentation.DoesNotReturn.cs it doesn’t really make sense to pass a doesNotReturnAttribute to the instrumenter because it defaults to DoesNotReturnAttribute.

Yep we can for now avoid to add the attributes overload to test helper class, we use build-in DoesNotReturnAttribute

Read more comments on GitHub >

github_iconTop Results From Across the Web

Integration tests in ASP.NET Core
Unit tests are used to test isolated software components, such as individual class methods. Integration tests confirm that two or more app ...
Read more >
Do I need unit test if I already have integration test?
Since I already have to write integration tests anyway, I will like to only write unit test for parts that not covered by...
Read more >
Running integration tests against the server in the same ...
This is a common scenario when writing integration tests. Integration tests are dependent on another service to be up and running.
Read more >
6 best practices for integration testing with continuous ...
Run integration tests until something fails; Determine what needs to be added or modified; Drill down into unit testing; Go back to integration...
Read more >
Vaadin push example. 8 app using the new built-in Push ...
An example clinic patient queue application using Vaadin 8, Java EE 8 and Vaadin CDI add-on. This time, I've investigated how to push...
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