You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey.
How will autotest see the application under test?
My situation is very similar to mrif0393. (#45)
The only file related to the application under test is .jnlp.
There is application-desc main-class = "bo.Main" in .jnlp
The .jnlp file is on par with the autotest class
If you run only application ("bo.Main"). start ();
That answer will be org.assertj.swing.exception.UnexpectedException: Unable to load class 'bo.Main'
If first I run .jnlp myself to see the UI, then the result is the same.
Hey.
How will autotest see the application under test?
My situation is very similar to mrif0393. (#45)
The only file related to the application under test is .jnlp.
There is
application-desc main-class = "bo.Main"
in .jnlpThe .jnlp file is on par with the autotest class
If you run only
application ("bo.Main"). start ();
That answer will be org.assertj.swing.exception.UnexpectedException: Unable to load class 'bo.Main'
If first I run .jnlp myself to see the UI, then the result is the same.
The text was updated successfully, but these errors were encountered: