Loading packages/SystemUI/tests/utils/src/com/android/systemui/SysuiTestCase.java +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ import java.util.concurrent.Future; // NOTE: This @DisabledOnRavenwood annotation is inherited to all subclasses (unless overridden // via a more-specific @EnabledOnRavenwood annotation); this means that by default all // subclasses will be "ignored" when executed on the Ravenwood testing environment; more // background on Ravenwood is available at go/ravenwood-docs // background on Ravenwood is available at go/ravenwood @DisabledOnRavenwood public abstract class SysuiTestCase { /** Loading ravenwood/junit-impl-src/android/platform/test/ravenwood/RavenwoodSystemServer.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class RavenwoodSystemServer { throw new RuntimeException("The requested service " + serviceClass + " is not yet supported under the Ravenwood deviceless testing " + "environment; consider requesting support from the API owner or " + "consider using Mockito; more details at go/ravenwood-docs"); + "consider using Mockito; more details at go/ravenwood"); } // Start service and then depth-first traversal of any dependencies Loading ravenwood/junit-impl-src/android/platform/test/ravenwood/RavenwoodUnsupportedApiException.java +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ public class RavenwoodUnsupportedApiException extends UnsupportedOperationExcept public RavenwoodUnsupportedApiException() { super("This method is not yet supported under the Ravenwood deviceless testing " + "environment; consider requesting support from the API owner or " + "consider using Mockito; more details at go/ravenwood-docs"); + "consider using Mockito; more details at go/ravenwood"); } } Loading
packages/SystemUI/tests/utils/src/com/android/systemui/SysuiTestCase.java +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ import java.util.concurrent.Future; // NOTE: This @DisabledOnRavenwood annotation is inherited to all subclasses (unless overridden // via a more-specific @EnabledOnRavenwood annotation); this means that by default all // subclasses will be "ignored" when executed on the Ravenwood testing environment; more // background on Ravenwood is available at go/ravenwood-docs // background on Ravenwood is available at go/ravenwood @DisabledOnRavenwood public abstract class SysuiTestCase { /** Loading
ravenwood/junit-impl-src/android/platform/test/ravenwood/RavenwoodSystemServer.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class RavenwoodSystemServer { throw new RuntimeException("The requested service " + serviceClass + " is not yet supported under the Ravenwood deviceless testing " + "environment; consider requesting support from the API owner or " + "consider using Mockito; more details at go/ravenwood-docs"); + "consider using Mockito; more details at go/ravenwood"); } // Start service and then depth-first traversal of any dependencies Loading
ravenwood/junit-impl-src/android/platform/test/ravenwood/RavenwoodUnsupportedApiException.java +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ public class RavenwoodUnsupportedApiException extends UnsupportedOperationExcept public RavenwoodUnsupportedApiException() { super("This method is not yet supported under the Ravenwood deviceless testing " + "environment; consider requesting support from the API owner or " + "consider using Mockito; more details at go/ravenwood-docs"); + "consider using Mockito; more details at go/ravenwood"); } }