Example #1
0
 def test_getMarkerInterfaceNames(self):
     ints = Introspector(Content())
     expected = ['zope.app.introspector.tests.test_introspector.M1',
                 'zope.app.introspector.tests.test_introspector.M2',
                 'zope.app.introspector.tests.test_introspector.M3']
     expected.sort()
     self.assertEqual(ints.getMarkerInterfaceNames(), tuple(expected))