Package tests

Class EmployeeTest


  • public class EmployeeTest
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EmployeeTest()  
    • Method Summary

      Modifier and Type Method Description
      void setUp()  
      static void setUpBeforeClass()  
      void testEmployeeFactoryNull()  
      void testEmployeeRecords()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmployeeTest

        public EmployeeTest()
    • Method Detail

      • setUpBeforeClass

        public static void setUpBeforeClass()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testEmployeeFactoryNull

        public final void testEmployeeFactoryNull()
      • testEmployeeRecords

        public final void testEmployeeRecords()