Yury Yurchenko

Results 2 issues of Yury Yurchenko

## Context ### Step tree The first change is about processing step tree. If step fails its status should be escalated to all parent steps. (There is another way with...

theme:assertj
theme:core
theme:build

I read documentation and found this option: ``` Map properties = new TreeMap(); accessible.fill(properties); properties.forEach( (key, value) -> // whatever ); ``` where `accessible` is `MyPropertiesInterface` which extends`Accessible` instead of...