Class ActFunctionToolsTest

java.lang.Object
org.machanism.machai.gw.tools.ActFunctionToolsTest

class ActFunctionToolsTest extends Object
  • Field Details

    • tempDir

      @TempDir Path tempDir
  • Constructor Details

    • ActFunctionToolsTest

      ActFunctionToolsTest()
  • Method Details

    • getActDetails_whenCustomTrue_thenLoadsFromActsDirectory

      @Test void getActDetails_whenCustomTrue_thenLoadsFromActsDirectory() throws Exception
      Throws:
      Exception
    • getActDetails_whenCustomMissing_thenLoadsEffectiveAndReturnsMap

      @Test void getActDetails_whenCustomMissing_thenLoadsEffectiveAndReturnsMap() throws Exception
      Throws:
      Exception
    • getBaseActList_whenRunningFromClassesDir_thenReturnsEmptyAndDoesNotThrow

      @Test void getBaseActList_whenRunningFromClassesDir_thenReturnsEmptyAndDoesNotThrow() throws IOException
      Throws:
      IOException
    • getActDetails_whenConfiguratorNotSet_thenThrowsNullPointerExceptionAsCause

      @Test void getActDetails_whenConfiguratorNotSet_thenThrowsNullPointerExceptionAsCause()