@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface Seeds
Typically, you'll want to override the class's seed to make the test repeat a "fixed"
scenario in which the test was known to fail in the past. In addition, you may still permit
a randomized seed by adding a non-restricted Seed
as in:
@Seeds
({ @Seed
("deadbeef"), @Seed
("cafebabe"), @Seed
()})
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.