1
2from PyObjCTools.TestSupport import *
3from Quartz.QuartzCore import *
4from Quartz import *
5
6class TestCIKernel (TestCase):
7    def testMethods(self):
8        self.assertArgIsSEL(CIKernel.setROISelector_, 0, CGRect.__typestr__ + b'@:i' + CGRect.__typestr__ + b'@')
9
10if __name__ == "__main__":
11    main()
12