DiscoveryTest
extends TestCase
in package
Table of Contents
Properties
- $collection : CollectionInterface|MockInterface
- $discovery : Intruder
Methods
- testAddDevice() : void
- testAddIp() : void
- testClear() : void
- testDiscoverDevicesDuplicates() : void
- testDiscoverDevicesEmpty() : void
- testDiscoverDevicesLineBreaks() : void
- testDiscoverDevicesNormal() : void
- testGetLogger() : void
- testGetMulticastAddress() : void
- testGetNetworkInterface() : void
- testSetLogger() : void
- testSetMulticastAddress() : void
- testSetNetworkInterfaceEmptyString() : void
- testSetNetworkInterfaceInteger() : void
- testSetNetworkInterfaceString() : void
- setUp() : void
- tearDown() : void
- getSocket() : SocketInterface
Properties
$collection
private
CollectionInterface|MockInterface
$collection
$discovery
private
Intruder
$discovery
Methods
testAddDevice()
public
testAddDevice() : void
testAddIp()
public
testAddIp() : void
testClear()
public
testClear() : void
testDiscoverDevicesDuplicates()
public
testDiscoverDevicesDuplicates() : void
Attributes
- #[DoesNotPerformAssertions]
testDiscoverDevicesEmpty()
public
testDiscoverDevicesEmpty() : void
Attributes
- #[DoesNotPerformAssertions]
testDiscoverDevicesLineBreaks()
public
testDiscoverDevicesLineBreaks() : void
Attributes
- #[DoesNotPerformAssertions]
testDiscoverDevicesNormal()
public
testDiscoverDevicesNormal() : void
Attributes
- #[DoesNotPerformAssertions]
testGetLogger()
public
testGetLogger() : void
testGetMulticastAddress()
public
testGetMulticastAddress() : void
testGetNetworkInterface()
public
testGetNetworkInterface() : void
testSetLogger()
public
testSetLogger() : void
Attributes
- #[DoesNotPerformAssertions]
testSetMulticastAddress()
public
testSetMulticastAddress() : void
testSetNetworkInterfaceEmptyString()
public
testSetNetworkInterfaceEmptyString() : void
testSetNetworkInterfaceInteger()
public
testSetNetworkInterfaceInteger() : void
testSetNetworkInterfaceString()
public
testSetNetworkInterfaceString() : void
setUp()
protected
setUp() : void
tearDown()
protected
tearDown() : void
getSocket()
private
getSocket(string $type) : SocketInterface
Parameters
- $type : string