MVN

es.upm.dit.gsi : beast-tool

Maven & Gradle

Jun 03, 2014
1 stars

Beast Tool · BEhavioural Agents Simple Testing Tool - BEAST Tool The aim of this project is the development of a system which allows Behavior Driven Development (BDD) in Multi-Agent Systems (MAS), to make testing practices more accessible and intuitive to everybody. In one hand, in order to let tests be writable by newcomers and experts alike, system must allow the redaction of tests in plain text, because client does not need to have knowledge of our code. This plain text will be traduced to software later. The definition of test will be realized with the terminology Given-When-Then, which allows trace an easy guide of the behavior of a given scenario when something happened. In the other hand, due to the complexity of MAS, making unit testing of an agent that needs the interaction with others is almost impossible until the whole system is finished. This implies to leave testing issues to the end of the project, generating big troubles in case of malfunction. Consequently, its necessary to carry out a tool to allow the creation of mock agents and to perform tests during the whole development process. Therefore another objective of our systems is to include a mocking tool which permits testing continuously. Definitively, our tool allows the testing of any MAS in the development process, increasing its modularity and decreasing its elaboration and testing cost. These tests will be written in plain text so that anyone would be able to understand them. For further reading, a paper published in ITMAS2012 workshop can be found in: http://scholar.google.es/citations?view_op=view_citation&hl=es&user=mT3KgXUAAAAJ&citation_for_view=mT3KgXUAAAAJ:Tyk-4Ss8FVUC

<dependency>
    <groupId>es.upm.dit.gsi</groupId>
    <artifactId>beast-tool</artifactId>
    <version>0.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.upm.dit.gsi : beast-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of es.upm.dit.gsi : beast-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
beast-tool-0.9.9
beast-tool-0.9.8
beast-tool-0.9.7
beast-tool-0.9.6
beast-tool-0.9.5
beast-tool-0.9.4
beast-tool-0.9.3
beast-tool-0.9.2
beast-tool-0.9.1

How to add a dependency to Maven

Add the following es.upm.dit.gsi : beast-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.upm.dit.gsi</groupId>
    <artifactId>beast-tool</artifactId>
    <version>0.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.upm.dit.gsi : beast-tool gradle dependency to your build.gradle file:

implementation 'es.upm.dit.gsi:beast-tool:0.9.9'

Gradle Kotlin DSL: Add the following es.upm.dit.gsi : beast-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("es.upm.dit.gsi:beast-tool:0.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.upm.dit.gsi : beast-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "es.upm.dit.gsi" % "beast-tool" % "0.9.9"