public class TestTimeTrackingInputValidation extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestTimeTrackingInputValidation() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testTimeTrackingAcceptsFractionalValues() |
void |
testTimeTrackingAcceptsMoreThanOneEmptyTimeUnitSuffix()
JRA-20975.
|
void |
testTimeTrackingAcceptsMoreThanOneEntryQualifiedByTheSameTimeUnit()
This is the behaviour now.
|
void |
testTimeTrackingFieldRejectsRubbish() |
void |
testTimeTrackingRejectsInvalidTimeUnitSuffixes() |
void |
testTimeTrackingRejectsTimeUnitsNotQualifiedByANumber() |
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUpTest()
public void testTimeTrackingFieldRejectsRubbish()
public void testTimeTrackingAcceptsFractionalValues()
public void testTimeTrackingRejectsInvalidTimeUnitSuffixes()
public void testTimeTrackingAcceptsMoreThanOneEntryQualifiedByTheSameTimeUnit()
This is the behaviour now. This should really be flagged as an input error because it is most likely to be a mistake made by the user.
This has been reported this as JRA-20974. When and if, this gets changed this test will fail and will have to be changed to verify the opposite of the current behaviour.
public void testTimeTrackingRejectsTimeUnitsNotQualifiedByANumber()
public void testTimeTrackingAcceptsMoreThanOneEmptyTimeUnitSuffix()
Copyright © 2002-2024 Atlassian. All Rights Reserved.