动态代理

This commit is contained in:
yinkanglong
2023-12-16 12:59:15 +08:00
parent d2e5c774ad
commit b05035ea7b
11 changed files with 422 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
package org.example;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}