mirror of
https://github.com/Estom/notes.git
synced 2026-04-15 10:50:13 +08:00
动态代理
This commit is contained in:
20
JavaDemo/dubbo-demo/src/test/java/org/example/AppTest.java
Normal file
20
JavaDemo/dubbo-demo/src/test/java/org/example/AppTest.java
Normal 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 );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user