Class ClaudeProviderTest
java.lang.Object
org.machanism.machai.ai.provider.claude.ClaudeProviderTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Constructor Details
-
ClaudeProviderTest
ClaudeProviderTest()
-
-
Method Details
-
init_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void init_shouldThrowUnsupportedOperationException_withExpectedMessage() -
prompt_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void prompt_shouldThrowUnsupportedOperationException_withExpectedMessage() -
perform_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void perform_shouldThrowUnsupportedOperationException_withExpectedMessage() -
clear_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void clear_shouldThrowUnsupportedOperationException_withExpectedMessage() -
addTool_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void addTool_shouldThrowUnsupportedOperationException_withExpectedMessage() -
instructions_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void instructions_shouldThrowUnsupportedOperationException_withExpectedMessage() -
promptBundle_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void promptBundle_shouldThrowUnsupportedOperationException_withExpectedMessage() -
inputsLog_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void inputsLog_shouldThrowUnsupportedOperationException_withExpectedMessage() -
setWorkingDir_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void setWorkingDir_shouldThrowUnsupportedOperationException_withExpectedMessage() -
usage_shouldThrowUnsupportedOperationException_withExpectedMessage
@Test void usage_shouldThrowUnsupportedOperationException_withExpectedMessage() -
embedding_shouldReturnSameEmptyListInstance_forAnyInput
@Test void embedding_shouldReturnSameEmptyListInstance_forAnyInput() -
allNotImplementedPublicApiMethods_shouldThrowUnsupportedOperationExceptionWithExpectedMessage
@Test void allNotImplementedPublicApiMethods_shouldThrowUnsupportedOperationExceptionWithExpectedMessage() throws Exception- Throws:
Exception
-