Interface IAndPortCaptor<S>

Type Parameters:
S - the type of the successor of a IAndPortCaptor
All Superinterfaces:
ArgumentCaptor<S>
All Known Implementing Classes:
AndPortCaptor

public interface IAndPortCaptor<S> extends ArgumentCaptor<S>
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    andPort(int port)
     
    int
     

    Methods inherited from interface ArgumentCaptor

    scsArgCpt
  • Method Details

    • getPort

      int getPort()
    • andPort

      S andPort(int port)