public void Test_Manager_ADB_Run() { // Action string output = Manager.ADB_Run(); // Assert Assert.IsNotNull(output); }