cellular unittests ported to googletest framework
ls
1 parent 0cd4315 commit 9f9aa4a21090fa6d900899b4ed95d8b70e2faa9c
@Antti Kauppila Antti Kauppila authored on 30 Aug 2018
Showing 88 changed files
View
UNITTESTS/CMakeLists.txt
View
UNITTESTS/features/cellular/framework/AT/AT_CellularBase/at_cellularbasetest.cpp 100644 → 0
View
UNITTESTS/features/cellular/framework/AT/AT_CellularBase/test_at_cellularbase.cpp 100644 → 0
View
UNITTESTS/features/cellular/framework/AT/AT_CellularBase/test_at_cellularbase.h 100644 → 0
View
UNITTESTS/features/cellular/framework/AT/AT_CellularBase/unittest.cmake 100644 → 0
View
UNITTESTS/features/cellular/framework/AT/at_cellularbase/at_cellularbasetest.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularbase/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellulardevice/at_cellulardevicetest.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellulardevice/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularinformation/at_cellularinformationtest.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularinformation/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularnetwork/at_cellularnetworktest.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/features/cellular/framework/AT/at_cellularnetwork/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularpower/at_cellularpowertest.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularpower/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularsim/at_cellularsimtest.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularsim/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularsms/at_cellularsmstest.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularsms/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularstack/at_cellularstacktest.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/at_cellularstack/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/athandler/athandlertest.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/features/cellular/framework/AT/athandler/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/common/util/test_util.cpp 100644 → 0
View
UNITTESTS/features/cellular/framework/common/util/test_util.h 100644 → 0
View
UNITTESTS/features/cellular/framework/common/util/unittest.cmake
View
UNITTESTS/features/cellular/framework/common/util/utiltest.cpp
View
UNITTESTS/stubs/ATCmdParser_stub.cpp 0 → 100644
View
UNITTESTS/stubs/ATHandler_stub.cpp
View
UNITTESTS/stubs/ATHandler_stub.h
View
UNITTESTS/stubs/AT_CellularBase_stub.cpp 0 → 100644
View
UNITTESTS/stubs/AT_CellularBase_stub.h 0 → 100644
View
UNITTESTS/stubs/AT_CellularDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/AT_CellularInformation_stub.cpp 0 → 100644
View
UNITTESTS/stubs/AT_CellularMultiplexer_stub.cpp 0 → 100644
View
UNITTESTS/stubs/AT_CellularNetwork_stub.cpp 0 → 100644
View
UNITTESTS/stubs/AT_CellularPower_stub.cpp 0 → 100644
View
UNITTESTS/stubs/AT_CellularSIM_stub.cpp 0 → 100644
View
UNITTESTS/stubs/AT_CellularSMS_stub.cpp 0 → 100644
View
UNITTESTS/stubs/AT_CellularStack_stub.cpp 0 → 100644
View
UNITTESTS/stubs/BufferedBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/CellularUtil_stub.cpp 0 → 100644
View
UNITTESTS/stubs/ChainingBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/EventFlags_stub.cpp
View
UNITTESTS/stubs/ExhaustibleBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/FlashSimBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/HeapBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/Kernel_stub.cpp 0 → 100644
View
UNITTESTS/stubs/MBRBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/NetworkInterface_stub.cpp 0 → 100644
View
UNITTESTS/stubs/NetworkStack_stub.cpp 0 → 100644
View
UNITTESTS/stubs/ObservingBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/ProfilingBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/ReadOnlyBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/Semaphore_stub.cpp 0 → 100644
View
UNITTESTS/stubs/SlicingBlockDevice_stub.cpp 0 → 100644
View
UNITTESTS/stubs/SocketAddress_stub.cpp 0 → 100644
View
UNITTESTS/stubs/Thread_stub.cpp 0 → 100644
View
UNITTESTS/stubs/Timer_stub.cpp 0 → 100644
View
UNITTESTS/stubs/Timer_stub.h 0 → 100644
View
UNITTESTS/stubs/equeue_stub.c
View
UNITTESTS/stubs/mbed_assert_stub.cpp 0 → 100644
View
UNITTESTS/stubs/mbed_critical_stub.c 0 → 100644
View
UNITTESTS/stubs/mbed_poll_stub.cpp 0 → 100644
View
UNITTESTS/stubs/mbed_poll_stub.h 0 → 100644
View
UNITTESTS/stubs/mbed_wait_api_stub.cpp 0 → 100644
View
UNITTESTS/stubs/randLIB_stub.cpp 0 → 100644
View
UNITTESTS/stubs/us_ticker_stub.cpp 0 → 100644
View
UNITTESTS/target_h/ATCmdParser.h 0 → 100644
View
UNITTESTS/target_h/arm_math.h 0 → 100644
View
UNITTESTS/target_h/cmsis.h 0 → 100644
View
UNITTESTS/target_h/cmsis_compiler.h 0 → 100644
View
UNITTESTS/target_h/cmsis_os.h 0 → 100644
View
UNITTESTS/target_h/cmsis_os2.h 0 → 100644
View
UNITTESTS/target_h/mbed.h
View
UNITTESTS/target_h/mbed_rtos1_types.h
View
UNITTESTS/target_h/mbed_rtos_storage.h
View
UNITTESTS/target_h/mbed_rtx.h 0 → 100644
View
UNITTESTS/target_h/mbed_rtx_conf.h 0 → 100644
View
UNITTESTS/target_h/nsapi_ppp.h 0 → 100644
View
UNITTESTS/target_h/platform/mbed_power_mgmt.h 0 → 100644
View
UNITTESTS/target_h/platform/mbed_retarget.h
View
UNITTESTS/target_h/randLIB.h 0 → 100644
View
UNITTESTS/target_h/rtos/Mutex.h 0 → 100644
View
UNITTESTS/target_h/rtos/Semaphore.h 0 → 100644
View
UNITTESTS/target_h/rtx_lib.h 0 → 100644
View
UNITTESTS/target_h/rtx_os.h 0 → 100644
View
UNITTESTS/target_h/sys/syslimits.h 0 → 100644