Transaction simulation service (#6686)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2024-03-13 16:54:38 +01:00
committed by GitHub
parent efd1bc7070
commit 4cc6b744cf
38 changed files with 424 additions and 95 deletions

View File

@@ -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 =