ó
[³XMc           @   sL   d  Z  e Z d d l m Z d e f d     YZ e   j e j    d S(   s/   
Tests for implementations of L{IReactorTime}.
i˙˙˙˙(   t   ReactorBuildert   TimeTestsBuilderc           B   s   e  Z d  Z d   Z RS(   sA   
    Builder for defining tests relating to L{IReactorTime}.
    c         C   s-   |  j    } | j d | j  | j   d S(   s?   
        The reactor can be stopped by a delayed call.
        i    N(   t   buildReactort	   callLatert   stopt   run(   t   selft   reactor(    (    sC   /usr/lib/python2.7/dist-packages/twisted/internet/test/test_time.pyt   test_delayedCallStopsReactor   s    (   t   __name__t
   __module__t   __doc__R   (    (    (    sC   /usr/lib/python2.7/dist-packages/twisted/internet/test/test_time.pyR      s   N(	   R   t   typet   __metaclass__t#   twisted.internet.test.reactormixinsR    R   t   globalst   updatet   makeTestCaseClasses(    (    (    sC   /usr/lib/python2.7/dist-packages/twisted/internet/test/test_time.pyt   <module>   s   