use of it.unibo.arces.wot.sepa.ConsumerTestUnit in project SEPA by arces-wot.
the class ITPattern method subscribe.
@RepeatedTest(ConfigurationProvider.REPEATED_TEST)
@Timeout(10)
public void subscribe() throws InterruptedException, SEPASecurityException, IOException, SEPAPropertiesException, SEPAProtocolException, SEPABindingsException {
consumerAll = new ConsumerTestUnit(provider, "ALL");
consumerAll.syncSubscribe(provider.TIMEOUT, provider.NRETRY);
}
Aggregations