-
## Todo:
- Try to identify missing tests in the queries and add at least 10 new tests that cover typical DB queries that are not present in the current tests.
- If you miss some data in the databa…
-
### Description
List of Small Improvements to Make to the Graph Screen from Test Day
### Acceptance Criteria
- [x] Should be able to arrow through graph screen values
- [x] Time should be not in m…
-
**Requested feature**
A helper method that would make inline construction of mocks possible.
**Why the feature is needed**
So the test code would look nicer
**Proposed solution**
Maybe so…
mniak updated
11 months ago
-
Add:
verifyNoMoreInteractions(...mocks)
that ensures there are no more interactions made on given mocks.
If nothing given, all the mocks should be examined.
-
update it to current latest, project wide
- [ ] Regenerate all mocks with new version
-
Mandatory user stories:
- [X] Should have mocks
- [x] Client should adhere to mocks
- [x] Should use Flexbox
Other things:
[Bill's initial mocks](https://projects.invisionapp.com/share/BN93WOO9R#/scr…
ghost updated
8 years ago
-
### Subject of the issue
Rails 7.1 added [Object#with](https://api.rubyonrails.org/classes/Object.html#method-i-with) which conflicts with `receive` and `have_received` that define a #with method (…
-
First off, let me say {
const { baseElement, debug } = render(
);
await act(() => wait(0));
debug();
expect(baseElement).not.toHaveTextContent('Vehicle info');
…
-
**Is your feature request related to a problem? Please describe.**
When I have a lot of different endpoints I need to mock, it can be quite a bit of work setting up these to use the `mocks-server`'s …
-
When using more than one mock repository, the destructor of the second mock repository fails with a memory access violation at hippomocks.h:942 when calling `TestFinished()` on the reporter of the sec…