refactor(method): move Method related classes to method package
This commit is contained in:
@@ -4,6 +4,9 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import net.tomatentum.cutin.method.BestCandidateMethod;
|
||||
import net.tomatentum.cutin.method.ReflectedMethod;
|
||||
|
||||
class ReflectedMethodTest {
|
||||
|
||||
@Test
|
||||
|
@@ -2,6 +2,8 @@ package net.tomatentum.cutin;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
import net.tomatentum.cutin.method.ReflectedMethod;
|
||||
|
||||
public class TestReflectedMethod extends ReflectedMethod<String> {
|
||||
|
||||
protected TestReflectedMethod(Object containingObject) {
|
||||
|
Reference in New Issue
Block a user