LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.language.TestCTermVariablesConstant Class Reference

test for language components More...

+ Inheritance diagram for org.lightjason.agentspeak.language.TestCTermVariablesConstant:
+ Collaboration diagram for org.lightjason.agentspeak.language.TestCTermVariablesConstant:

Public Member Functions

final void constant ()
 test constant structure More...
 
final void constantaccess ()
 test constant access structure More...
 
final void constantcopy ()
 test constant copy More...
 
final void literal ()
 test literal structure More...
 
final void rawterm ()
 test raw-term structure More...
 
final void relocatevariablemutex ()
 test realocated variable More...
 
final void relocatevariablerelocate ()
 test realocated variable More...
 
final void variable ()
 checks the variable structure More...
 
final void variableany ()
 check any variable More...
 
final void variablecopy ()
 test variable shallow-copy More...
 
final void variableequals ()
 variable equals More...
 
final void variablefunctor ()
 test variable functor More...
 
final void variablemutex ()
 check the mutex variable More...
 
final void variabletostring ()
 test tostring More...
 
final void variablevalueassignable ()
 test exception on value asiable 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 44 of file TestCTermVariablesConstant.java.

Member Function Documentation

◆ constant()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.constant ( )

Definition at line 114 of file TestCTermVariablesConstant.java.

References org.lightjason.agentspeak.language.ITerm.functor(), org.lightjason.agentspeak.language.ITerm.hasVariable(), and org.lightjason.agentspeak.language.ITerm.raw().

+ Here is the call graph for this function:

◆ constantaccess()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.constantaccess ( )

Definition at line 104 of file TestCTermVariablesConstant.java.

◆ constantcopy()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.constantcopy ( )

Definition at line 130 of file TestCTermVariablesConstant.java.

References org.lightjason.agentspeak.common.CPath.from(), and org.lightjason.agentspeak.language.variable.CVariable< T >.toString().

+ Here is the call graph for this function:

◆ literal()

◆ rawterm()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.rawterm ( )

Definition at line 83 of file TestCTermVariablesConstant.java.

References org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.language.ITerm.raw().

+ Here is the call graph for this function:

◆ relocatevariablemutex()

◆ relocatevariablerelocate()

◆ variable()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.variable ( )

◆ variableany()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.variableany ( )

Definition at line 147 of file TestCTermVariablesConstant.java.

References org.lightjason.agentspeak.language.variable.IVariable< T >.any().

+ Here is the call graph for this function:

◆ variablecopy()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.variablecopy ( )

Definition at line 270 of file TestCTermVariablesConstant.java.

References org.lightjason.agentspeak.language.ITerm.fqnfunctor(), and org.lightjason.agentspeak.common.CPath.from().

+ Here is the call graph for this function:

◆ variableequals()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.variableequals ( )

Definition at line 171 of file TestCTermVariablesConstant.java.

◆ variablefunctor()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.variablefunctor ( )

Definition at line 230 of file TestCTermVariablesConstant.java.

References org.lightjason.agentspeak.common.CPath.from().

+ Here is the call graph for this function:

◆ variablemutex()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.variablemutex ( )

◆ variabletostring()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.variabletostring ( )

Definition at line 188 of file TestCTermVariablesConstant.java.

◆ variablevalueassignable()

final void org.lightjason.agentspeak.language.TestCTermVariablesConstant.variablevalueassignable ( )

Definition at line 162 of file TestCTermVariablesConstant.java.