LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.action.builtin.TestCActionGeneric Class Reference

test generic actions More...

+ Inheritance diagram for org.lightjason.agentspeak.action.builtin.TestCActionGeneric:
+ Collaboration diagram for org.lightjason.agentspeak.action.builtin.TestCActionGeneric:

Classes

class  CBooleanFormatter
 test formatter for boolean (translate each boolean to an yes/no string) More...
 
class  CStringFormatter
 test formatter for strings (translate each string to an upper-case string) More...
 

Public Member Functions

final void print () throws Exception
 test print action More...
 
final void printformatter () throws Exception
 test print action with formatter More...
 
final void thrownot ()
 test throw without throwing More...
 
final void throwparameter ()
 test throw action More...
 
final void throwwithoutparameter ()
 test throw action More...
 
final void uuid ()
 test single uuid More...
 

Additional Inherited Members

- Static Protected Attributes inherited from org.lightjason.agentspeak.IBaseTest
static final boolean PRINTENABLE = Files.exists( Paths.get( "agentprinting.conf" ) )
 enable printing of test-data More...
 

Detailed Description

Definition at line 49 of file TestCActionGeneric.java.

Member Function Documentation

◆ print()

final void org.lightjason.agentspeak.action.builtin.TestCActionGeneric.print ( ) throws Exception
Exceptions
Exceptionis thrown on encoding errors

Definition at line 100 of file TestCActionGeneric.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.generic.CPrint.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ printformatter()

final void org.lightjason.agentspeak.action.builtin.TestCActionGeneric.printformatter ( ) throws Exception
Exceptions
Exceptionis thrown on encoding errors

Definition at line 119 of file TestCActionGeneric.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.generic.CPrint.execute(), org.lightjason.agentspeak.action.builtin.generic.CPrint.formatter(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ thrownot()

final void org.lightjason.agentspeak.action.builtin.TestCActionGeneric.thrownot ( )

Definition at line 84 of file TestCActionGeneric.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.generic.CThrow.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ throwparameter()

final void org.lightjason.agentspeak.action.builtin.TestCActionGeneric.throwparameter ( )

Definition at line 56 of file TestCActionGeneric.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.generic.CThrow.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ throwwithoutparameter()

final void org.lightjason.agentspeak.action.builtin.TestCActionGeneric.throwwithoutparameter ( )

Definition at line 70 of file TestCActionGeneric.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.generic.CThrow.execute(), and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ uuid()

final void org.lightjason.agentspeak.action.builtin.TestCActionGeneric.uuid ( )

Definition at line 146 of file TestCActionGeneric.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, and org.lightjason.agentspeak.action.builtin.generic.CUuid.execute().

+ Here is the call graph for this function: