Class BindexFunctionToolsCoverageExpansionTest

java.lang.Object
org.machanism.machai.bindex.ai.tools.BindexFunctionToolsCoverageExpansionTest

class BindexFunctionToolsCoverageExpansionTest extends Object
  • Constructor Details

    • BindexFunctionToolsCoverageExpansionTest

      BindexFunctionToolsCoverageExpansionTest()
  • Method Details

    • getBindex_shouldReturnNullLiteralWhenRepositoryDoesNotContainRecord

      @Test void getBindex_shouldReturnNullLiteralWhenRepositoryDoesNotContainRecord() throws Exception
      Throws:
      Exception
    • getRecommendedLibraries_shouldConvertBindexesToElementsAndSkipNulls

      @Test void getRecommendedLibraries_shouldConvertBindexesToElementsAndSkipNulls() throws Exception
      Throws:
      Exception
    • registerBindex_shouldReturnRecordIdWhenFileExists

      @Test void registerBindex_shouldReturnRecordIdWhenFileExists(@TempDir File tempDir) throws Exception
      Throws:
      Exception
    • registerBindex_shouldReturnFileNotFoundWhenMissing

      @Test void registerBindex_shouldReturnFileNotFoundWhenMissing(@TempDir File tempDir) throws Exception
      Throws:
      Exception
    • bindexElement_accessorsAndToString_shouldExposeState

      @Test void bindexElement_accessorsAndToString_shouldExposeState()