-
I often encounter with problem, when i stub some predictions like:
`$ someObj-> methodName ('some argument') -> willReturn ('result');`
But when i test SomeObject class - i forget test case with cal…
-
I am looking at the stubs generated using `Cstubs_inverted` and I am wondering to what extent these stubs are usable when used in the context of a multi-threaded application.
Here is a typical stub …
-
```
Use Spotlight as a test case - write the tests I wish I had and then implement
into BabyPhexampe
```
Original issue reported on code.google.com by `sean.p.d...@gmail.com` on 4 Jan 2014 at 7:49
-
```
Provide an unified version of a GDB stub that works with all cores.
```
Original issue reported on code.google.com by `henke@henke37.cjb.net` on 17 Nov 2014 at 4:04
-
```
What steps will reproduce the problem?
1. Create an Interface EntityManager with method loadEntity(Class,UUID)
2. In the test have
@Before
public void setup() throws Exception
entity…
-
```
What steps will reproduce the problem?
1. Create an Interface EntityManager with method loadEntity(Class,UUID)
2. In the test have
@Before
public void setup() throws Exception
entity…
-
```
Provide an unified version of a GDB stub that works with all cores.
```
Original issue reported on code.google.com by `henke@henke37.cjb.net` on 17 Nov 2014 at 4:04
-
```
Provide an unified version of a GDB stub that works with all cores.
```
Original issue reported on code.google.com by `henke@henke37.cjb.net` on 17 Nov 2014 at 4:04
-
```
What steps will reproduce the problem?
1. Create an Interface EntityManager with method loadEntity(Class,UUID)
2. In the test have
@Before
public void setup() throws Exception
entity…
-
There are use cases where a model might just need to contain an ArtifactID - for example, if you only care about the ArtifactID of an associative object.
A provider should skip work on these items fo…