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

Added test cases for JsonFormatter class and refactored the code base #1008

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

Commits on Mar 2, 2024

  1. feat: Add test cases for JsonFormatter class

    This class is in com.jayway.jsonpath.internal package.Add cases to cover the following:
    -Simple Json Object, Json Object Array
    -Json With Escaped Characters,Json Object with Escaped Characters
    Vaibhav Ramchandani committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2910c5a View commit details
    Browse the repository at this point in the history
  2. feat: Add test cases for JsonFormatter class

    This class is in com.jayway.jsonpath.internal package.Add cases to cover the following:
    -Simple Json Object, Json Object Array
    -Json With Escaped Characters,Json Object with Escaped Characters
    Vaibhav Ramchandani committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ddaf298 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge remote-tracking branch 'upstream/master'

    Vaibhav Ramchandani committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6f1545e View commit details
    Browse the repository at this point in the history
  2. Fetch the changes from remote

    Vaibhav Ramchandani committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fd5682b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    51e7553 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. refactor: Implementation smells refactored

    Vaibhav Ramchandani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    739699d View commit details
    Browse the repository at this point in the history
  2. refactor: Design Smells

    Vaibhav Ramchandani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5b33010 View commit details
    Browse the repository at this point in the history
  3. refactor:desgin smells refactored

    Vaibhav Ramchandani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f9054b5 View commit details
    Browse the repository at this point in the history
  4. refactor:complex conditional statement in parseFunctionParameters in …

    …PathCompiler.java
    Vaibhav Ramchandani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b3febe2 View commit details
    Browse the repository at this point in the history
  5. refactor:Refactor using extract class in CompiledPath.java

    Vaibhav Ramchandani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4ae4833 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. refactor:Refactor using Change bidirectional association to unidirect…

    …ional association refactor technique
    Vaibhav Ramchandani committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    404f2bc View commit details
    Browse the repository at this point in the history
  2. refactor:Refactor using Decompose conditional in PathCompiler.java

    Vaibhav Ramchandani committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    84c93f9 View commit details
    Browse the repository at this point in the history