ArtGTest

public class ArtGTest
extends GTest

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


Riepilogo

Costruttori pubblici

ArtGTest()

Metodi protetti

String getGTestCmdLineWrapper(String fullPath, String flags)

Helper che consente alle classi derivate di eseguire il wrapping del comando gtest in un altro strumento (chroot, strace, gdb e simili).

Costruttori pubblici

ArtGTest

public ArtGTest ()

Metodi protetti

getGTestCmdLineWrapper

protected String getGTestCmdLineWrapper (String fullPath, 
                String flags)

Helper che consente alle classi derivate di eseguire il wrapping del comando gtest in un altro strumento (chroot, strace, gdb e simili).

Parametri
fullPath String

flags String

Ritorni
String