ArtGTest

public class ArtGTest
extends GTest

java.lang.Object
   ↳ com.android.tradefed.testtype.GTestBase
     ↳ com.android.tradefed.testtype.GTest
       ↳ com.android.tradefed.testtype.ArtGTest


Summary

Public constructors

ArtGTest()

Protected methods

String getGTestCmdLineWrapper(String fullPath, String flags)

Helper which allows derived classes to wrap the gtest command under some other tool (chroot, strace, gdb, and similar).

Public constructors

ArtGTest

public ArtGTest ()

Protected methods

getGTestCmdLineWrapper

protected String getGTestCmdLineWrapper (String fullPath, 
                String flags)

Helper which allows derived classes to wrap the gtest command under some other tool (chroot, strace, gdb, and similar).

Parameters
fullPath String

flags String

Returns
String