com.atlassian.webtest.ui.keys
Class TestSeleniumTypeWriter

java.lang.Object
  extended by com.atlassian.webtest.ui.keys.TestSeleniumTypeWriter

public class TestSeleniumTypeWriter
extends Object

Test case for SeleniumTypeWriter.

Since:
v1.21

Constructor Summary
TestSeleniumTypeWriter()
           
 
Method Summary
 void fullTypeShouldUseAllKeyEventsByDefault()
           
 void setUpMocks()
           
 void shouldHandleNonEditableElements()
           
 void shouldHandleZeroLengthSequenceInFullEventTypeMode()
           
 void shouldHandleZeroLengthSequenceInInsertMode()
           
 void shouldHandleZeroLengthSequenceInInsertWithEventMode()
           
 void shouldInsertWithEvent()
           
 void shouldNotPreserveExistingTextOnClear()
           
 void shouldPreserveExistingText()
           
 void shouldSupportCustomKeySequenceImplementations()
           
 void shouldTypeAllSpecialKeys()
           
 void shouldTypeCharsInInsertTypeMode()
           
 void shouldTypeCharsInInsertWithEventTypeMode()
           
 void shouldTypeSpecifiedCharEventsInFullTypeMode()
           
 void shouldTypeSpecifiedKeyEventsInFullTypeMode()
           
 void shouldTypeSpecifiedKeyEventsInInsertTypeMode()
           
 void shouldTypeSpecifiedKeyEventsInInsertWithEventTypeMode()
           
 void shouldTypeSpecifiedKeyEventsInMixedSequenceAndFullTypeMode()
           
 void shouldTypeSpecifiedKeyEventsInMixedSequenceAndInsertTypeMode()
           
 void shouldTypeSpecifiedKeyEventsInMixedSequenceAndInsertWithEventTypeMode()
           
 void shouldTypeSpecifiedKeyEventsInMixedSequenceAndInsertWithEventTypeModeWithKeyAtTheEndHAHAHA()
           
 void shouldUserCorrectKeyForEnter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSeleniumTypeWriter

public TestSeleniumTypeWriter()
Method Detail

setUpMocks

public void setUpMocks()

shouldInsertWithEvent

public void shouldInsertWithEvent()

fullTypeShouldUseAllKeyEventsByDefault

public void fullTypeShouldUseAllKeyEventsByDefault()

shouldSupportCustomKeySequenceImplementations

public void shouldSupportCustomKeySequenceImplementations()

shouldHandleNonEditableElements

public void shouldHandleNonEditableElements()

shouldTypeSpecifiedCharEventsInFullTypeMode

public void shouldTypeSpecifiedCharEventsInFullTypeMode()

shouldTypeSpecifiedKeyEventsInFullTypeMode

public void shouldTypeSpecifiedKeyEventsInFullTypeMode()

shouldTypeSpecifiedKeyEventsInMixedSequenceAndFullTypeMode

public void shouldTypeSpecifiedKeyEventsInMixedSequenceAndFullTypeMode()

shouldTypeCharsInInsertTypeMode

public void shouldTypeCharsInInsertTypeMode()

shouldTypeSpecifiedKeyEventsInInsertTypeMode

public void shouldTypeSpecifiedKeyEventsInInsertTypeMode()

shouldTypeSpecifiedKeyEventsInMixedSequenceAndInsertTypeMode

public void shouldTypeSpecifiedKeyEventsInMixedSequenceAndInsertTypeMode()

shouldTypeCharsInInsertWithEventTypeMode

public void shouldTypeCharsInInsertWithEventTypeMode()

shouldTypeSpecifiedKeyEventsInInsertWithEventTypeMode

public void shouldTypeSpecifiedKeyEventsInInsertWithEventTypeMode()

shouldTypeSpecifiedKeyEventsInMixedSequenceAndInsertWithEventTypeMode

public void shouldTypeSpecifiedKeyEventsInMixedSequenceAndInsertWithEventTypeMode()

shouldUserCorrectKeyForEnter

public void shouldUserCorrectKeyForEnter()

shouldTypeSpecifiedKeyEventsInMixedSequenceAndInsertWithEventTypeModeWithKeyAtTheEndHAHAHA

public void shouldTypeSpecifiedKeyEventsInMixedSequenceAndInsertWithEventTypeModeWithKeyAtTheEndHAHAHA()

shouldTypeAllSpecialKeys

public void shouldTypeAllSpecialKeys()

shouldHandleZeroLengthSequenceInInsertMode

public void shouldHandleZeroLengthSequenceInInsertMode()

shouldHandleZeroLengthSequenceInInsertWithEventMode

public void shouldHandleZeroLengthSequenceInInsertWithEventMode()

shouldHandleZeroLengthSequenceInFullEventTypeMode

public void shouldHandleZeroLengthSequenceInFullEventTypeMode()

shouldPreserveExistingText

public void shouldPreserveExistingText()

shouldNotPreserveExistingTextOnClear

public void shouldNotPreserveExistingTextOnClear()


Copyright © 2014 Atlassian. All rights reserved.