Android: Make avd output parsing testable

And add some tests

Change-Id: Ife0e0c60f55251a1ac23215055ece8fb01478d59
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Eike Ziller
2021-05-06 15:19:56 +02:00
parent e9abd60732
commit c213b93aff
16 changed files with 792 additions and 253 deletions

View File

@@ -32,8 +32,6 @@
namespace Android {
namespace Internal {
class AvdManagerOutputParser;
class AndroidAvdManager
{
Q_DECLARE_TR_FUNCTIONS(Android::Internal::AndroidAvdManager)
@@ -62,7 +60,6 @@ private:
private:
const AndroidConfig &m_config;
std::unique_ptr<AvdManagerOutputParser> m_parser;
};
} // namespace Internal