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 aWithNameCaptor
- 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
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceIWithNameCaptor<S>
-
withName
- Specified by:
withNamein interfaceIWithNameCaptor<S>
-