Allow for producing/consuming non-Strings
Open
enhancement
- Dominant language
- Java
- Stars
- 9
- Forks
- 4
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 7
Description
W want to be able to produce more complex objects than Strings
example:
```
class MyClass {
int a;
String b;
}
Class Test {
@Test
public void test() {
MyClass myObject = new MyClass(2;"Value");
PhasedTestManager.produce("storedMyClass", myObject);
}
```
Contributor guide
Research direction
Start by locating the implementation and existing tests for PhasedTestManager.produce, then trace how produced values are stored and consumed. Define how a MyClass-like object can round-trip without breaking existing String usage, and verify the behavior with tests for both production and consumption.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100