back to index     prev     next  

0. Introduction to the functionalities of the API

In this chapter we will try to explain to you, how the API works.

Introduction

Our goals was to create or use an API to write benchmarks and tests for ProActive library. We found a lot of tests and benchmarks API for J2EE applications or "real" Java applications but nothing applicable to ProActive. Moreover, our tests must to be "interlinked" :

The result of a test A can be use like an input for a test B.

We will present to you the general structure of the API :