media/testutils/src
ibaker be68d13ba5 Throw RuntimeException instead of Error from ExoHostedTest
Throwing Error forces a test to catch Throwable (e.g.
DashWidevineOfflineTest#widevineOfflineReleasedV22), which will also
catch AssertionError meaning the fail() call at the end of the try block
won't work.

The DashWidevineOfflineTest have been broken since
91185500a1

PiperOrigin-RevId: 331120894
2020-09-11 13:25:05 +01:00
..
main Throw RuntimeException instead of Error from ExoHostedTest 2020-09-11 13:25:05 +01:00
test Use static imports for methods that make sense without their class name 2020-07-27 23:59:52 +01:00