Rename methods, cleanup

This commit is contained in:
Manfred Karrer 2015-03-12 11:12:54 +01:00
parent 9c9064091a
commit 6888eacc24
13 changed files with 233 additions and 262 deletions

View file

@ -277,7 +277,7 @@ public class PlaceOfferProtocolTest {
countDownLatch.countDown();
};
PlaceOfferProtocol placeOfferProtocol = getPlaceOfferProtocol(getOffer(), resultHandler, faultHandler);
placeOfferProtocol.placeOffer();
placeOfferProtocol.onPlaceOfferRequested();
countDownLatch.await();
}