-
Currently there's only one way to mock HTTP requests (when using `AbstractApiWrapper` or `LightAPI`): We must add a file "stubAPIData.json" with the scheme below, inside the "Mock" directory
```jso…
-
### Is your proposal related to a problem?
Indirectly.
Create React App comes with [React Testing Library](https://testing-library.com/) as a great default for testing React applications. Elabor…
-
Line https://github.com/airbnb/epoxy/blob/master/epoxy-adapter/src/main/java/com/airbnb/epoxy/EpoxyController.java#L54 of EpoxyController contains a static reference to something that eventually uses …
-
we currently have no tests whatsoever which makes it hard to test new features (we're doing it manually in bot-proving grounds), makes it very hard to develop new features (you can't manually test aga…
-
In SC9+ unit testing goes better without FakeDb (yep, that's me saying that)... Just get rid of [this NuGet package](https://github.com/Sitecore/Helix.Examples/blob/master/examples/helix-basic-unicorn…
-
```
What steps will reproduce the problem?
Public methods are not virtual so some mocking frameworks are unable to easily
mock the Markdown class for unit testing.
What is the expected output? What…
-
Write your thoughts about the "[mock or not to mock](http://betterspecs.org/#mock)" best practice.
-
-
-
```
What steps will reproduce the problem?
Public methods are not virtual so some mocking frameworks are unable to easily
mock the Markdown class for unit testing.
What is the expected output? What…