1. Your toString method should loop through all the books it has to get the information about book[0] through to the end.
2. What would you like to test? Your code has problems such as that Book[] never being initialised but essentially that main method at the end is creating a library and adding 5 books, to test further you can add the method getBook(int index OR
String isbn etc).