adobe / adobe/phased-testing

Provide method to consume values for a class

Open
#96 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

Given a class and a key, we should provide a map of values.

In PhaseTestManager we should create a method called consume(Class, Key).

For a scenario a.b.c.d.E with 3 steps and the key KEY1, at the end of the all the shuffle groups we should have four values for KEY1.

When calling PhasedTestManager.consume(a.b.c.d.E, "KEY1"), we should get a map with 4 entries

ShuffleGroup_0_3, Value for KEY1
ShuffleGroup_1_2, Value for KEY1
ShuffleGroup_2_1, Value for KEY1
ShuffleGroup_3_0, Value for KEY1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.