Gregor Trefs

Results 3 issues of Gregor Trefs

## Testing Problem I think the stateful stack example is not model checking. Or at least the model that is used to verify the implementation is the implementaion itself. Why?...

enhancement

The functional Java branch is more idiomatic in regard to the functional style. Projection is a function which maps from a list of events to an optional value. Event filters...

## Testing Problem Consider the following test: ``` @Provide @Property(tries = 5_000) @StatisticsReport(format = Histogram.class) void checkMyStackInfinite(@ForAll("infiniteStackActions") ActionChain chain) { chain.run(); Statistics.label("Chain size").collect(chain.transformations().size()); } @Provide Arbitrary infiniteStackActions() { return ActionChain.startWith(MyStringStack::new)...