Smack/smack-extensions/src/testFixtures/java/org/jivesoftware/util
Florian Schmaus aab48570c9 Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible
Refactored using

find . -type f -name "*.java" |\
	 xargs sed -i -E |\
		's/\.createStanzaCollectorAndSend\((\w+)\)\.nextResultOrThrow\(\);/.sendIqRequestAndWaitForResponse(\1);/'

and some manual refactoring.
2021-05-12 10:12:40 +02:00
..
ConnectionUtils.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
Protocol.java Introduce test fixtures 2020-04-11 22:05:36 +02:00
Verification.java Introduce test fixtures 2020-04-11 22:05:36 +02:00