-
As a developer I would like to have the ability to provide mocks and stubs for testing.
There is an xslt which uses functions and modes defined in other stylesheets. To able to test it, I need some…
-
Hi!
Basically, as I understand it, when creating a mock I have to explicitly do Fake(Method(,)) for each method that might get called during testing. Currently I'm working on some legacy code that …
-
While attempting to decouple our Rhino.Mocks dependency, I came across an issue with how best to register and load the dependency.
The way I see this decoupling being built out is that we will have h…
-
**Description:**
To ensure the project components work correctly together, this issue aims to implement comprehensive integration tests. Integration tests will verify that the interactions between …
-
I would like CSLA to standardize on the use of the Rocks mocking framework for our unit tests.
@JasonBock has been a long-time contributor to CSLA, and often uses CSLA to test Rocks, and it makes s…
-
-
-
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 …
-
It might be nice to encourage unit tests in studies and provide some tooling for it.
In the hypertension study (and still-WIP data-metrics study), I've got a little test harness method that runs a …
mikix updated
3 months ago
-
```
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…