Class AndPasswordCaptor<N>

java.lang.Object
ch.nolix.base.argumentcaptor.base.ArgumentCaptor<String,N>
ch.nolix.base.argumentcaptor.andargumentcaptor.AndPasswordCaptor<N>
Type Parameters:
N - is the type of the next thing of a AndPasswordCaptor.

public class AndPasswordCaptor<N> extends ArgumentCaptor<String,N>
Author:
Silvan Wyss
  • Constructor Details

    • AndPasswordCaptor

      public AndPasswordCaptor()
    • AndPasswordCaptor

      public AndPasswordCaptor(N nextArgumentCaptor)
  • Method Details

    • andPassword

      public final N andPassword(String password)
    • getPassword

      public final String getPassword()