Introduce CommandResultSubject

"Truth" allows us to write readable code and generate more informational
error message for debugging. This change introduces the Truth "Subject"
for CommandResult.

Bug: None
Test: atest AuthFsHostTest ComposHostTestCases MicrodroidTestCase
Change-Id: I00cfc452a67dcb915ce80ee391f0ef53127b5408
diff --git a/tests/hostside/helper/Android.bp b/tests/hostside/helper/Android.bp
index 4ca0bf0..6ab02f8 100644
--- a/tests/hostside/helper/Android.bp
+++ b/tests/hostside/helper/Android.bp
@@ -6,7 +6,8 @@
     name: "VirtualizationTestHelper",
     srcs: ["java/**/*.java"],
     libs: [
-        "tradefed",
         "compatibility-tradefed",
+        "tradefed",
+        "truth-prebuilt",
     ],
 }