protected void SetUp()
 {
     mAbstractClassObject = new AbstractClassObject();
 }
 public void TearDown()
 {
     mAbstractClassObject = null;
 }