File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,13 +95,21 @@ Execute the `ConsumerApp` in the `rpc-consumer` module to make calls to the prov
9595java -cp rpc-consumer/target/rpc-consumer-1.0-SNAPSHOT.jar:rpc-core/target/rpc-core-1.0-SNAPSHOT.jar:rpc-common/target/rpc-common-1.0-SNAPSHOT.jar:rpc-api/target/rpc-api-1.0-SNAPSHOT.jar:$( mvn -q dependency:build-classpath -Dmdep.outputFile=/dev/stdout -pl rpc-consumer -am) com.xiaoyu.rpc.consumer.ConsumerApp
9696```
9797
98- ### 4. Running Integration Tests
99-
100- To run the full integration test suite:
101-
102- ``` bash
103- mvn test -pl rpc-consumer -Dtest=FullIntegrationTest
104- ```
98+ ### 4. Running Tests
99+
100+ ** Unit Tests** :
101+ Run the comprehensive unit test suite covering SPI, serializers, load balancers, and more:
102+
103+ ``` bash
104+ mvn test -pl rpc-core
105+ ```
106+
107+ ** Integration Tests** :
108+ Run the full integration test suite:
109+
110+ ``` bash
111+ mvn test -pl rpc-consumer -Dtest=FullIntegrationTest
112+ ```
105113
106114---
107115
You can’t perform that action at this time.
0 commit comments