Lines Matching refs:assertIsNotNone
14 self.assertIsNotNone(sut.compiler_language(['clang']))
15 self.assertIsNotNone(sut.compiler_language(['clang-3.6']))
16 self.assertIsNotNone(sut.compiler_language(['clang++']))
17 self.assertIsNotNone(sut.compiler_language(['clang++-3.5.1']))
18 self.assertIsNotNone(sut.compiler_language(['cc']))
19 self.assertIsNotNone(sut.compiler_language(['c++']))
20 self.assertIsNotNone(sut.compiler_language(['gcc']))
21 self.assertIsNotNone(sut.compiler_language(['g++']))
22 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/gcc']))
23 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/g++']))
24 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/clang']))
25 self.assertIsNotNone(
40 self.assertIsNotNone(result, "wrong input for test")
55 self.assertIsNotNone(sut.split_command(['clang', 'source.c']))
56 self.assertIsNotNone(sut.split_command(['clang', '-c', 'source.c']))
57 self.assertIsNotNone(sut.split_command(['clang', '-c', 'source.c',