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