History log of /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/license/LicenseHtmlLoaderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c50dc11b857dfdc265a4e0aa80fd7d17a62e7f6 12-Feb-2018 James Lemieux <jplemieux@google.com> Use external/robolectric-shadows/run_robotests.mk

This allows SettingsLib to test against the latest framework changes.

Also replaced TestConfig with traditional robolectric.properties.

Also reworked the test runner to avoid using deprecated API.

Bug: 73173204
Test: make -j56 RunSettingsLibRoboTests
Change-Id: Iebe130d6542ed7096147e3fff61f9cfd76aad948
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/license/LicenseHtmlLoaderTest.java
8d923f0b8eddb119b5f928f0a626a5b4154220a2 01-Dec-2017 Jaekyun Seok <jaekyun@google.com> Move codes generating html file from xml files to SettingsLib (2/2)

LicenseHtmlGeneratorFromXml, LicenseHtmlLoader and indirecly AsyncLoader
shoud be commonly used by Settings and TvSettings.

So this CL will move them to SettingsLib.

Bug: 37763148
Test: building succeeded and tested on sailfish
make ROBOTEST_FILTER=LicenseHtmlGeneratorFromXmlTest RunSettingsLibRoboTests
make ROBOTEST_FILTER=LicenseHtmlLoaderTest RunSettingsLibRoboTests

Change-Id: I86b59d82c46b6c5f520a6be260363f1b6ffd43f4
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/license/LicenseHtmlLoaderTest.java