Class TestInfrastructure


  • public class TestInfrastructure
    extends OBBaseTest
    Test cases to verify test case infrastructure
    Author:
    alostale
    • Constructor Detail

      • TestInfrastructure

        public TestInfrastructure()
    • Method Detail

      • inf001JustCreateAnObject

        public void inf001JustCreateAnObject()
        Creates a BaseOBObject
      • inf002CreatedObjectShouldPresent

        public void inf002CreatedObjectShouldPresent()
        Checks the object created in previous test is still present. This ensures that after correct test completion DAL commit is performed.
      • inf003DeletePreviousObject

        public void inf003DeletePreviousObject()
        Removes the object created before
      • inf004RemovedObjectShouldNotPresent

        public void inf004RemovedObjectShouldNotPresent()
        Checks the object removed in previous test is not present anymore. This ensures that after correct test completion DAL commit is performed.