Skip to content

Commit

Permalink
Update Report2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmeline1101 authored Feb 13, 2024
1 parent be3dd25 commit 128432c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Report2.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,16 @@ The `Int64Serde` class is responsible for the serialization and deserialization
## Test Cases
### test cmd
```
./mvnw test -Dtest=Int64SerdeTest
./mvnw test -pl kafka-ui-api -Dtest=Int64SerdeTest
```
* to test it, locate the directory to the project 'Kafka-ui'.

If there are some issues in running process, please enter the following cmd to see the report:
```
./mvnw test -pl kafka-ui-api -Dtest=Int64SerdeTest -e
```
### `testSerializeValidLong`

Verifies that a valid long value is correctly serialized into a byte array matching the expected format.
Expand Down

0 comments on commit 128432c

Please sign in to comment.