Class WithNameCaptor<S>

java.lang.Object
ch.nolix.base.argumentcaptor.base.AbstractArgumentCaptor<String,S>
ch.nolix.base.argumentcaptor.withargumentcaptor.WithNameCaptor<S>
Type Parameters:
S - the type of the successor of a WithNameCaptor
All Implemented Interfaces:
ArgumentCaptor<S>, IWithNameCaptor<S>

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

    • WithNameCaptor

      public WithNameCaptor()
    • WithNameCaptor

      public WithNameCaptor(S nextArgumentCaptor)
  • Method Details