Ran
|
Jobs
1
|
Files
21
|
Run time
2s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci-com
HW-57745 apply default pattern when entering input (#180) * 1.0.0-beta04 release * WIP method to apply default pattern when entering input * refactor * looping from startIndex till endIndex rather than full length of text field * Revert "looping from startIndex till endIndex rather than full length of text field" This reverts commit 5487cb330. * pointing to development for accessing mask Changes for conditional pattern * making enum private * refactor * Revert "refactor" This reverts commit 4e5242627. * refactor * fixing bug for conditional pattern * Changing PatternCharacter to Character instead of String * HW-57750 : Remove formatting for in-line validation * Fix scenario: If after formatting, last character is pattern character then remove it parameterized unit tests * adding comment, need to think of some other solution * Fix scenario: only write text other than alphanumeric if they are followed by alphanumeric text if pattern is ###-### and user enters 123a then formatted text should be 123 * HW-58493 : Apply pattern on update of input * Fix tests * Fix merge issues * Fix more merge issues * Adding test cases other than escape character, adding handling for when user entered character is same is pattern character * Implementation for escape character, few test cases were failing which are wrong in the excel and fixed in code but should be discussed. Couple of them still need fixing TODO: Methods need refactoring for length and complexity * Stop swiftlint warnings in test * Fix for unit tests and escape character * implementation for unformatted text method, code formatting * Update scrubbing and add tests * code refactor * code refactor * code refactor * code refactor, fixed generation for allowed letters and numbers * Modify getFormatPattern to make it easy to test conditionalPatterns... (continued)
1452 of 1473 relevant lines covered (98.57%)
12.25 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|