1
2from PyObjCTools.TestSupport import *
3from Quartz.QuartzCore import *
4
5class TestCIFilterShape (TestCase):
6    def testMethods(self):
7        self.assertArgIsBOOL(CIFilterShape.transformBy_interior_, 1)
8
9if __name__ == "__main__":
10    main()
11