Class AndPortCaptor<S>

java.lang.Object
ch.nolix.base.argumentcaptor.base.AbstractArgumentCaptor<Integer,S>
ch.nolix.base.argumentcaptor.andargumentcaptor.AndPortCaptor<S>
Type Parameters:
S - the type of the next thing of a AndPortCaptor
All Implemented Interfaces:
IAndPortCaptor<S>, ArgumentCaptor<S>

public class AndPortCaptor<S> extends AbstractArgumentCaptor<Integer,S> implements IAndPortCaptor<S>
Author:
Silvan Wyss
  • Constructor Details

    • AndPortCaptor

      public AndPortCaptor()
    • AndPortCaptor

      public AndPortCaptor(S nextArgumentCaptor)
  • Method Details

    • andHttpPort

      public final S andHttpPort()
    • andHttpsPort

      public final S andHttpsPort()
    • andMsSqlPort

      public final S andMsSqlPort()
    • andPort

      public final S andPort(int port)
      Specified by:
      andPort in interface IAndPortCaptor<S>
    • getPort

      public final int getPort()
      Specified by:
      getPort in interface IAndPortCaptor<S>