Crate yewlish_testing_tools

Crate yewlish_testing_tools 

Source

Re-exports§

pub extern crate gloo_utils;
pub extern crate log;
pub extern crate serde_json;
pub extern crate serde_wasm_bindgen;
pub extern crate wasm_bindgen;
pub extern crate wasm_bindgen_futures;
pub extern crate web_sys;
pub extern crate yew;
pub use tester::Extractor;
pub use tester::Query;
pub use tester::Tester;
pub use tester::TesterEvent;

Modules§

tester

Macros§

render
The render! macro is used to render Yew components for testing purposes. It renders the component and returns a Tester instance that can be used to interact with the rendered components.