mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
Transaction simulation service (#6686)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -242,7 +242,13 @@ public class JsonTestParameters<S, T> {
|
||||
return generate(getFilteredFiles(paths));
|
||||
}
|
||||
|
||||
private Collection<Object[]> generate(final Collection<File> filteredFiles) {
|
||||
/**
|
||||
* Generate collection.
|
||||
*
|
||||
* @param filteredFiles the filtered files
|
||||
* @return the collection
|
||||
*/
|
||||
public Collection<Object[]> generate(final Collection<File> filteredFiles) {
|
||||
checkState(generator != null, "Missing generator function");
|
||||
|
||||
final Collector<T> collector =
|
||||
|
||||
Reference in New Issue
Block a user