add info related to tx validity (#7773)

* add info related to tx validity

Signed-off-by: FlorianHuc <florian.huc@gmail.com>

---------

Signed-off-by: FlorianHuc <florian.huc@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
FlorianHuc
2024-10-15 21:10:49 +02:00
committed by GitHub
parent 0f4e0d421f
commit e720d8f670
4 changed files with 354 additions and 9 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.