Esempio n. 1
0
        public void Test_Manager_ADB_Run()
        {
            // Action
            string output = Manager.ADB_Run();

            // Assert
            Assert.IsNotNull(output);
        }