Search in sources :

Example 1 with GenericClient

use of it.unibo.arces.wot.sepa.pattern.GenericClient in project SEPA by arces-wot.

the class StressUsingPAC method beginTest.

@BeforeEach
public void beginTest() throws SEPAProtocolException, SEPASecurityException, SEPAPropertiesException {
    consumerAll = new ConsumerTestUnit(provider, "ALL");
    randomProducer = new Producer(provider.getJsap(), "RANDOM");
    randomAggregator = new AggregatorTestUnit(provider, "RANDOM", "RANDOM1");
    consumerRandom1 = new ConsumerTestUnit(provider, "RANDOM1");
    genericClient = new GenericClient(provider.getJsap(), this);
}
Also used : ConsumerTestUnit(it.unibo.arces.wot.sepa.ConsumerTestUnit) GenericClient(it.unibo.arces.wot.sepa.pattern.GenericClient) Producer(it.unibo.arces.wot.sepa.pattern.Producer) AggregatorTestUnit(it.unibo.arces.wot.sepa.AggregatorTestUnit) BeforeEach(org.junit.jupiter.api.BeforeEach)

Aggregations

AggregatorTestUnit (it.unibo.arces.wot.sepa.AggregatorTestUnit)1 ConsumerTestUnit (it.unibo.arces.wot.sepa.ConsumerTestUnit)1 GenericClient (it.unibo.arces.wot.sepa.pattern.GenericClient)1 Producer (it.unibo.arces.wot.sepa.pattern.Producer)1 BeforeEach (org.junit.jupiter.api.BeforeEach)1