Я использую Jemmy для тестирования графического интерфейса Java. Можно ли протестировать закрытие приложения?
В настоящее время я имитирую нажатие на кнопку выхода (вызывая System.exit(0)
), и тест не проходит:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:154)
Спасибо,
Андрей