@Test
public void testTask() {
String scannerList = "OWASP Zed Attack Proxy";
ThreadFixRestClient client = new ThreadFixRestClientImpl(new TestPropertiesManager());
RestResponse<Task> response = client.requestTask(scannerList, "");
assertTrue(response != null && response.object != null);
}
// TODO write tests for the scan agent methods.