24 package org.lightvoting.simulation.agent;
27 import junit.framework.Test;
28 import junit.framework.TestCase;
29 import junit.framework.TestSuite;
30 import org.lightjason.agentspeak.configuration.CDefaultAgentConfiguration;
81 catch (
final Exception l_exception )
83 l_exception.printStackTrace();
Created by sophie on 22.02.17.
Unit test for CVotingAgent.
void testCVotingAgent()
Testing CVotingAgent Class.
static Test suite()
Testsuite.
CVotingAgentTest(final String p_testName)
Create the test case.
Created by sophie on 21.02.17.
BDI agent with voting capabilities.