예제 #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())