code manipulation: relfection(annotation)

This commit is contained in:
haerong22
2021-02-19 20:38:47 +09:00
parent b30a888de3
commit afbe183231
5 changed files with 48 additions and 2 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 ClassApiAppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}