Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testsrunner/org.eclipse.cdt.testsrunner.gtest/src/org/eclipse/cdt/testsrunner/internal/gtest/GoogleTestsRunnerMessages.properties')
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner.gtest/src/org/eclipse/cdt/testsrunner/internal/gtest/GoogleTestsRunnerMessages.properties21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsrunner/org.eclipse.cdt.testsrunner.gtest/src/org/eclipse/cdt/testsrunner/internal/gtest/GoogleTestsRunnerMessages.properties b/testsrunner/org.eclipse.cdt.testsrunner.gtest/src/org/eclipse/cdt/testsrunner/internal/gtest/GoogleTestsRunnerMessages.properties
new file mode 100644
index 00000000000..e329ed2d6e0
--- /dev/null
+++ b/testsrunner/org.eclipse.cdt.testsrunner.gtest/src/org/eclipse/cdt/testsrunner/internal/gtest/GoogleTestsRunnerMessages.properties
@@ -0,0 +1,21 @@
+###############################################################################
+# Copyright (c) 2011 Anton Gorenkov
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Anton Gorenkov - Initial implementation
+###############################################################################
+GoogleTestsRunner_error_format={0}: {1}
+GoogleTestsRunner_io_error_prefix=I/O Error:
+OutputHandler_getparam_message=Instantiated with GetParam() = {0}
+OutputHandler_unexpected_case_end=End of test case "{0}" is not expected, because the last started case is "{1}".
+OutputHandler_unexpected_output=Unexpected test module output.
+OutputHandler_unexpected_suite_end=End of test suite "{0}" is not expected, because the last started suite is "{1}".
+OutputHandler_unknown_error_prefix=Unknown error during parsing Google Test module output:
+OutputHandler_unknown_location_format=Unknown location format.
+OutputHandler_unknown_test_status=Test status value "{0}" is unknown.
+OutputHandler_wrong_groups_count=State with pattern "{0}" should has {1} groups but has {2}.
+OutputHandler_wrong_suite_name=A test case "{0}" belongs to test suite "{1}", but the last started suite is "{2}".

Back to the top