Searched defs:ProcessTest (Results 1 - 2 of 2) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DProcessTest.java13 public class ProcessTest { class
/external/libbrillo/brillo/
H A Dprocess_unittest.cc46 // Log must be cleared before running this test, just as ProcessTest::SetUp.
106 class ProcessTest : public ::testing::Test { class in namespace:brillo
131 TEST_F(ProcessTest, Basic) {
139 TEST_F(ProcessTest, AddStringOption) {
146 TEST_F(ProcessTest, AddIntValue) {
153 TEST_F(ProcessTest, NonZeroReturnValue) {
160 TEST_F(ProcessTest, BadOutputFile) {
166 TEST_F(ProcessTest, BadExecutable) {
171 void ProcessTest::CheckStderrCaptured() {
182 TEST_F(ProcessTest, StderrCapture
[all...]

Completed in 141 milliseconds