gtest-gbar
gtest-gbar copied to clipboard
Automatically exported from code.google.com/p/gtest-gbar
I'm trying to build Google Test UI for linux and getting the following error xbuild Guitar.sln XBuild Engine Version 0.1 Mono, Version 2.4.0.0 Copyright (C) Marek Sieradzki 2005. All rights...
What steps will reproduce the problem? 1. Create a google test exe with no test case. (source : https://gist.github.com/bc-lee/1ae17cec82d36e3e5d64 ) 2. run with gtest-gbar What is the expected output? What...
``` What steps will reproduce the problem? 1. Define 112 tests (I have 112 tests in 12 test cases). No disabled cases. 2. run with gtest-gbar What is the expected...
``` When a parameterised test ("TEST_P") fails the builtin test runner displays "[ FAILED ] Prefix/TestSuite.TestCase/Number, where GetParam() = ..." I am missing the "where GetParam() = ..." part in...
``` What steps will reproduce the problem? 1. Write a test case: TEST_F(Foo, Bar) { assert(false); } What is the expected output? What do you see instead? Expected result: An...
``` What steps will reproduce the problem? 1. Setup application 2. Press Go What is the expected output? What do you see instead? My application gets started two times. the...
``` What steps will reproduce the problem? 1. Just run it 2. 3. Text area is not right in windows xp system. Please see the picture. I modify source and...