()
| 8856 | assert ad[2] == V3d(a[2]) |
| 8857 | |
| 8858 | def testC3Array (): |
| 8859 | print ("C3fArray") |
| 8860 | testC3xArray (C3fArray, Color3f, FloatArray) |
| 8861 | testC3xExplicitConversion(C3fArray) |
| 8862 | print ("C3cArray") |
| 8863 | testC3xArray (C3cArray, Color3c, UnsignedCharArray) |
| 8864 | |
| 8865 | testList.append (('testC3Array',testC3Array)) |
| 8866 |
nothing calls this directly
no test coverage detected