Class WithNameCaptor<N>

java.lang.Object
ch.nolix.base.argumentcaptor.base.AbstractArgumentCaptor<String,N>
ch.nolix.base.argumentcaptor.withargumentcaptor.WithNameCaptor<N>
Type Parameters:
N - the type of the next thing of a WithNameCaptor.
All Implemented Interfaces:
IArgumentCaptor<N>

public class WithNameCaptor<N> extends AbstractArgumentCaptor<String,N>
Author:
Silvan Wyss
  • Constructor Details

    • WithNameCaptor

      public WithNameCaptor()
    • WithNameCaptor

      public WithNameCaptor(N nextArgumentCaptor)
  • Method Details

    • getName

      public final String getName()
    • withName

      public final N withName(String name)