Package web5.sdk.testing
Class TestVectors
-
- All Implemented Interfaces:
public final class TestVectors<I extends Object, O extends Object>Represents a set of test vectors as specified in https://github.com/TBD54566975/sdk-development/blob/main/web5-test-vectors/vectors.schema.json
See https://github.com/TBD54566975/sdk-development/blob/main/web5-test-vectors/README.md for more details.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescriptionprivate final List<TestVector<I, O>>vectors
-
Constructor Summary
Constructors Constructor Description TestVectors(String description, List<TestVector<I, O>> vectors)
-
Method Summary
Modifier and Type Method Description final StringgetDescription()final List<TestVector<I, O>>getVectors()-
-
Constructor Detail
-
TestVectors
TestVectors(String description, List<TestVector<I, O>> vectors)
-
-
Method Detail
-
getDescription
final String getDescription()
-
getVectors
final List<TestVector<I, O>> getVectors()
-
-
-
-