Klasse WithDatabaseCaptor<D,N>

java.lang.Object
ch.nolix.core.argumentcaptor.base.ArgumentCaptor<D,N>
ch.nolix.core.argumentcaptor.withargumentcaptor.WithDatabaseCaptor<D,N>
Typparameter:
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>
Autor:
Silvan Wyss
  • Konstruktordetails

    • WithDatabaseCaptor

      public WithDatabaseCaptor()
    • WithDatabaseCaptor

      public WithDatabaseCaptor(N nextArgumentCaptor)
  • Methodendetails

    • getStoredDatabase

      public final D getStoredDatabase()
    • withDatabase

      public final N withDatabase(D database)