Class WithDatabaseCaptor<D,S>
java.lang.Object
ch.nolix.base.argumentcaptor.base.AbstractArgumentCaptor<D,S>
ch.nolix.base.argumentcaptor.withargumentcaptor.WithDatabaseCaptor<D,S>
- Type Parameters:
D- the type of the database of aWithDatabaseCaptorS- the type of the next thing of aWithDatabaseCaptor
- All Implemented Interfaces:
ArgumentCaptor<S>, IWithDatabaseCaptor<D,S>
public class WithDatabaseCaptor<D,S>
extends AbstractArgumentCaptor<D,S>
implements IWithDatabaseCaptor<D,S>
- Author:
- Silvan Wyss
-
Constructor Details
-
WithDatabaseCaptor
public WithDatabaseCaptor() -
WithDatabaseCaptor
-
-
Method Details
-
getStoredDatabase
- Specified by:
getStoredDatabasein interfaceIWithDatabaseCaptor<D,S>
-
withDatabase
- Specified by:
withDatabasein interfaceIWithDatabaseCaptor<D,S>
-