Class CommandFunctionToolsReadStreamTest

java.lang.Object
org.machanism.machai.ai.tools.CommandFunctionToolsReadStreamTest

class CommandFunctionToolsReadStreamTest extends Object
Additional unit tests to cover private stream-reading paths.
  • 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