Add synchronous SDL readiness waiting API
[ric-plt/sdl.git] / include / sdl / doxygen.hpp
index 32f6980..e1a700a 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+*/
+
 /**
  * @mainpage
  *
  * 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.
+ *
  */