All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uage.astra-protocols.1.4.4.source-code.FIPARequestTests.astra Maven / Gradle / Ivy

import astra.unit.*;

agent FIPARequestTests extends astra.unit.ASTRAUnitTest, astra.protocol.FipaRequest {
    rule +!test_request(TestSuite suite) {
        system.createAgent("opp", "HelloResponder");

        !request_action("opp", hello());

        system.terminateAgent("opp");
        UT.success(suite);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy