Provid a method that calls an event.
Open
enhancement
- Dominant language
- Java
- Stars
- 9
- Forks
- 4
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 7
Description
We should be able to reUse an event in our regular tests.
Having a method called:
PhasedTestManager.CallEvent(Object extends NonInterruptiveEvent)
Will run the event, and wait until it is finished
Contributor guide
Research direction
Locate PhasedTestManager and NonInterruptiveEvent in the repository, then read how events are currently executed and awaited. Check the regular tests mentioned in the issue for existing event usage. Done means the requested CallEvent method runs the supplied event and returns only after it finishes, with tests covering that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100