com.atlassian.pageobjects.elements.test.timeout
Class TestPropertiesBasedTimeouts

java.lang.Object
  extended by com.atlassian.pageobjects.elements.test.timeout.TestPropertiesBasedTimeouts

public class TestPropertiesBasedTimeouts
extends Object

Test case for PropertiesBasedTimeouts.


Constructor Summary
TestPropertiesBasedTimeouts()
           
 
Method Summary
 void shouldReturnDefaultValueForNaN()
           
 void shouldReturnExistingProperties()
           
 void shouldThrowExceptionGivenDefaultTimeoutInPropertiesIsNaN()
           
 void shouldThrowExceptionGivenNoDefaultTimeoutInProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPropertiesBasedTimeouts

public TestPropertiesBasedTimeouts()
Method Detail

shouldReturnExistingProperties

public void shouldReturnExistingProperties()

shouldThrowExceptionGivenNoDefaultTimeoutInProperties

public void shouldThrowExceptionGivenNoDefaultTimeoutInProperties()

shouldThrowExceptionGivenDefaultTimeoutInPropertiesIsNaN

public void shouldThrowExceptionGivenDefaultTimeoutInPropertiesIsNaN()

shouldReturnDefaultValueForNaN

public void shouldReturnDefaultValueForNaN()


Copyright © 2014 Atlassian. All rights reserved.