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

Removal of magic numbers in CollectionTest #2091

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Commits on Mar 1, 2022

  1. Merge pull request #1 from google/master

    Sync Forked Repo
    Lhandi29 authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    999e279 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    51e723f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    996eca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

Commits on Apr 10, 2022

  1. JUnit assertion to Truth assertion

    in CollectionTest.testCollectionOfStringsDeserialization
    and
    CollectionTest.testRawCollectionDeserializationNotAlllowed
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    f776d6c View commit details
    Browse the repository at this point in the history
  2. JUnit assertion to Truth assertion

    in CollectionTest.testRawCollectionOfIntegersSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    feefe22 View commit details
    Browse the repository at this point in the history
  3. JUnit assertion to Truth assertion

    in CollectionTest.testTopLevelCollectionOfIntegersSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    10ea6e8 View commit details
    Browse the repository at this point in the history
  4. JUnit assertion to Truth assertion

    in CollectionTest.testTopLevelCollectionOfIntegersDeserialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    1c359de View commit details
    Browse the repository at this point in the history
  5. JUnit assertion to Truth assertion

    in CollectionTest.testTopLevelListOfIntegerCollectionsDeserialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    e8776a2 View commit details
    Browse the repository at this point in the history
  6. JUnit assertion to Truth assertion

    in CollectionTest.testLinkedListSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    3c7feb8 View commit details
    Browse the repository at this point in the history
  7. JUnit assertion to Truth assertion

    in CollectionTest.testLinkedListDeserialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    38b729d View commit details
    Browse the repository at this point in the history
  8. JUnit assertion to Truth assertion

    in CollectionTest.testQueueSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    e9e9e67 View commit details
    Browse the repository at this point in the history
  9. JUnit assertion to Truth assertion

    in CollectionTest.testQueueDeserialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    f443276 View commit details
    Browse the repository at this point in the history
  10. JUnit assertion to Truth assertion

    in CollectionTest.testPriorityQueue
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    3cafb34 View commit details
    Browse the repository at this point in the history
  11. JUnit assertion to Truth assertion

    in CollectionTest.testVector
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    0c660b4 View commit details
    Browse the repository at this point in the history
  12. JUnit assertion to Truth assertion

    in CollectionTest.testStack
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    a3e6cd7 View commit details
    Browse the repository at this point in the history
  13. JUnit assertion to Truth assertion

    in CollectionTest.testNullsInListSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    1d50e3a View commit details
    Browse the repository at this point in the history
  14. JUnit assertion to Truth assertion

    in CollectionTest.testNullsInListDeserialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    49e355d View commit details
    Browse the repository at this point in the history
  15. JUnit assertion to Truth assertion

    in CollectionTest.testCollectionOfObjectSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    7819e74 View commit details
    Browse the repository at this point in the history
  16. JUnit assertion to Truth assertion

    in CollectionTest.testCollectionOfObjectWithNullSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    372852b View commit details
    Browse the repository at this point in the history
  17. JUnit assertion to Truth assertion

    in CollectionTest.testCollectionOfStringsSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    8fa2869 View commit details
    Browse the repository at this point in the history
  18. JUnit assertion to Truth assertion

    in CollectionTest.testCollectionOfBagOfPrimitivesSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    098d7bb View commit details
    Browse the repository at this point in the history
  19. JUnit assertion to Truth assertion

    in CollectionTest.testRawCollectionSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    d879fe5 View commit details
    Browse the repository at this point in the history
  20. JUnit assertion to Truth assertion

    in CollectionTest.testRawCollectionDeserializationNotAlllowed
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    2a25a9a View commit details
    Browse the repository at this point in the history
  21. JUnit assertion to Truth assertion

    in CollectionTest.testRawCollectionOfBagOfPrimitivesNotAllowed
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    5cfcda6 View commit details
    Browse the repository at this point in the history
  22. JUnit assertion to Truth assertion

    in CollectionTest.testWildcardPrimitiveCollectionSerilaization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    0a4dfb9 View commit details
    Browse the repository at this point in the history
  23. JUnit assertion to Truth assertion

    in CollectionTest.testWildcardPrimitiveCollectionDeserilaization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    3d83b70 View commit details
    Browse the repository at this point in the history
  24. JUnit assertion to Truth assertion

    in CollectionTest.testFieldIsArrayList
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    7b5b11d View commit details
    Browse the repository at this point in the history
  25. JUnit assertion to Truth assertion

    in ObjectWithWildcardCollection.testSetSerialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    9f491ec View commit details
    Browse the repository at this point in the history
  26. JUnit assertion to Truth assertion

    in ObjectWithWildcardCollection.testSetDeserialization
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    3bc33d9 View commit details
    Browse the repository at this point in the history
  27. JUnit assertion to Truth assertion

    in SmallClass.testIssue1107
    Lhandi29 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    62dd893 View commit details
    Browse the repository at this point in the history