Class BindexBuilderTest

java.lang.Object
org.machanism.machai.bindex.builder.BindexBuilderTest

class BindexBuilderTest extends Object
  • Constructor Details

    • BindexBuilderTest

      BindexBuilderTest()
  • Method Details

    • origin_getOrigin_returnsSameInstance

      @Test void origin_getOrigin_returnsSameInstance()
    • getProjectLayout_returnsProvidedInstance

      @Test void getProjectLayout_returnsProvidedInstance()
    • getGenAIProvider_returnsProviderFromManager

      @Test void getGenAIProvider_returnsProviderFromManager()
    • build_whenOriginProvided_includesUpdatePrompt

      @Test void build_whenOriginProvided_includesUpdatePrompt() throws Exception
      Throws:
      Exception
    • promptFile_whenBundleMessageNull_returnsRawFileContent

      @Test void promptFile_whenBundleMessageNull_returnsRawFileContent(@TempDir File tempDir) throws Exception
      Throws:
      Exception
    • promptFile_whenBundleMessageProvided_includesFilenameAndContent

      @Test void promptFile_whenBundleMessageProvided_includesFilenameAndContent(@TempDir File tempDir) throws Exception
      Throws:
      Exception