mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user