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
AgeCommit message (Collapse)Author
2015-10-01[UITest] Clean up UITest wrappersManish Sinha
2015-08-24[UITest] Close Xamarin Update if openedManish Sinha
2015-06-22[UITest] Remove Thread.Sleep from tests and used WaitForElementManish Sinha
* Use CreateProject instead of CreateBuildProject * Made GenerateProjectName static so that it can be used anywhere * Initialized SolutionLocation and ProjectInSolution in the ProjectDetails ctor and created another overloaded ctor which takes in TemplateSelectionOptions which calls GenerateProjectName and assigns the value to ProjectName and SolutionName * Created AppQuery Func for Mono.TextEditor.TextArea * Used Ide.WaitForSolutionCheckedOut instead of Ide.WaitForSolutionLoaded after a solution is checkedout
2015-06-17[UITest] Extract commonly known window AppQuery as a static FuncManish Sinha