Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve tests #506

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 8, 2017

  1. Configuration menu
    Copy the full SHA
    9c10a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f95d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7e8142 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5357f1e View commit details
    Browse the repository at this point in the history
  5. Add test case for endsWith

    Every string should endsWith empty string
    mahdavipanah committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    9acf9ad View commit details
    Browse the repository at this point in the history
  6. Add test for 'include'

    Every string includes ''
    mahdavipanah committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    6eac99c View commit details
    Browse the repository at this point in the history
  7. Add test cases for 'insert'

    Test cases that try insert null, '', undefined to a string
    mahdavipanah committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    659e1b7 View commit details
    Browse the repository at this point in the history
  8. Add test cases for lpad

    Try test 'lpad' by giving length argument some invalid values
    mahdavipanah committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    c7bf2d9 View commit details
    Browse the repository at this point in the history
  9. Add test cases for lrpad

    Try test 'lrpad' by giving length argument some invalid values
    mahdavipanah committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    8012084 View commit details
    Browse the repository at this point in the history
  10. Add test cases for rpad

    Try test 'rpad' by giving length argument some invalid values
    mahdavipanah committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    d469d35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17e8bc0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    149d0d3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    376c1ba View commit details
    Browse the repository at this point in the history