305306307308309310311
/** * Creates the test strategy to use (see {@link #getStrategy()}). */ protected Strategy createStrategy() { return new PropertyDefiningStrategy(this); }
350351352353354355356
335336337338339340341