summaryrefslogtreecommitdiffstats
path: root/src/associations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* unit-test: Fix bug when endpoint emptyAndrew Geissler2019-04-051-6/+5
| | | | | | | | Could debate the proper handling of this situations but this commit at least makes it consistent for the forward and reverse path Change-Id: If0a8a16473c150f4d4361f9ca9aad9f06c391157 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* unit-test: Move associationChanged()Andrew Geissler2019-04-051-0/+92
| | | | | | | Make it easier to unit test and continue reduction of main.cpp Change-Id: Ic549e096343e7a2fb11985f1c48879ed4486e40b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* unit-test: Move checkAssociationEndpointRemovesAndrew Geissler2019-04-051-0/+59
| | | | | | | Make it easier to unit test and continue reduction of main.cpp Change-Id: Id4f4c4fc1e3928f1b600555c6dbe05f651fffce5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* unit-test: Utilize common code for endpoint removeAndrew Geissler2019-04-051-34/+2
| | | | | | | Testing: Previous test cases get us 100% coverage here Change-Id: I3b96872bf25ce7ddcc96422f1d453f153f9dd39c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* unit-test: Move removeAssociationEndpoints()Andrew Geissler2019-04-051-0/+37
| | | | | | | Make it easier to unit test and continue reduction of main.cpp Change-Id: I2c0eac5c301687acab14add627586170020e4fe4 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* unit-test: Create initial associations fileAndrew Geissler2019-04-051-0/+76
Make interface more unit testable by moving to separate file and documenting it. Change-Id: Ia27f33d706c62a0011790ec94185dd6be3922f21 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
OpenPOWER on IntegriCloud