Interface IWithDatabaseCaptor<D,S>

Type Parameters:
D - the type of the database of a IWithDatabaseCaptor.
S - the type of the successor of a IWithDatabaseCaptor.
All Superinterfaces:
ArgumentCaptor<S>
All Known Implementing Classes:
WithDatabaseCaptor

public interface IWithDatabaseCaptor<D,S> extends ArgumentCaptor<S>
Author:
Silvan Wyss
  • Method Details

    • getStoredDatabase

      D getStoredDatabase()
    • withDatabase

      S withDatabase(D database)