MCPcopy Create free account
hub / github.com/ImageEngine/cortex / testConstructor

Method testConstructor

test/IECoreGL/State.py:46–52  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

44class TestState( unittest.TestCase ) :
45
46 def testConstructor( self ) :
47
48 s = IECoreGL.State( False )
49 self.assertTrue( not s.isComplete() )
50
51 s = IECoreGL.State( True )
52 self.assertTrue( s.isComplete() )
53
54 def testUserAttributes( self ) :
55

Callers

nothing calls this directly

Calls 2

isCompleteMethod · 0.95
StateMethod · 0.80

Tested by

no test coverage detected