Ejemplo n.º 1
0
 def setUp(self):
     unittest.TestCase.setUp(self)
     EncoderMixIn.setUp(self)
Ejemplo n.º 2
0
    def tearDown(self):
        EncoderMixIn.tearDown(self)

        pyamf.unregister_class(self.TestObject)
        pyamf.unregister_class(self.TestSubObject)
Ejemplo n.º 3
0
 def setUp(self):
     # wtf
     ClassCacheClearingTestCase.setUp(self)
     EncoderMixIn.setUp(self)
Ejemplo n.º 4
0
    def setUp(self):
        EncoderMixIn.setUp(self)

        self.x = amf3.DataOutput(self.encoder)
Ejemplo n.º 5
0
    def setUp(self):
        EncoderMixIn.setUp(self)

        pyamf.register_class(self.TestObject, 'test_complex.test')
        pyamf.register_class(self.TestSubObject, 'test_complex.sub')
Ejemplo n.º 6
0
 def setUp(self):
     unittest.TestCase.setUp(self)
     EncoderMixIn.setUp(self)
Ejemplo n.º 7
0
 def setUp(self):
     ClassCacheClearingTestCase.setUp(self)
     EncoderMixIn.setUp(self)
Ejemplo n.º 8
0
    def tearDown(self):
        EncoderMixIn.tearDown(self)

        pyamf.unregister_class(self.TestObject)
        pyamf.unregister_class(self.TestSubObject)
Ejemplo n.º 9
0
    def setUp(self):
        EncoderMixIn.setUp(self)

        pyamf.register_class(self.TestObject, 'test_complex.test')
        pyamf.register_class(self.TestSubObject, 'test_complex.sub')
Ejemplo n.º 10
0
    def setUp(self):
        EncoderMixIn.setUp(self)

        self.x = amf3.DataOutput(self.encoder)