-
Given code like this:
```cs
public interface IFoo
{
string Bar { get; }
}
public class Foo
{
public virtual string Bar { get; }
}
public class Subject
{
public string DoSomethingW…
-
I'm trying to mock `PutItem(*dynamodb.PutItemInput)` from AWS Dynamo Package [GoDoc here](https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/#DynamoDB.PutItem)
However, I'm running into a …
-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…
-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…
-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…
-
It would be pretty handy if there was a way to do value equality on a _subset_ of an object's properties. For example, suppose I have the following class definition:
```cs
class Thing {
publi…
-
## Summary
- Add the ability to easily mock a tRPC backend for usage in things like storybook, jest, etc
### Background
> There are many use cases for mocking beyond "writing to a database.
…
KATT updated
2 months ago
-
Is ts-mockito able to mock a single function? I've been trying without much success and I'm worried that it's not a supported use case... This lib has been a real blessing to work with so far (it's st…
-
It would be great to have this package covered with tests.
-
While trying to include only latest version of the packages used by flowjs i tried to update sinon to 1.17.2 but i've found out that FakeXMLHttpRequestUpload.js is tightly built atop of sinon 1.7.3.
…