Interface IWithLoginNameCaptor<S>

Type Parameters:
S - the type of the successor of a IWithLoginNameCaptor.
All Superinterfaces:
ArgumentCaptor<S>
All Known Implementing Classes:
WithLoginNameCaptor

public interface IWithLoginNameCaptor<S> extends ArgumentCaptor<S>
Author:
Silvan Wyss
  • Method Details

    • getLoginName

      String getLoginName()
    • withLoginName

      S withLoginName(String loginName)