1 2 3 4 5
#[test] fn function_name_test() { use crate::Processor; let processor = Processor::new(); }