Skip to content

Commit

Permalink
chore[doc]: generate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed May 24, 2024
1 parent abdfad9 commit 05f988f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
import java.util.List;

/**
* 协议修改过后的测试流程:
* 1.测试Java的老协议和新协议的兼容性
* 2.测试Java在字节码增强,CutDown,反射三种情况下的代码下的协议解析的准确性
* 3.测试resource/compatible中有5种协议兼容情况需要测试
* 4.1和2总共有2*3*5=30种情况
* <p>
* 协议生成修改后的测试流程:
* 同上,除了反射,总共有2*2*5=20种情况
*
* @author godotg
*/
public interface ICodeGenerate {
Expand Down

0 comments on commit 05f988f

Please sign in to comment.