Home | History | Annotate | Download | only in functional

Lines Matching full:player

21   # YouTube player states
42 """Verify that player is ready."""
44 msg='Failed to load youtube player.')
47 """Returns a player state."""
156 # The YouTube player will get in a state where it does not return the
167 msg='Player did not enter the playing state.')
202 self.assertTrue(False, msg='Player did not enter the playing state.')
213 """Test that YouTube loads a player and changes player states.
215 Test verifies various player states like unstarted, playing, paused
223 msg='Player did not enter the paused state.')
234 msg='Player did not reach the stopped state.')
256 """Test that player downloads video bytes."""