OSDN Git Service

net_test_bluetooth: adapter test refactor
authorAjay Panicker <apanicke@google.com>
Mon, 7 Dec 2015 22:12:13 +0000 (14:12 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Thu, 10 Dec 2015 00:53:45 +0000 (00:53 +0000)
commitfc616e01fb674e5907e578ae8ecd72b189cfb534
tree5e2036916df3e772d1976fafba654294a83576c1
parented2267a0a66b1aec52d9039bc20a6c5099dbdae7
net_test_bluetooth: adapter test refactor

Properly integrating net_test_bluetooth to utilize GUnit correctly.
Contains all the adapter tests and base class that all the other tests
utilize. Also removed all the old test code.

Bug: 25793348
Change-Id: Ie05d54e9d21f01e2d717bb79d187d7f0ff8a83f1
28 files changed:
service/hal/bluetooth_interface.cpp
service/hal/bluetooth_interface.h
service/logging_helpers.cpp
service/logging_helpers.h
test/suite/Android.mk
test/suite/adapter_unittest.cpp [new file with mode: 0644]
test/suite/base.h [deleted file]
test/suite/bluetooth_test.cpp [new file with mode: 0644]
test/suite/bluetooth_test.h [new file with mode: 0644]
test/suite/cases/adapter.c [deleted file]
test/suite/cases/cases.c [deleted file]
test/suite/cases/cases.h [deleted file]
test/suite/cases/gatt.c [deleted file]
test/suite/cases/pan.c [deleted file]
test/suite/cases/rfcomm.c [deleted file]
test/suite/main.cpp [deleted file]
test/suite/support/adapter.c [deleted file]
test/suite/support/adapter.h [deleted file]
test/suite/support/callbacks.c [deleted file]
test/suite/support/callbacks.h [deleted file]
test/suite/support/gatt.c [deleted file]
test/suite/support/gatt.h [deleted file]
test/suite/support/hal.c [deleted file]
test/suite/support/hal.h [deleted file]
test/suite/support/pan.c [deleted file]
test/suite/support/pan.h [deleted file]
test/suite/support/rfcomm.c [deleted file]
test/suite/support/rfcomm.h [deleted file]