-
Our current testing environment only provides very limited testing of the different language bindings.
# What we have
systemtests that run the solverdummies for the different language bindings i…
-
RhinoMocks allows for the ability to return different objects the second, third, fourth etc. time that a method is called. This is particularly useful when you are mocking a factory for use in the cla…
-
For our own debugging, it is useful to have one stream to write debugging to, if there is no logging (https://github.com/bskinn/stdio-mgr/issues/43)
This is also useful if a program is only expecti…
-
```
I'll try the following (quite simple) static method mocking in my test:
@RunWith(PowerMockRunner.class)
@PrepareForTest({ FacesContext.class })
public class MyControllerTest {
@Test
public final…
-
```
I'll try the following (quite simple) static method mocking in my test:
@RunWith(PowerMockRunner.class)
@PrepareForTest({ FacesContext.class })
public class MyControllerTest {
@Test
public final…
-
### Is your feature request related to a problem? Please describe
For new contributors, it cant take a while and be a bit confusing where to start when developing, as it requires setting up a provide…
-
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [ ] Example that reproduces the problem uploaded to Github
- [ ] Full description of the issue provided (…
-
### Which @ngrx/* package(s) are relevant/related to the feature request?
signals
### Information
This RFC suggests introducing the `unprotected` function that would be exported from `@ngrx/s…
-
Take the example of ProjectExistsCommand object in Project Tracker.
In ProjectEdit.cs we are calling ' DataPortal.Execute(cmd);'
What if we have a static method in Command object and then call Dat…
-
## "Mock" routing API
For the tests that involve routing we should mock the external API response. That would allow for better testing of (for example) the time label.
It's also indepentent of the A…