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

ParserTest #375

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update name
kaboomzxc committed Nov 11, 2024
commit 22e2389c7b843d1683b10ec5c6cfe3e9daaa016c
8 changes: 4 additions & 4 deletions src/test/java/bookbob/parser/ParserTest.java
Original file line number Diff line number Diff line change
@@ -154,8 +154,8 @@ void testDeleteAppointmentCommand() throws IOException {

//@@author kaboomzxc
@Nested
@DisplayName("Search Command Tests")
class SearchCommandTests {
@DisplayName("Find Command Tests")
class FindCommandTests {
@Test
@DisplayName("Test find diagnosis command")
void testFindDiagnosisCommand() throws IOException {
@@ -261,8 +261,8 @@ void testEditCommandWithoutToParameter() throws IOException {

//@@author kaboomzxc
@Nested
@DisplayName("Find Command Tests")
class FindCommandTests {
@DisplayName("Specific Find Command Tests")
class SpecificFindCommandTests {
@Test
@DisplayName("Test find by name")
void testFindByName() throws IOException {