-
```
*What steps will reproduce the problem?*
1. Create a class implementing Comparable:
public abstract class BaseComparable implements Comparable {
private Integer value;
public…
-
#### NOTE: This does NOT break SemVer, because it isn't a result of external Guard API changing - it means the plugin tests are incorrectly implemented.
This error simply means the plugin's tests ar…
-
While working on #5 adding initial tests for the project I have come across several functions that are not of the form `function (input) { code; return result}`, instead most of the offending code is …
-
I just got an error while mocking Base64.decode(byte[].class, int) in android unit testing.
The first test case 'test_mockBase64decodeWithFunction' pass, but the other one fail.
I use powermock-mo…
-
[mobx-state-tree 3.17.3](https://www.npmjs.com/package/mobx-state-tree/v/3.17.3) is three years' old and I don't think it's actively maintained.
Version 5 requires mobx 6 but Alice is still on [mob…
-
I cannot find support of building a test suite that merges all tests into a monolith that runs them all.
For that different setup/teardowns must coexist which seems unsupported.
We are using both ta…
-
The MDC feature is well documented but there are a few items that need to be addressed to operate in a production environment:
-Create Cron job(s) to cal the various API endpoints needed to proces…
-
having those in place sure would have made v1.5.0 - v1.5.5 go a lot easier.
#128 actually tests these fns indirectly via the tests for `addOptions()` but it would be better those tests could just s…
-
In the project root I have a directory `/include`
I would like to create stubs for headers in this directory.
Assuming I have a header `lcd.h` when I try
`$ ceedling module:stub[include:lcd]`
I ge…
-
The standard library's [httptest](https://pkg.go.dev/net/http/httptest) package makes stubbing APIs easy, if the client calls the test server's URL:
```go
package main
import (
"fmt"
"net/http"
"…