Package eu.simuline.testhelpers
Class AccessorTest.TestAll
- java.lang.Object
-
- eu.simuline.testhelpers.AccessorTest.TestAll
-
- Enclosing class:
- AccessorTest
public static class AccessorTest.TestAll extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCreate()
void
testGetField()
void
testGetInnerClass()
void
testInvoke()
void
testSetField()
-
-
-
Method Detail
-
testGetField
public void testGetField() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSetField
public void testSetField() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCreate
public void testCreate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testInvoke
public void testInvoke() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetInnerClass
public void testGetInnerClass()
-
-