Class ImageDBTest

java.lang.Object
com.example.breeze_seas.ImageDBTest

public class ImageDBTest extends Object
Unit tests for defensive branches in ImageDB.
  • Constructor Details

    • ImageDBTest

      public ImageDBTest()
  • Method Details

    • resetImageDBState

      public void resetImageDBState() throws Exception
      Throws:
      Exception
    • loadImage_nullId_returnsNullImage

      public void loadImage_nullId_returnsNullImage() throws Exception
      Throws:
      Exception
    • deleteImage_blankId_callsSuccessImmediately

      public void deleteImage_blankId_callsSuccessImmediately() throws Exception
      Throws:
      Exception
    • stopImagesListen_withListener_removesListener

      public void stopImagesListen_withListener_removesListener() throws Exception
      Throws:
      Exception