X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fsdl%2Fdoxygen.hpp;fp=include%2Fsdl%2Fdoxygen.hpp;h=e1a700a2831418fedc4703807ab36f3c056ea4bd;hb=91a224f190867869d2d0b14a5f96e44a0593e682;hp=c6488bf6f0c899578d823b0ace22c59dae725924;hpb=02cf8dfcafb7380cda35beaa2aad783ffea87fa3;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. + * */