예제 #1
0
    def testGetFormatStringAttributeNames(self):
        """Tests the GetFormatStringAttributeNames function."""
        event_formatter = twitter_ios.TwitterIOSContactFormatter()

        expected_attribute_names = [
            'screen_name',
            'profile_url',
            'name',
            'location',
            'description',
            'url',
            'following',
            'followers_count',
            'following_count',
        ]

        self._TestGetFormatStringAttributeNames(event_formatter,
                                                expected_attribute_names)
예제 #2
0
 def testInitialization(self):
     """Tests the initialization."""
     event_formatter = twitter_ios.TwitterIOSContactFormatter()
     self.assertIsNotNone(event_formatter)