Searched refs:portDesc (Results 1 – 1 of 1) sorted by relevance
598 LowPowerStandbyPortDescription portDesc = in testPortDescriptionGetters() local601 assertThat(portDesc.getProtocol()).isEqualTo(protocol); in testPortDescriptionGetters()602 assertThat(portDesc.getPortMatcher()).isEqualTo(portMatcher); in testPortDescriptionGetters()603 assertThat(portDesc.getPortNumber()).isEqualTo(portNumber); in testPortDescriptionGetters()604 assertThat(portDesc.getLocalAddress()).isEqualTo(null); in testPortDescriptionGetters()610 portDesc = in testPortDescriptionGetters()613 assertThat(portDesc.getProtocol()).isEqualTo(protocol); in testPortDescriptionGetters()614 assertThat(portDesc.getPortMatcher()).isEqualTo(portMatcher); in testPortDescriptionGetters()615 assertThat(portDesc.getPortNumber()).isEqualTo(portNumber); in testPortDescriptionGetters()616 assertThat(portDesc.getLocalAddress()).isEqualTo(localAddress); in testPortDescriptionGetters()