Posted on c/ElrondDevelopers 2 sam193027794c/ElrondDevelopers 2 years ago any suggestion ? What can I do for writing test-cases for them ? Comment 2 Comments zen441950558 2years ago make them endpoints and test them as such ian8639380436 2years ago You write tests in Rust. Here you can call any function, regardless if it's an endpoint or not. https://docs.elrond.com/developers/developer-reference/rust-testing-framework/
make them endpoints and test them as such
You write tests in Rust. Here you can call any function, regardless if it's an endpoint or not. https://docs.elrond.com/developers/developer-reference/rust-testing-framework/