Stendhal Quest Testing: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Kymara |
imported>Kymara |
||
| Line 312: | Line 312: | ||
== Trouble shooting == |
== Trouble shooting == |
||
===ChatTestCreator=== |
===ChatTestCreator=== |
||
Problem: ArrayIndexOutOfBoundsException |
|||
java games.stendhal.tools.test.ChatTestCreator chatlog.txt [chatlogtest.java] |
java games.stendhal.tools.test.ChatTestCreator chatlog.txt [chatlogtest.java] |
||
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 |
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 |
||
at games.stendhal.tools.test.ChatTestCreator.main(ChatTestCreator.java:75) |
at games.stendhal.tools.test.ChatTestCreator.main(ChatTestCreator.java:75) |
||
Solution: Put gamechat.log into the Program arguments. |
|||
Problem: FileNotFoundException |
|||
Exception in thread "main" java.io.FileNotFoundException: gamechat.log (No such file or directory) |
Exception in thread "main" java.io.FileNotFoundException: gamechat.log (No such file or directory) |
||
Solution: copy gamechat.log into the project folder for your eclipse workspace. |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
===Running Tests=== |
===Running Tests=== |
||
Problem:NullPointerException |
|||
java.lang.NullPointerException |
java.lang.NullPointerException |
||
at utilities.PlayerTestHelper.equipWithStackableItem(PlayerTestHelper.java:217) |
at utilities.PlayerTestHelper.equipWithStackableItem(PlayerTestHelper.java:217) |
||
at utilities.PlayerTestHelper.equipWithMoney(PlayerTestHelper.java:190) |
at utilities.PlayerTestHelper.equipWithMoney(PlayerTestHelper.java:190) |
||
Solution: put the stendhal project folder on your classpath for running tests |
|||