Package edu.pdx.cs.joy.airlineweb
Class AirlineRestClientTest
java.lang.Object
edu.pdx.cs.joy.airlineweb.AirlineRestClientTest
A unit test for the REST client that demonstrates using mocks and
dependency injection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
-
Constructor Details
-
AirlineRestClientTest
public AirlineRestClientTest()
-
-
Method Details
-
getAllDictionaryEntriesPerformsHttpGetWithNoParameters
@Test void getAllDictionaryEntriesPerformsHttpGetWithNoParameters() throws ParserException, IOException- Throws:
ParserExceptionIOException
-