Photo_Editor_Application.UnitTest Class
Summary description for UnitTest.

Access: Public
Base Classes: Object
  Members Description  
    UnitTest Constructor for unit test class.

 
    Init Test set up method.

 
    TestImage    
    amIPassed    
    Destroy Tear down method for test case.

 
    LoadandSaveImageTest Test for F:image_load_and_save. Windows standard dialogs are used, so really this tests only whether the default image loaded has the dimensions that are expected!

 
    ImageCropTest Test for F:image_crop. Crops the default image and sees if dimensions are changing accordingly!

 
    ImageRotateTest Test for F:image_rotate. Tests different rotations by verifying the dimensions after rotation.

 
    ImageFlipTest Test for F:image_flip. Flips the image and checks if the dimensions are changing accordingly.