1 # **********************************************************************
3 # Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 # This copy of Ice is licensed to you under the terms described in the
6 # ICE_LICENSE file included in this distribution.
8 # **********************************************************************
12 raise RuntimeError, 'test assertion failed'
16 def allTests(communicator)
17 print "testing stringToProxy... "
19 ref = "initial:default -p 12010"
20 base = communicator.stringToProxy(ref)
24 print "testing checked cast... "
26 initial = Test::InitialPrx::checkedCast(base)
31 print "getting proxies for class hierarchy... "
45 print "getting proxies for interface hierarchy... "
58 print "invoking proxy operations on class hierarchy... "
104 print "ditto, but for interface hierarchy... "
141 ib1o = ib1.ib1op(ib1)
158 ib2o = ib2.ib2op(ib2)
184 print "ditto, but for class implementing interfaces... "