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-08-11[AutoTest] Added Selected () operation to assert if the item is selectedManish Sinha
2015-07-17[AutoTest] Allow recursive and non-recursive Children operationManish Sinha
2015-06-25[AutoTest] Allow non-recursive Children () operationManish Sinha
2015-06-23[AutoTest] Property Operation now looks at Static and Non-Public membersManish Sinha
* Also Fix PropertyOperation.ToString ()
2015-06-03[AutoTest] Added a Name argument to CheckOperation so that ToString has more ↵Manish Sinha
info Right now AppQuery.ToString() shows CheckType ("Gtk.Window") when we have actually requestd Window(), this patch makes it easy to reproduce the actual predicate we used for the Query
2015-06-03[AutoTest] Overriden ToString () of operations and used AppQuery to print ↵Manish Sinha
all of them
2015-05-20[Autotest] Add the NSViews and toolbar items to the AppResult treeiain holmes
2015-05-18[AutoTest] Add a Children operationiain holmes
2015-05-12[Autotest] Pass a null for column name and the Model will operate on the ↵iain holmes
first column
2015-04-15[Test Framework] Add a Contains operatoriain holmes
Contains is like Text but doesn't have to match exactly.
2015-04-15[Test Framework] Move the operations and results subdirectories into the ↵iain holmes
parent directory