Encapsulate fields on some shadows. |
|
More...
|
almost 15 years ago
|
Merge branch 'master' of github.com:MoveInc/robolectric |
|
More...
|
almost 15 years ago
|
added set24HourTimeFormat() to ShadowSettings |
|
More...
|
almost 15 years ago
|
Change the name of test/AndroidManifest.xml to test/TestAndroidManifest.xml to prevent project build breakage in IDEs. |
|
More...
|
almost 15 years ago
|
Merge branch 'master' of github.com:MoveInc/robolectric |
|
More...
|
almost 15 years ago
|
lat/lng support on ShaddowAddress |
|
More...
|
almost 15 years ago
|
Remove Uri again for now. |
|
More...
|
almost 15 years ago
|
Remove vestiges of TestHelper. |
|
More...
|
almost 15 years ago
|
RobolectricTestRunner subclasses can now override the creation of Application. |
|
More...
|
almost 15 years ago
|
RobolectricTestRunner subclasses now only need to override the normal constructor. |
|
More...
|
almost 15 years ago
|
Delegate to other (instrumented) instance of RobolectricTestRunner for test prep/before/after. |
|
More...
|
almost 15 years ago
|
Fixed implementations of equals() Made @Implements a strict requirement. If the class is not declared with this it will not be considered to be a shadow class and its methods will not be called. |
|
More...
|
almost 15 years ago
|
Merge branch 'master' of github.com:pivotal/robolectric |
|
More...
|
almost 15 years ago
|
Pushed before/afterTest() methods out into empty protected methods that subclasses can easily override, while keeping internal versions of both that can be overridden only internally for testing. |
|
More...
|
almost 15 years ago
|
Remove streamType field for ShadowAudioManager, as it is not used. Add test case. |
|
More...
|
almost 15 years ago
|
Remove streamType field for ShadowAudioManager, as it is not used. Add test case. |
|
More...
|
almost 15 years ago
|
Added the published implementation of android.net.Uri, and told the TestRunner to load it instead of the instrumented version it would normally use to implement shadows. This means that Uri cannot be shadowed, but it also means that Uri works as expected in the code under test which experience indicates is the more desirable behavior. |
|
More...
|
almost 15 years ago
|
Disable IntelliJ from trying to load the robolectric project as an Android project, since we have an AndroidManifest.xml for testing purposes |
|
More...
|
almost 15 years ago
|
Implement ShadowHandler#sendEmptyMessage |
|
More...
|
almost 15 years ago
|
Merged in changes from mportuesisf pull request. |
|
More...
|
almost 15 years ago
|
Revert "Add ShadowAudioManager" Until it has better specifications and tests |
|
More...
|
almost 15 years ago
|
add pairs |
|
More...
|
almost 15 years ago
|
merge upstream changes; switch to WithTestDefaultsRunner |
|
More...
|
almost 15 years ago
|
Made snapshot require clean and test |
|
More...
|
almost 15 years ago
|
Renamed AbstractRobolectricTestRunner to RobolectricTestRunner and documented it. |
|
More...
|
almost 15 years ago
|
Add ShadowIntent#setClass |
|
More...
|
almost 15 years ago
|
Add ShadowIntent#setClass |
|
More...
|
almost 15 years ago
|
Removed the need for TestHelper and deprecated its interface (and touched all of the tests just to make it look like we really did something important) |
|
More...
|
almost 15 years ago
|
Add ShadowAudioManager |
|
More...
|
almost 15 years ago
|
Add ShadowAudioManager |
|
More...
|
almost 15 years ago
|