Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stleary/JSON-Java-unit-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: viveksacademia4git/JSON-Java-unit-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on May 16, 2020

  1. Test for new introduced JSONArray(int) constructor.

    Link: stleary/JSON-java#516
    
    1. Checked with input parameter: 0
    2. Checked with input parameter: positive number
    3. Checked with input parameter: negative number
    
    If input parameter is negative number JSONException is thrown:
        JSONArray initial capacity cannot be negative.
    viveksacademia4git committed May 16, 2020
    Configuration menu
    Copy the full SHA
    21dc047 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Comment correction

    Corrected comment for the test created for JSONArray(int)
    viveksacademia4git authored May 17, 2020
    Configuration menu
    Copy the full SHA
    ad76c8b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Merge pull request #1 from viveksacademia4git/i516-JSONArray-Construc…

    …tParam-InitCapacity
    
    I516 json array construct param init capacity
    viveksacademia4git authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    2c659ba View commit details
    Browse the repository at this point in the history
Loading