|
LightJason - AgentSpeak(L++)
|
test all resource strings More...
Inheritance diagram for org.lightjason.agentspeak.TestCLanguageLabels:
Collaboration diagram for org.lightjason.agentspeak.TestCLanguageLabels:Classes | |
| class | CJavaVistor |
| AST visitor class. More... | |
Public Member Functions | |
| void | testResourceString () throws IOException |
| test-case all resource strings More... | |
| void | testTranslation () |
| check package translation configuration versus property items More... | |
Static Package Functions | |
| [static initializer] | |
Static Private Attributes | |
| static final String | CLASSSEPARATOR = "." |
| static final Map< String, URI > | LANGUAGEPROPERY = new HashMap<>() |
| property filenames with language data More... | |
| static final URI | SEARCHPATH |
| search path 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... | |
Definition at line 68 of file TestCLanguageLabels.java.
|
staticpackage |
| void org.lightjason.agentspeak.TestCLanguageLabels.testResourceString | ( | ) | throws IOException |
| IOException | throws on io errors |
Definition at line 176 of file TestCLanguageLabels.java.
References org.lightjason.agentspeak.TestCLanguageLabels.CJavaVistor.labels(), org.lightjason.agentspeak.common.CCommon.PACKAGEROOT, and org.lightjason.agentspeak.TestCLanguageLabels.CJavaVistor.visit().
Here is the call graph for this function:| void org.lightjason.agentspeak.TestCLanguageLabels.testTranslation | ( | ) |
Definition at line 132 of file TestCLanguageLabels.java.
References org.lightjason.agentspeak.common.CCommon.configuration().
Here is the call graph for this function:
|
staticprivate |
Definition at line 70 of file TestCLanguageLabels.java.
|
staticprivate |
Definition at line 78 of file TestCLanguageLabels.java.
|
staticprivate |
Definition at line 74 of file TestCLanguageLabels.java.