Class WithDatabaseCaptor<D,N>

java.lang.Object
ch.nolix.base.argumentcaptor.base.AbstractArgumentCaptor<D,N>
ch.nolix.base.argumentcaptor.withargumentcaptor.WithDatabaseCaptor<D,N>
Type Parameters:
D - the type of the database of a WithDatabaseCaptor.
N - the type of the next thing of a WithDatabaseCaptor.
All Implemented Interfaces:
IArgumentCaptor<N>

public class WithDatabaseCaptor<D,N> extends AbstractArgumentCaptor<D,N>
Author:
Silvan Wyss
  • Constructor Details

    • WithDatabaseCaptor

      public WithDatabaseCaptor()
    • WithDatabaseCaptor

      public WithDatabaseCaptor(N nextArgumentCaptor)
  • Method Details

    • getStoredDatabase

      public final D getStoredDatabase()
    • withDatabase

      public final N withDatabase(D database)