Exemple #1
0
 def setUp(self):
     """Sets up the needed objects used throughout the test."""
     self._plugin = msie_webcache.MsieWebCacheEseDbPlugin()
Exemple #2
0
 def setUp(self):
   """Makes preparations before running an individual test."""
   self._plugin = msie_webcache.MsieWebCacheEseDbPlugin()
Exemple #3
0
 def setUp(self):
     """Sets up the needed objects used throughout the test."""
     pre_obj = event.PreprocessObject()
     self._plugin = msie_webcache.MsieWebCacheEseDbPlugin(pre_obj)