mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
Update crates/fce-test-macro-impl/src/fce_test/glue_code_generator.rs
Co-authored-by: folex <0xdxdy@gmail.com>
This commit is contained in:
parent
26c9358161
commit
e040a17253
@ -89,10 +89,11 @@ use std::path::PathBuf;
|
||||
/// // (3)
|
||||
///```
|
||||
///
|
||||
/// Here [(0), (1)] - module_definitions
|
||||
/// [(1), (2)] - AppService ctor
|
||||
/// [(2), (3)] - ctors of all modules of the tested service
|
||||
/// [(3), (4)] - original test function
|
||||
/// Example code above corresponds to the macro definition in the following way:
|
||||
/// [(0), (1)] - module_definitions*
|
||||
/// [(1), (2)] - app_service_ctor
|
||||
/// [(2), (3)] - module_ctors*
|
||||
/// [(3), (4)] - original_block
|
||||
pub(super) fn generate_test_glue_code(
|
||||
func_item: syn::ItemFn,
|
||||
attrs: FCETestAttributes,
|
||||
|
Loading…
Reference in New Issue
Block a user