-
```
Increase the testability of UserInterface class and explore means to test GUI
```
Original issue reported on code.google.com by `jwwww...@gmail.com` on 26 Oct 2012 at 3:45
-
-
As mentioned in #24, the code in this gem is really hard to work with. I'm planning to refactor the gem to made the code more tractable, probably moving tests to RSpec in the process.
- [x] Transla…
-
Refactor existing code for better testability.
Foran updated
7 years ago
-
We should refactor the code is `search.js` to be more testable. Namely, we just make dependencies injectable and grab values our of configuration rather than using hard-coded values.
-
Currently, output file testing is difficult to test as it is all contained within the main method, and the whole program flow is needed for this.
I propose we refactor main into methods so we can tes…
-
Currently, unit testing for integration with Firebase Messaging is very challenging. The encapsulation imposed by the final and visibility of the method makes it untestable. On top of this, there is n…
-
### Detailed Description
The agent struggles to maintain a steady lane position, leading to deviations that may intrude on adjacent lanes or off-road areas. Deviating off road is likely the source of…
-
```
As a continuous build owner, I would like to generate a testability report
in HTML or other format from stored XML testability data, so that I can
show informative reports without re-running the a…
-
### Detailed Description
The Enter Behaviour in `code/planning/src/behavior_agent/behaviours/overtake.py` expects receiving the overtake success states `1` or `0` from the `/paf/hero/overtake_success…