X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fsdl%2Fdoxygen.hpp;h=e1a700a2831418fedc4703807ab36f3c056ea4bd;hb=d565df6613d97c08664a00f3fbc7cb5fdcf233f6;hp=32f6980a38d597dda87cd724f204d84cc9feae1a;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/include/sdl/doxygen.hpp b/include/sdl/doxygen.hpp index 32f6980..e1a700a 100644 --- a/include/sdl/doxygen.hpp +++ b/include/sdl/doxygen.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + /** * @mainpage * @@ -74,4 +79,12 @@ * Functionally it is similar to AsyncStorage, with an exception that functions are blocking while * waiting response(s) from database. * + * @subsection unit_testing_sec Unit Testing + * + * SDL provides helper classes for clients to mock SDL APIs. + * + * shareddatalayer::tst::MockableAsyncStorage to mock shareddatalayer::AsyncStorage API. + * + * shareddatalayer::tst::MockableSyncStorage to mock shareddatalayer::SyncStorage API. + * */