Package com.GameOfThronesClient
Class TestGameOfThronesClient
java.lang.Object
com.GameOfThronesClient.TestGameOfThronesClient
public class TestGameOfThronesClient
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TestGameOfThronesClient()
-
Method Summary
Modifier and Type Method Description void
getHouse()
void
setupGameOfThronesClient()
void
testGetAllBooks()
void
testGetAllCharacters()
void
testGetAllHouses()
void
testGetBook()
void
testGetBooksByPage()
void
testGetCharacter()
void
testGetCharactersByPage()
void
testGetHousesByPage()
void
testSearchBooks()
void
testSearchCharacters()
void
testSearchHouses()
-
Constructor Details
-
TestGameOfThronesClient
public TestGameOfThronesClient()
-
-
Method Details
-
setupGameOfThronesClient
public void setupGameOfThronesClient() -
testGetAllBooks
public void testGetAllBooks() throws java.io.IOException- Throws:
java.io.IOException
-
testGetAllCharacters
public void testGetAllCharacters() throws java.io.IOException- Throws:
java.io.IOException
-
testGetAllHouses
public void testGetAllHouses() throws java.io.IOException- Throws:
java.io.IOException
-
testGetBook
public void testGetBook() throws java.io.IOException- Throws:
java.io.IOException
-
testGetCharacter
public void testGetCharacter() throws java.io.IOException- Throws:
java.io.IOException
-
getHouse
public void getHouse() throws java.io.IOException- Throws:
java.io.IOException
-
testGetBooksByPage
public void testGetBooksByPage() throws java.io.IOException- Throws:
java.io.IOException
-
testGetCharactersByPage
public void testGetCharactersByPage() throws java.io.IOException- Throws:
java.io.IOException
-
testGetHousesByPage
public void testGetHousesByPage() throws java.io.IOException- Throws:
java.io.IOException
-
testSearchBooks
public void testSearchBooks() throws java.io.IOException- Throws:
java.io.IOException
-
testSearchCharacters
public void testSearchCharacters() throws java.io.IOException- Throws:
java.io.IOException
-
testSearchHouses
public void testSearchHouses() throws java.io.IOException- Throws:
java.io.IOException
-