code manipulation : reflect(Class API)

This commit is contained in:
haerong22
2021-02-19 18:51:05 +09:00
parent 41890753df
commit b30a888de3
14 changed files with 520059 additions and 941002 deletions

View File

@@ -0,0 +1,19 @@
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 );
}
}