Re: c++ unit test in content process

2014-10-06 Thread Patrick Wang
I see. I'll try to write with a more end-to-end test framework then. Thank you. Patrick On 10/3/14 9:59 PM, Benjamin Smedberg wrote: > > On 10/3/2014 9:46 AM, Patrick Wang wrote: >> The test I am writing is to test an implementation of WebRTC's TCP >> socket in cont

Re: c++ unit test in content process

2014-10-03 Thread Patrick Wang
e I am thinking of writing a similar one with gtest but run in content process. Patrick On 10/3/14 8:44 PM, Benjamin Smedberg wrote: > > On 10/3/2014 4:59 AM, Patrick Wang wrote: >> Hi, >> >> I am trying to write a C++ unit test for code that runs in child >> pro

c++ unit test in content process

2014-10-03 Thread Patrick Wang
Hi, I am trying to write a C++ unit test for code that runs in child process, but all c++ tests I found run in parent process. Is it possible to write a c++ test case that runs in child process, or is there any example in our code? Thanks, Patrick smime.p7s Description: S/MIME Cryptographic Si