Skip to content

composable testing api poc#1003

Draft
0xAustinWang wants to merge 1 commit intomainfrom
aw/testAPIPOC
Draft

composable testing api poc#1003
0xAustinWang wants to merge 1 commit intomainfrom
aw/testAPIPOC

Conversation

@0xAustinWang
Copy link
Copy Markdown
Contributor

No description provided.

func TestBasicMessage[Src any](ctx context.Context, t *testing.T, srcChain chainAsSource[Src], destChain chainAsDestination, fields cciptestinterfaces.MessageFields, opts cciptestinterfaces.MessageOptions) error {

extraArgs := destChain.WithExtraArgs(opts)
srcMessage, err := srcChain.BuildChainMessage(fields, extraArgs)
@0xAustinWang 0xAustinWang changed the title testing api that builds, test failing composable testing api poc Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant