提交 85793f13 编写于 作者: K KevinJavaLee

修改Hessian测试类

上级 cd69babd
...@@ -10,7 +10,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals; ...@@ -10,7 +10,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
class HessianSerializerTest { class HessianSerializerTest {
@Test @Test
void hessianSerializerTest() { public void hessianSerializerTest() {
RpcRequest target = RpcRequest.builder().methodName("hello") RpcRequest target = RpcRequest.builder().methodName("hello")
.parameters(new Object[]{"sayhelooloo", "sayhelooloosayhelooloo"}) .parameters(new Object[]{"sayhelooloo", "sayhelooloosayhelooloo"})
.interfaceName("github.javaguide.HelloService") .interfaceName("github.javaguide.HelloService")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册