Merge branch 'main' into zkbesu

# Conflicts:
#	.github/workflows/BesuContainerVerify.sh
#	.github/workflows/splitList.sh
#	.github/workflows/splitTestsByTime.sh
#	gradle.properties
This commit is contained in:
Fabio Di Fabio
2024-10-16 11:41:19 +02:00
38 changed files with 992 additions and 462 deletions

View File

@@ -341,10 +341,15 @@ public class JsonTestParameters<S, T> {
}
}
private static class JsonTestCaseReader<T> {
/**
* Parameterized wrapper for deserialization.
*
* @param <T> the type parameter
*/
public static class JsonTestCaseReader<T> {
/** The Test case specs. */
final Map<String, T> testCaseSpecs;
public final Map<String, T> testCaseSpecs;
/**
* Public constructor.