Class WithNameCaptor<N>

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

public class WithNameCaptor<N> extends ArgumentCaptor<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)