aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2012-11-16Merge remote-tracking branch 'square/master' into robolectric-2-masterChristian Williams & Dimitris Couchell
2012-11-14Much nicer injection of ClassHandler to instrumented classes via RobolectricI...Christian Williams & Dimitris Couchell
2012-11-13Extract Setup class for making decisions about instrumentation-time and runti...Christian Williams & Dimitris Couchell
2012-11-13Always use RobolectricContext.Factory for test runner bootstrapping.Christian Williams
2012-11-12Refactor Robolectric setup. RobolectricTestRunner has just one constructor. C...Christian Williams & Dimitris Couchell
2012-11-10Implement ShadowBitmapDrawable.mutate()Eric Burke
2012-11-09Any class that extends an instrumented class must itself be instrumented so c...Christian Williams
2012-11-08Workarounds for Square tests.Christian Williams
2012-11-08Retain original method and constructor bytecode for instrumented classes and ...Christian Williams
2012-11-08Remove some calls to ShadowWranger.getInstance().Christian Williams
2012-11-08Make MethodGenerator more like reviscerated branch for easier merging.Christian Williams
2012-11-08Extract MethodGenerator from AndroidTranslator.Christian Williams
2012-11-08Revert "Merge branch 'master' of https://github.com/roman-mazur/robolectric i...Christian Williams
2012-11-08ShadowActivity provides helper methods for calling protected Activity.onXxx()...Scott Bale & Christian Williams
2012-11-06Merge pull request #355 from zoodles/masterMichael Portuesi
2012-11-06take account BitmapFactory.Options.inSampleSizeJessica Chen
2012-11-05Merge branch 'master' of https://github.com/pivotal/robolectricRyan Richard and Sarah Chandler
2012-11-05add ShadowView.setDidRequestLayout()Ryan Richard and Sarah Chandler
2012-11-02Attempt to be DRY about SDK. Ha.Jake Wharton
2012-11-02And update the manifest to API 16.Jake Wharton
2012-11-02Update resource loading to use API 16.Jake Wharton
2012-11-01Add createStringArray in ShadowParcelJessica Chen
2012-10-31Merge branch 'master' of git://github.com/pivotal/robolectric into robo-stagingWenhui Yao
2012-10-30Fix test that needed to be generalized to work with Windows.Nick Badal
2012-10-30Merge branch 'master' of github.com:pivotal/robolectric into HEADNick Badal
2012-10-30Fix NPE when you ask for an attribute that was not set.Nick Badal
2012-10-29added ShadowCanvas.drawBitmap(Bitmap, Rect, Rect, Paint)Ryan Richard and Sarah Chandler
2012-10-26Merge branch 'master' of https://github.com/pivotal/robolectricRyan Richard and Sarah Chandler
2012-10-26add Canvas.drawText()Ryan Richard and Sarah Chandler
2012-10-26Add support for applicationInfo to ShadowResolveInfoAlex Cheng & Phil Goodwin
2012-10-26Added ShadowCornerPathEffect and ShadowLinearGradientRyan Richard and Sarah Chandler
2012-10-25fix a typoRyan Richard and Sarah Chandler
2012-10-25Merge branch 'master' of https://github.com/pivotal/robolectricRyan Richard and Sarah Chandler
2012-10-25ShadowCanvas records Paths by copying each one instead of holding a reference...Ryan Richard and Sarah Chandler
2012-10-25Merge branch 'master' of https://github.com/pivotal/robolectricPhil Goodwin & Rick Kawala
2012-10-25Include text values in TextView dump.Christian Williams
2012-10-25Include text values in TextView dump.Christian Williams
2012-10-25Added support for reading and writing maps to a parcel.Phil Goodwin & Rick Kawala
2012-10-25Merge pull request #348 from pivotal/xian/robolectric-dump-and-inner-textChristian Williams
2012-10-24Added support for layout animationJessica Chen
2012-10-24Implement CheckedTestView toggling etc.Kiran Ryali + Christian Williams
2012-10-24Merge branch 'master' of https://github.com/pivotal/robolectricRyan Richard and Sarah Chandler
2012-10-24add Canvas.getHeight() and Canvas.getWidth()Ryan Richard and Sarah Chandler
2012-10-24Add ShadowPowerManager.getLatestWakeLockMichael Portuesi
2012-10-23Add Robolectric.dump() and Robolectric.innerText() convenience methods.Christian Williams
2012-10-23Call View#onAttachedToWindow, View#onDetachedFromWindow, Fragment#onAttach, a...Christian Williams
2012-10-23Merge branch 'master' of https://github.com/pivotal/robolectricAmit Pawar and Rick Kawala
2012-10-23ShadowKeyEvent.getDevice().getName() now works.Amit Pawar and Rick Kawala
2012-10-23Revert "Added support for getGlobalVisibleRect() and getChildVisibleRect()."Phil Goodwin
2012-10-23Add Robolectric.dump() and Robolectric.innerText() convenience methods.Christian Williams