Interface IAndDatabaseNameCaptor<S>

Type Parameters:
S - the type of the successor of a IAndDatabaseNameCaptor
All Superinterfaces:
IArgumentCaptor<S>
All Known Implementing Classes:
AndDatabaseNameCaptor

public interface IAndDatabaseNameCaptor<S> extends IArgumentCaptor<S>
Author:
Silvan Wyss
  • Method Details

    • andDatabase

      S andDatabase(String databaseName)
    • getDatabaseName

      String getDatabaseName()