Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manish.sinha@xamarin.com>2015-06-09 19:13:08 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-06-09 19:13:08 +0300
commita5b861ff016f9971378e6a65ab69a94fb67e84e5 (patch)
tree5b90e28fcba0953df454f4a3daa04dbc8acddba4 /main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest
parent80e173bf8a76d2d41b511b5b951637c606c35e3d (diff)
parent858a1463b18c5674be15d3bd4490b8b44e99aa15 (diff)
Merge pull request #936 from manish/more-git-tests
[UITest] Added Git Tests
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest/AppQuery.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest/AppQuery.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest/AppQuery.cs
index 9625fa09c1..90907d684b 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest/AppQuery.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest/AppQuery.cs
@@ -275,6 +275,11 @@ namespace MonoDevelop.Components.AutoTest
return CheckType (typeof(TextView), "TextView");
}
+ public AppQuery Notebook ()
+ {
+ return CheckType (typeof(Notebook), "Notebook");
+ }
+
public AppQuery Text (string text)
{
operations.Add (new TextOperation (text));