Package web5.sdk.testing
Class TestVector
-
- All Implemented Interfaces:
public final class TestVector<I extends Object, O extends Object>Represents a single test vector as specified in https://github.com/TBD54566975/sdk-development/blob/main/web5-test-vectors/vectors.schema.json#L11
See https://github.com/TBD54566975/sdk-development/blob/main/web5-test-vectors/README.md for more details.
-
-
Constructor Summary
Constructors Constructor Description TestVector(String description, I input, O output, Boolean errors)
-