Package it.tidalwave.util
Class ReflectionUtilsTest
- java.lang.Object
-
- it.tidalwave.util.ReflectionUtilsTest
-
public class ReflectionUtilsTest extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description ReflectionUtilsTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Object[][]
dataProvider()
void
test_getClass(java.lang.reflect.Type type, java.lang.Class<?> expectedResult)
void
test_injectDependencies()
void
test_instantiateWithDependencies()
-
-
-
Method Detail
-
test_instantiateWithDependencies
public void test_instantiateWithDependencies()
-
test_injectDependencies
public void test_injectDependencies()
-
test_getClass
public void test_getClass(@Nonnull java.lang.reflect.Type type, @Nonnull java.lang.Class<?> expectedResult)
-
dataProvider
@DataProvider public static java.lang.Object[][] dataProvider()
-
-