From 02ecfe461612465709a2d5f9a06a25f276252b35 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Fri, 1 May 2020 16:46:56 -0700 Subject: WifiShellCommand: Add unit tests Adding the basic test infra and tests for some commands. As people modify existing commands or add new ones, will write more unit tests. Bug: 152875610 Test: atest com.android.server.wifi Change-Id: I4cb8b05323a995455f9f87bcacc17673d811fcde --- service/java/com/android/server/wifi/WifiShellCommand.java | 1 - 1 file changed, 1 deletion(-) (limited to 'service') diff --git a/service/java/com/android/server/wifi/WifiShellCommand.java b/service/java/com/android/server/wifi/WifiShellCommand.java index 7706967a1..ed955bab4 100644 --- a/service/java/com/android/server/wifi/WifiShellCommand.java +++ b/service/java/com/android/server/wifi/WifiShellCommand.java @@ -74,7 +74,6 @@ import java.util.concurrent.TimeUnit; * * Permissions: currently root permission is required for some commands. Others will * enforce the corresponding API permissions. - * TODO (b/152875610): Add unit tests. */ public class WifiShellCommand extends BasicShellCommandHandler { private static String SHELL_PACKAGE_NAME = "com.android.shell"; -- cgit v1.2.3