Crate solana_program_test

Source
Expand description

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

Re-exports§

pub use tokio;

Modules§

programs

Macros§

processor
Converts a safecoin-program-style entrypoint into the runtime’s entrypoint style, for use with ProgramTest::add_program

Structs§

BanksClient
InvokeContext
ProgramTest
ProgramTestContext

Enums§

BanksClientError
Errors from BanksClient
ProgramTestError
Errors from the program test environment

Traits§

ProgramTestBanksClientExt

Functions§

builtin_process_instruction
find_file
read_file