Unit testing classes that have online functionality
When unit testing functions of a class that has private functions that require online functionality. How would one go about testing it?
How can I test a method which aggregates data from a database? [closed]
Closed 9 years ago.
How can I test a method which aggregates data from a database? [closed]
Closed 9 years ago.
How can I test a method which aggregates data from a database? [closed]
Closed 9 years ago.
Can JUnit be used to test this project?
I currently have an interesting situation occurring with my code, and after hacking away at what turned out to be a dead end for the last two weeks, I’m here asking those smarter than I to educate me on where I went wrong, and how I can perform my intended task correctly.
Can JUnit be used to test this project?
I currently have an interesting situation occurring with my code, and after hacking away at what turned out to be a dead end for the last two weeks, I’m here asking those smarter than I to educate me on where I went wrong, and how I can perform my intended task correctly.
Verifying absence of an event in multithreaded unit test
I’ve got a legacy application that had a fragile unit test (which is really more of an integration test) that used a lot of Thread.Sleep
calls to wait for events to happen.
Verifying absence of an event in multithreaded unit test
I’ve got a legacy application that had a fragile unit test (which is really more of an integration test) that used a lot of Thread.Sleep
calls to wait for events to happen.
Verifying absence of an event in multithreaded unit test
I’ve got a legacy application that had a fragile unit test (which is really more of an integration test) that used a lot of Thread.Sleep
calls to wait for events to happen.
What’s the reason for wiremock instead of Mockito in integration tests [closed]
Closed last year.