- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2023-04-07
- * Changed: 2023-04-07
- *
- * */
- #include "MockJniApi.hpp"
- using test::core::jni::MockJniApi;
- MockJniApi::MockJniApi() = default;
- MockJniApi::~MockJniApi() noexcept = default;
|