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

Add testing for Weddings #98

Merged
merged 10 commits into from
Oct 17, 2024

Commits on Oct 16, 2024

  1. Add testing for Weddings

    Add test for Wedding functions.
    HanB1n committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ac7cb93 View commit details
    Browse the repository at this point in the history
  2. Fix conflicts with group repository

    Fix conflicts in Messages.java
    Fix conflicts in UntagCommand.java
    Fix conflicts in AddressBookParser.java
    Fix conflicts in AddressBook.java
    HanB1n committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b2e6837 View commit details
    Browse the repository at this point in the history
  3. Fix check style issues

    Fix check style issues in Wedding classes.
    Fix check style issues in Wedding test classes.
    HanB1n committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f0c8a9c View commit details
    Browse the repository at this point in the history
  4. Add tests for UnassignWeddingCommand.java

    Add tests for UnassignWeddingCommand.
    HanB1n committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4894692 View commit details
    Browse the repository at this point in the history
  5. Add tests for AssignWeddingCommand.java

    Add tests for AssignWeddingCommand.
    HanB1n committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2a65bdc View commit details
    Browse the repository at this point in the history
  6. Add tests for DeleteWeddingCommand.java

    Add tests for DeleteWeddingCommand.
    HanB1n committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4ca3249 View commit details
    Browse the repository at this point in the history
  7. Add tests for CreateWeddingCommand.java

    Add tests for CreateWeddingCommand.
    HanB1n committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f1ff179 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Merge branch 'master' into branch-wedding

    # Conflicts:
    #	src/main/java/seedu/address/logic/Messages.java
    #	src/main/java/seedu/address/logic/commands/AssignWeddingCommand.java
    #	src/main/java/seedu/address/logic/commands/CreateWeddingCommand.java
    #	src/main/java/seedu/address/logic/commands/DeleteWeddingCommand.java
    #	src/main/java/seedu/address/logic/commands/UnassignWeddingCommand.java
    #	src/main/java/seedu/address/model/AddressBook.java
    #	src/main/java/seedu/address/model/Model.java
    #	src/main/java/seedu/address/model/ReadOnlyAddressBook.java
    #	src/main/java/seedu/address/model/person/Person.java
    #	src/main/java/seedu/address/model/wedding/UniqueWeddingList.java
    #	src/main/java/seedu/address/model/wedding/Wedding.java
    #	src/main/java/seedu/address/model/wedding/WeddingName.java
    #	src/test/java/seedu/address/logic/parser/CreateWeddingCommandParserTest.java
    #	src/test/java/seedu/address/logic/parser/DeleteWeddingCommandParserTest.java
    #	src/test/java/seedu/address/model/AddressBookTest.java
    #	src/test/java/seedu/address/testutil/TypicalPersons.java
    HanB1n committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f27b2fe View commit details
    Browse the repository at this point in the history
  2. Remove redundant method in UniqueWeddingList.java

    Remove setTag from UniqueWeddingList.java.
    HanB1n committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f1662cf View commit details
    Browse the repository at this point in the history
  3. Fix bug in Test class

    Bug fix for compatibility with Weddings in
    EditPersonDescriptorBuilder.java.
    HanB1n committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f293c13 View commit details
    Browse the repository at this point in the history