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);
}
Aggregations