This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Web.Script.Serialization; | |
using Xamarin.UITest; | |
namespace YourNamespace | |
{ | |
public static class TreePrinterAppExtension | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.IO; | |
using System.Linq; | |
using System.Collections.Generic; | |
using System.Reflection; | |
using NUnit.Framework; | |
using Xamarin.UITest; | |
namespace YourNamespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using NUnit.Framework; | |
using Xamarin.UITest; | |
using Xamarin.UITest.Android; | |
using Xamarin.UITest.iOS; | |
using Xamarin.UITest.Queries; | |
namespace [YourNamespace] | |
{ | |
public abstract class BasePage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Autosave files | |
*~ | |
#build | |
[Oo]bj/ | |
[Bb]in/ | |
packages/ | |
TestResults/ | |
# globs |