Skip to content

Integration Test

Introduction

Integration testing is written with Rust test harness (#[test]), unlike unit testing, they are placed separately here. It covers scenarios involving multiple components, in which one typical case is HTTP/gRPC-related features. You can check its documentation for more information.