-
Hi, I'm using library for mocking some particular DNS records in test (because in real application real DNS records exist and don't exist in my laptop).
But I stumble upon a problem that mockdns mock…
-
The reason `plugin_platform_interface` exists is to provide a structure to allow platform interfaces to enforce that implementations use `extends` rather than `implements` due to the extremely high po…
-
UpdateBatchSubscribers still looks like it's trying to use [request over axios](https://github.com/DripEmail/drip-nodejs/blob/872a4641a4e60e781a9e080b2667f989112c4f8f/lib/subscribers.js#L105), and thr…
-
![image](https://user-images.githubusercontent.com/30693990/158373773-3e9aa727-358e-4007-a17e-f1e2a0a3970e.png)
Mocks:
1. active should not have the pink border bottom (should just be hover colo…
-
```
Here is a simple example:
SomeClass mock = Mokito.mock(SomeClass.class);
RealObject realObject = new RealObject();
InOrder order = Mockito.inOrder(realObject, mock);
I would expect an exception…
-
```
Guava's Optional is described here:
http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/base/Op
tional.html
It'd be nice when calling a method on a mocked object whose retur…
-
```
In a Mock throw a checked exception
1 * repository.findOne(42l) >> {throw new NotFoundException("oh no!")}
In the "then" clause use the thrown check to verify the exception
thrown(NotFoun…
-
```
Here is a simple example:
SomeClass mock = Mokito.mock(SomeClass.class);
RealObject realObject = new RealObject();
InOrder order = Mockito.inOrder(realObject, mock);
I would expect an exception…
-
```
Guava's Optional is described here:
http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/base/Op
tional.html
It'd be nice when calling a method on a mocked object whose retur…
-
## Problem
When trying to debug a lambda function locally, I get this error:
```
2024-10-21 11:27:00.811 [error] SamLaunchRequestError: Invalid launch configuration: Debug Configurations with an …