-
Request for mock ML job data for use in plugins integrating with ML.
As we work toward being more Solutions-oriented, more plugins are integrating with ML. It would be great to provide mock data fo…
-
in my project there is a requirement for mock API to implement validation rules on POST request.
To achieve this i create some validation rules inside server.post function. However, it seems that afte…
-
Hello!
I want to test my registration form submit, but can't check if submit handler is called.
Here is my form:
```
Email:
Password:
Con…
-
```
I much prefer the readability of the annotated style of Mockito declarations
like: @Mock Editable editable;
However I have some final classes that seem to require the @PrepareForTest( {
Editabl…
-
```
I much prefer the readability of the annotated style of Mockito declarations
like: @Mock Editable editable;
However I have some final classes that seem to require the @PrepareForTest( {
Editabl…
-
```
I much prefer the readability of the annotated style of Mockito declarations
like: @Mock Editable editable;
However I have some final classes that seem to require the @PrepareForTest( {
Editabl…
-
`avj` is the library we use to parse the JSON schema. It currently does not support the [`mapping`](https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/) keyword, making it …
-
Dear castle-mock team,
I think that I found an issue.
I have a project with multiple ports. Each port was created with its own wsdl file.
If I try to access the wsdl of port x,a,z or w via the …
-
The way this library interacts with the MerchantConfiguration doesn't allow for making it easily testable / injectable.
Example:
We have a report service that allows us to use any of our 8 merch…
-
## User story
As a consumer of the prism validation-proxy used within a docker container, I would like redirects to not be followed by default for a given endpoint that is validated through the valid…