public class PatternStringGenerator extends Object implements Generator
values = [ "hello", "world" ]
repetitions = 2
returns [ "hello", "hello", "world", "world", "hello", ... ]
Configuration examples:
| Constructor and Description |
|---|
PatternStringGenerator(Map<String,Object> templateConfig) |
PatternStringGenerator(String[] values,
long repetitions) |
public PatternStringGenerator(String[] values, long repetitions)
Copyright © 2018–2020 Apache Software Foundation. All rights reserved.