-
```
This test fails:
-------------------------------------------------
public class MockedInnerClassCannotReferenceOuterThis extends TestBase {
public class InnerClass {
public MockedInnerClass…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: arm6…
-
Linked to epic: #IssueNumberOfEpic
Building APIs for a beauty application using Java and Spring Boot involves creating robust, scalable, and secure endpoints to handle various functionalities, such a…
-
I was thinking about, from now on, adopting a more test-driven approach to developing Groundhog. You guys ever heard about that? If not, take a look at http://en.wikipedia.org/wiki/Test-driven_develop…
-
Unfortunately i can't get this both to work together
rspec (3.8.0)
rspec-mocks (3.8.1)
mocha (1.4.0)
This is the line that is failing:
```
expect(User).to have_received(:activate!).once
(cl…
-
GrpcMock gem works great, only one thing concerned us is in our system, we use `client_interceptors` and track log as events.
GrpcMock only mock the request response but skipped interceptors.
ht…
-
### Description
Hello,
There is a little (annoying) piece of code in symfony, and I would like to enhance of it
https://github.com/symfony/symfony/blob/7ce2db50984683ee2d34b2e59c14bb3c9382b160/…
-
```
What steps will reproduce the problem?
1. Create a mock using spec_set so that assigning to non-existant attributes
will fail with an exception
2. Attach a non-existant property to the mock
What…
-
We currently support running composables/components in a browser-type environment (with happy-dom, and soon jsdom). But there are use cases where it might be useful to support running tests in a hybri…
-
Issued moved from rapidcore/issues#10
The current API in `RapidCore.Mongo` is a first draft. Since it was designed we have used it in a couple of projects, which has taught us some things - we shou…