Package org.machanism.machai.ai.manager
Class CommandFunctionToolsTest
java.lang.Object
org.machanism.machai.ai.manager.CommandFunctionToolsTest
Unit tests for
CommandFunctionTools.
Verifies shell command execution and error handling logic via mock objects.
- Since:
- 0.0.2
- Author:
- Viktor Tovstyi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidVerifies that applyTools installs the tool into GenAIProvider.
-
Constructor Details
-
CommandFunctionToolsTest
CommandFunctionToolsTest()
-
-
Method Details
-
testApplyToolsAddsFunction
@Test void testApplyToolsAddsFunction()Verifies that applyTools installs the tool into GenAIProvider.
-