-
## Summary
What:
Spies have `.verify(...).toBeCalledWithoutArgs()`. Mocks should use this logic in the `.expects(...)` method chaining.
Why:
Would be nice to create an expectation on a moc…
-
Some components might be harder to automate than others, depends on how tightly coupled they are with LOVE engine and how much we can verify without using visual tests. But using spies/mocks with BDD …
-
```
I've forked the Git repository and am adding new static methods mockValid() and
spyValid() to the Mockito class to return a mock/spy that will enforce
constraints on the parameters and return ty…
-
```
I've forked the Git repository and am adding new static methods mockValid() and
spyValid() to the Mockito class to return a mock/spy that will enforce
constraints on the parameters and return ty…
-
```
I've forked the Git repository and am adding new static methods mockValid() and
spyValid() to the Mockito class to return a mock/spy that will enforce
constraints on the parameters and return ty…
-
```
I've forked the Git repository and am adding new static methods mockValid() and
spyValid() to the Mockito class to return a mock/spy that will enforce
constraints on the parameters and return ty…
-
```
I've forked the Git repository and am adding new static methods mockValid() and
spyValid() to the Mockito class to return a mock/spy that will enforce
constraints on the parameters and return ty…
-
```
I've forked the Git repository and am adding new static methods mockValid() and
spyValid() to the Mockito class to return a mock/spy that will enforce
constraints on the parameters and return ty…
-
Take a look at this: http://pivotal.github.com/jasmine/#section-Spies
Coming from JasmineJS background, the ability to spy on any object proven to be very useful. I would like to see this functionali…
-
I can't find any information about how to make sure methods are called in Angular-specific code via Jasmine spies. I've looked at the angular-seed, the unit and E2E test pages on angularjs.org, and in…