コード例 #1
0
 def testStandardConstructor(self):
     bb = BoundingBox()
     self.assertTrue(bb.isEmpty(), "Newly constructed bbox is not empty!")
コード例 #2
0
ファイル: test_boundingbox.py プロジェクト: behnam/cgkit
 def testStandardConstructor(self):
     bb = BoundingBox()
     self.failUnless(bb.isEmpty(), "Newly constructed bbox is not empty!")
コード例 #3
0
 def testStandardConstructor(self):
     bb = BoundingBox()
     self.failUnless(bb.isEmpty(), "Newly constructed bbox is not empty!")