1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-25 21:04:50 +02:00
Smack/smack-integration-test/src/main/java/org/igniterealtime/smack/inttest
Florian Schmaus 328da5a7e2 Throw IAE on wrong signature (after|before)Class methods
as otherwhise the reflective invokation will eventually throw an
Exception like

Exception in thread "main" java.lang.NullPointerException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.igniterealtime.smack.inttest.SmackIntegrationTestFramework.runTests(SmackIntegrationTestFramework.java:412)
	at org.igniterealtime.smack.inttest.SmackIntegrationTestFramework.run(SmackIntegrationTestFramework.java:163)
	at org.igniterealtime.smack.inttest.SmackIntegrationTestFramework.main(SmackIntegrationTestFramework.java:89)
:smack-integration-test:run FAILED
2015-04-04 17:38:00 +02:00
..
util Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
AbstractSmackIntegrationTest.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
AbstractSmackIntTest.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
AbstractSmackLowLevelIntegrationTest.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
Configuration.java Don't require a properties file 2015-03-23 21:12:13 +01:00
FailedTest.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
IntTestUtil.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
SmackIntegrationTest.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
SmackIntegrationTestEnvironment.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
SmackIntegrationTestFramework.java Throw IAE on wrong signature (after|before)Class methods 2015-04-04 17:38:00 +02:00
SuccessfulTest.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
TestNotPossible.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
TestNotPossibleException.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00
TestResult.java Add Integration Test Framework 2015-03-18 11:09:56 +01:00