public class PythonProcessServiceTest extends Object
AbstractPythonProcessService.| Constructor and Description |
|---|
PythonProcessServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
private List<String> |
composeCmdLineArguments()
Composes the basic command line arguments for this test.
|
void |
testAsyncProcessService()
Tests the process-based service classes.
|
void |
testSyncProcessService()
Tests the process-based service classes.
|
private List<String> composeCmdLineArguments()
public void testAsyncProcessService()
throws ExecutionException,
IOException
ExecutionException - shall not occurIOException - shall not occurpublic void testSyncProcessService()
throws ExecutionException,
IOException
ExecutionException - shall not occurIOException - shall not occurCopyright © 2022. All rights reserved.