Package org.eclipse.epsilon.eol.util
Class ReflectionUtilTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.util.ReflectionUtilTests
-
public class ReflectionUtilTests extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ReflectionUtilTests.Fixture
class
ReflectionUtilTests.OverloadedFixture
-
Constructor Summary
Constructors Constructor Description ReflectionUtilTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
primitiveInstanceForOverloadedTopType()
void
primitiveInstanceForPrimitiveType()
void
primitiveInstanceForPrimitiveType2()
void
primitiveInstanceForReferenceType()
void
primitiveInstanceForTopType()
void
referenceInstanceForOverloadedTopType()
void
referenceInstanceForPrimitiveType()
void
referenceInstanceForReferenceType()
void
referenceInstanceForTopType()
-
-
-
Method Detail
-
primitiveInstanceForPrimitiveType2
public void primitiveInstanceForPrimitiveType2() throws Exception
- Throws:
Exception
-
primitiveInstanceForPrimitiveType
public void primitiveInstanceForPrimitiveType() throws Exception
- Throws:
Exception
-
referenceInstanceForPrimitiveType
public void referenceInstanceForPrimitiveType() throws Exception
- Throws:
Exception
-
referenceInstanceForReferenceType
public void referenceInstanceForReferenceType() throws Exception
- Throws:
Exception
-
primitiveInstanceForReferenceType
public void primitiveInstanceForReferenceType() throws Exception
- Throws:
Exception
-
primitiveInstanceForTopType
public void primitiveInstanceForTopType() throws Exception
- Throws:
Exception
-
referenceInstanceForTopType
public void referenceInstanceForTopType() throws Exception
- Throws:
Exception
-
primitiveInstanceForOverloadedTopType
public void primitiveInstanceForOverloadedTopType() throws Exception
- Throws:
Exception
-
-