| 5 | | jum.assertTrue("test1", typeof dojo.graphics=="object"); |
| 6 | | jum.assertTrue("test1", typeof dojo.graphics.animation=="object"); |
| 7 | | jum.assertTrue("test1", typeof dojo.graphics.animation.Animation=="object"); |
| 8 | | jum.assertTrue("test1", typeof dojo.graphics.animation.AnimationEvent=="object"); |
| | 5 | jum.assertEquals("test1", typeof dojo.graphics, "object"); |
| | 6 | jum.assertEquals("test2", typeof dojo.graphics.animation, "object"); |
| | 7 | jum.assertEquals("test3", typeof dojo.graphics.animation.Animation, "function"); |
| | 8 | jum.assertEquals("test5", typeof dojo.graphics.animation.AnimationEvent, "function"); |