Adjust Null Object pattern for FindById 97/200297/5
authorhyunho <hhstark.kang@samsung.com>
Thu, 21 Feb 2019 08:09:39 +0000 (17:09 +0900)
committerhyunho <hhstark.kang@samsung.com>
Thu, 21 Feb 2019 09:02:55 +0000 (18:02 +0900)
commit00823892241aa9512c168cef36e9d8c1a736e5dc
treea0e171e2e5261deee610c827e303f637e7327483
parent1ec2c765ad03e04f7dca3e35814f21b026162e1a
Adjust Null Object pattern for FindById

Change-Id: I00e3a720dc632e9807c2321d7999bf1b79875425
Signed-off-by: hyunho <hhstark.kang@samsung.com>
13 files changed:
notification-ex/abstract_item.cc
notification-ex/abstract_item.h
notification-ex/button_item.cc
notification-ex/button_item.h
notification-ex/group_item.cc
notification-ex/group_item.h
notification-ex/item.h
notification-ex/item_factory.cc
notification-ex/item_factory.h
notification-ex/null_item.cc [new file with mode: 0644]
notification-ex/null_item.h [new file with mode: 0644]
unittest/src/test_button_item.cc
unittest/src/test_group_item.cc