Skip to content

Commit

Permalink
Merge pull request #33 from coraleaf0602/master
Browse files Browse the repository at this point in the history
Add BookBobTest file and add test function template
  • Loading branch information
kaboomzxc authored Oct 8, 2024
2 parents 18e8025 + a43495a commit fbc0162
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/test/java/BookBob/BookBobTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package BookBob;

import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertTrue;

public class BookBobTest {

@Test
void help() {

}

@Test
void add() {
}

@Test
void list() {
}

@Test
void delete() {
}

@Test
void exit() {
}
}

0 comments on commit fbc0162

Please sign in to comment.