[][src]Crate solana_program_test

The solana-program-test provides a BanksClient-based test framework BPF programs

Macros

processor

Converts a solana-program-style entrypoint into the runtime's entrypoint style, for use with ProgramTest::add_program

Structs

BanksClient

The client stub that makes RPC calls to the server. Exposes a Future interface.

ProgramTest

Traits

BanksClientExt
ProgramTestBanksClientExt

Functions

builtin_process_instruction
swap_invoke_context
to_instruction_error