Struct bitcoin_qt::AppTests
source · pub struct AppTests { /* private fields */ }
Implementations§
source§impl AppTests
impl AppTests
pub fn new(app: &mut BitcoinApplication) -> Self
sourcepub fn expect_callback(&mut self, callback: String)
pub fn expect_callback(&mut self, callback: String)
| Add expected callback name to list of | pending callbacks. |
sourcepub fn gui_tests(&mut self, window: *mut BitcoinGUI)
pub fn gui_tests(&mut self, window: *mut BitcoinGUI)
| Entry point for BitcoinGUI tests. |
sourcepub fn console_tests(&mut self, console: *mut RPCConsole)
pub fn console_tests(&mut self, console: *mut RPCConsole)
| Entry point for RPCConsole tests. |
Auto Trait Implementations§
impl !RefUnwindSafe for AppTests
impl !Send for AppTests
impl !Sync for AppTests
impl Unpin for AppTests
impl !UnwindSafe for AppTests
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more