Package io.camunda.zeebe.backup.testkit
Interface BackupStoreTestKit
- All Superinterfaces:
DeletingBackup,ListingBackups,QueryingBackupStatus,RestoringBackup,SavingBackup,UpdatingBackupStatus
public interface BackupStoreTestKit
extends SavingBackup, DeletingBackup, RestoringBackup, UpdatingBackupStatus, QueryingBackupStatus, ListingBackups
-
Method Summary
Methods inherited from interface io.camunda.zeebe.backup.testkit.DeletingBackup
backupDoesNotExistAfterDeleting, deletingNonExistingBackupSucceeds, getStoreMethods inherited from interface io.camunda.zeebe.backup.testkit.ListingBackups
canFindBackupByWildcard, getStoreMethods inherited from interface io.camunda.zeebe.backup.testkit.QueryingBackupStatus
canGetStatus, getStore, statusIsDoesNotExistForNonExistingBackup, statusIsFailedAfterMarkingAsFailedMethods inherited from interface io.camunda.zeebe.backup.testkit.RestoringBackup
canRestoreBackup, getStore, restoredBackupHasSameContentsMethods inherited from interface io.camunda.zeebe.backup.testkit.SavingBackup
backupFailsIfBackupAlreadyExists, backupFailsIfFilesAreMissing, getBackupInInvalidStateExceptionClass, getStore, savingBackupIsSuccessful, shouldNotOverwriteCompletedBackupMethods inherited from interface io.camunda.zeebe.backup.testkit.UpdatingBackupStatus
backupCanBeMarkedAsFailed, backupIsMarkedAsCompleted, getStore, markingAsFailedUpdatesTimestamp