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

REST-API test. More...

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

Public Member Functions

final void jsonlisterror ()
 test json list error More...
 
final void jsonlistmultiple ()
 test json list with multiple argument More...
 
final void jsonlistsingle ()
 test json list with single argument More...
 
final void jsonobjecterror ()
 test json object error More...
 
final void jsonobjectmultiple ()
 test json object with multiple arguments More...
 
final void jsonobjectsingle ()
 test json object with single argument More...
 
final void xmlobjecterror ()
 test xml object error More...
 
final void xmlobjectmultiple ()
 test xml object with single argument More...
 
final void xmlobjectsingle ()
 test xml object with single argument 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 47 of file TestCActionWebRest.java.

Member Function Documentation

◆ jsonlisterror()

final void org.lightjason.agentspeak.action.builtin.TestCActionWebRest.jsonlisterror ( )

Definition at line 54 of file TestCActionWebRest.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ jsonlistmultiple()

final void org.lightjason.agentspeak.action.builtin.TestCActionWebRest.jsonlistmultiple ( )

◆ jsonlistsingle()

final void org.lightjason.agentspeak.action.builtin.TestCActionWebRest.jsonlistsingle ( )

◆ jsonobjecterror()

final void org.lightjason.agentspeak.action.builtin.TestCActionWebRest.jsonobjecterror ( )

Definition at line 116 of file TestCActionWebRest.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ jsonobjectmultiple()

final void org.lightjason.agentspeak.action.builtin.TestCActionWebRest.jsonobjectmultiple ( )

◆ jsonobjectsingle()

final void org.lightjason.agentspeak.action.builtin.TestCActionWebRest.jsonobjectsingle ( )

Definition at line 134 of file TestCActionWebRest.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.web.rest.CJsonObject.execute(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.language.ITerm.functor().

+ Here is the call graph for this function:

◆ xmlobjecterror()

final void org.lightjason.agentspeak.action.builtin.TestCActionWebRest.xmlobjecterror ( )

Definition at line 183 of file TestCActionWebRest.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, and org.lightjason.agentspeak.language.CRawTerm< T >.from().

+ Here is the call graph for this function:

◆ xmlobjectmultiple()

final void org.lightjason.agentspeak.action.builtin.TestCActionWebRest.xmlobjectmultiple ( )

◆ xmlobjectsingle()

final void org.lightjason.agentspeak.action.builtin.TestCActionWebRest.xmlobjectsingle ( )

Definition at line 201 of file TestCActionWebRest.java.

References org.lightjason.agentspeak.language.execution.IContext.EMPTYPLAN, org.lightjason.agentspeak.action.builtin.web.rest.CXMLObject.execute(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), and org.lightjason.agentspeak.language.ITerm.functor().

+ Here is the call graph for this function: