java.lang.Object
org.machanism.machai.ai.tools.CommandFunctionToolsReadStreamTest
class CommandFunctionToolsReadStreamTest
extends Object
Additional unit tests to cover private stream-reading paths.
-
Constructor Summary
Constructors
-
Method Summary
(package private) void
(package private) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandFunctionToolsReadStreamTest
CommandFunctionToolsReadStreamTest()
-
Method Details
-
readStream_whenIOException_callsErrorConsumerAndDoesNotThrow
@Test
void readStream_whenIOException_callsErrorConsumerAndDoesNotThrow()
throws
Exception
- Throws:
Exception
-
readStream_whenLinesPresent_appendsAndCallsLineConsumer
@Test
void readStream_whenLinesPresent_appendsAndCallsLineConsumer()
throws
Exception
- Throws:
Exception