Class WithDatabaseCaptor<D,N>

java.lang.Object
ch.nolix.base.argumentcaptor.base.ArgumentCaptor<D,N>
ch.nolix.base.argumentcaptor.withargumentcaptor.WithDatabaseCaptor<D,N>
Type Parameters:
D - is the type of the database of a WithDatabaseCaptor.
N - is the type of the next thing of a WithDatabaseCaptor.

public class WithDatabaseCaptor<D,N> extends ArgumentCaptor<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)