コード例 #1
0
 def test_get_modules(self):
   top_modules = PomUtils.top_pom_content_handler()
   self.assertIsNotNone(top_modules)
コード例 #2
0
 def test_get_modules(self):
     top_modules = PomUtils.top_pom_content_handler()
     self.assertIsNotNone(top_modules)
コード例 #3
0
 def test_top_pom_content_handler(self):
   tpch = PomUtils.top_pom_content_handler()
   self.assertIsNotNone(tpch)
   self.assertIs(tpch, PomUtils.top_pom_content_handler())
コード例 #4
0
 def test_top_pom_content_handler(self):
     tpch = PomUtils.top_pom_content_handler()
     self.assertIsNotNone(tpch)
     self.assertIs(tpch, PomUtils.top_pom_content_handler())