askewseth / Concordanator

A java based application to create and search word concordances of public domain texts.
https://sible777.github.io/Concordanator
MIT License
0 stars 1 forks source link

Test Bookshelf queries #9

Open corysabol opened 8 years ago

corysabol commented 8 years ago

Write tests for the Bookshelf class.

It should pass the following:

  1. return the right title searched for
  2. return results by author
  3. return results by keyword and perhaps phrase
  4. return null if nothing is found.
corysabol commented 8 years ago

@Metalaxe1 mentioning you for discussion.