adobe / adobe/phased-testing

Allow for producing/consuming non-Strings

Open
#26 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.