aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_nc_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_nc_test.py')
-rwxr-xr-xtest/gtest_nc_test.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/gtest_nc_test.py b/test/gtest_nc_test.py
index f63feaa7..683bd370 100755
--- a/test/gtest_nc_test.py
+++ b/test/gtest_nc_test.py
@@ -66,6 +66,18 @@ class GTestNCTest(unittest.TestCase):
('CATCHES_CALLING_SETUP_IN_ENVIRONMENT_WITH_TYPO',
[r'Setup_should_be_spelled_SetUp']),
+ ('CATCHES_WRONG_CASE_IN_TYPED_TEST_P',
+ [r'BarTest.*was not declared']),
+
+ ('CATCHES_WRONG_CASE_IN_REGISTER_TYPED_TEST_CASE_P',
+ [r'BarTest.*was not declared']),
+
+ ('CATCHES_WRONG_CASE_IN_INSTANTIATE_TYPED_TEST_CASE_P',
+ [r'BarTest.*not declared']),
+
+ ('CATCHES_INSTANTIATE_TYPED_TESET_CASE_P_WITH_SAME_NAME_PREFIX',
+ [r'redefinition of.*My.*FooTest']),
+
('SANITY',
None)
]