Skip to content

Commit 60621e9

Browse files
committed
README: add test
1 parent f0da3bf commit 60621e9

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,21 @@ Execute the `ConsumerApp` in the `rpc-consumer` module to make calls to the prov
9595
java -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

0 commit comments

Comments
 (0)