X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fsdl%2Fdoxygen.hpp;h=e1a700a2831418fedc4703807ab36f3c056ea4bd;hb=HEAD;hp=c6488bf6f0c899578d823b0ace22c59dae725924;hpb=a0745d294dcd72f7d78ea4c3accd3b477dd668a5;p=ric-plt%2Fsdl.git diff --git a/include/sdl/doxygen.hpp b/include/sdl/doxygen.hpp index c6488bf..e1a700a 100644 --- a/include/sdl/doxygen.hpp +++ b/include/sdl/doxygen.hpp @@ -79,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. + * */