Class AccessorTest


  • public class AccessorTest
    extends java.lang.Object
    Testclass for class Accessor. This is rudimentary only.
    Version:
    1.0
    Author:
    Ernst Reissner
    • Constructor Detail

      • AccessorTest

        public AccessorTest()
    • Method Detail

      • setUp

        private void setUp()
        Initializes this class and all its inner classes
      • 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()
      • main

        public static void main​(java.lang.String[] args)
        Runs the test case. Uncomment either the textual UI, Swing UI, or AWT UI.