# Functions
AssertProtoEqual ensures an expected protobuf message matches an actual message.
AssertUnmarshal ensures that a protobuf is umarshaled without error.
AssertUnmarshalChannelheader ensures that a ChannelHeader protobuf is umarshalled without error.
AssertUnmarshalHeader ensures that a Header protobuf is umarshalled without error.
AssertUnmarshalInvocationSpec ensures that a ChaincodeInvocationSpec protobuf is umarshalled without error.
AssertUnmarshalProposalPayload ensures that a ChaincodeProposalPayload protobuf is umarshalled without error.
AssertUnmarshalSignatureHeader ensures that a SignatureHeader protobuf is umarshalled without error.
NewCertificate generates a new certificate from a private key for testing.
NewECDSAPrivateKey generates a new private key for testing.
NewEd25519KeyPair generates a new public and private key pair for testing.