def test_get_parent_resource_type(self): plugin = NetworkProtectablePlugin(self._context) self.assertItemsEqual(plugin.get_parent_resource_types(), (constants.PROJECT_RESOURCE_TYPE))
def test_get_resource_type(self): plugin = NetworkProtectablePlugin(self._context) self.assertEqual(constants.NETWORK_RESOURCE_TYPE, plugin.get_resource_type())