-
Hey there,
First off, a big shout-out and thank you to all the amazing folks behind this repository! You've been doing some fantastic work, and I've been a fan since day one. I can't thank you enou…
-
## Libraries we use
We use the following libraries, and we're not closed to changes where relevant :-)
If you spot any libraries we added or we don't use anymore, feel free to update this list using…
-
Hey guys,
I recently started working with apex-mocks and I love it. The only thing I didn't like and where it falls a bit short with regards to Mockito is the amount of clutter in the code. Some is…
-
Standard mocking utils like [gomock](https://github.com/golang/mock) do not really work well with Mir because they only allow setting expectations on method calls while we need to set expectations on …
-
I'm trying to use the lvoc reporter on my project, but there's just no output from nodeunit.
If I invoke nodeunit test only:
```
henvic at henvic-mp in ~/projects/liferay/grunt-cli-config (master●●)…
-
Good have feature!
Implementors should have the option to download all cloud rules and perform a test.
Something like this: https://developer.sailpoint.com/discuss/t/download-version-and-update-…
-
What are we thinking in terms of frameworks?
I don't think that our technology choices will be any different than if we go for a web app, desktop app or chrome extension.
What to consider:
* …
-
- Add support for testing (without needing to run the server?)
- Add support for E2E testing support (e.g. [Bruno](https://www.usebruno.com/), [Hurl](https://hurl.dev/), etc)
-
I was thinking about @ljharb's [comment](https://github.com/creationix/nvm/pull/549#issuecomment-58923065) about the install script being untested, and had a look at how we could test it.
The testing…
-
```
Mockito is easy to use, so people use it! Unfortunately, this means that
sometimes they ignore the helpful advice on the mockito docs, namely:
"
Remember
Do not mock types you don't own
Don't …