| OLD | NEW |
| 1 Adblock Plus Library for Android | 1 Adblock Plus Library for Android |
| 2 ======================== | 2 ======================== |
| 3 | 3 |
| 4 An Android library project that runs a proxy to block ads. | 4 An Android library project that provides an opportunity to use Adblock Plus core |
| 5 functionality in Java/Android. |
| 5 | 6 |
| 6 Updating the dependencies | 7 Updating the dependencies |
| 7 ------------------------- | 8 ------------------------- |
| 8 | 9 |
| 9 Adblock Plus Library for Android has dependencies that aren't in this repository
. | 10 Adblock Plus Library for Android has dependencies that aren't in this repository
. |
| 10 To update those, call: | 11 To update those, call: |
| 11 | 12 |
| 12 ./ensure_dependencies.py | 13 ./ensure_dependencies.py |
| 13 | 14 |
| 14 ## Library | 15 ## Library |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 | 88 |
| 88 ant testOnly -DtestClass=org.adblockplus.libadblockplus.tests.NotificationTe
st | 89 ant testOnly -DtestClass=org.adblockplus.libadblockplus.tests.NotificationTe
st |
| 89 | 90 |
| 90 To run specific **test method** run: | 91 To run specific **test method** run: |
| 91 | 92 |
| 92 ant testOnly -DtestClass=full.test.class.name#testMethod | 93 ant testOnly -DtestClass=full.test.class.name#testMethod |
| 93 | 94 |
| 94 For example: | 95 For example: |
| 95 | 96 |
| 96 ant testOnly -DtestClass=org.adblockplus.libadblockplus.tests.NotificationTe
st#testAddNotification | 97 ant testOnly -DtestClass=org.adblockplus.libadblockplus.tests.NotificationTe
st#testAddNotification |
| OLD | NEW |