Hi Daniel, We understand your point. We will thus create an issue and fix it soon. Thank you for your suggestions to make UISpec4J still more intuitive. ...
Hi there, I'm missing some information on the error report of TextBox.isIconeEquals (Icone). The error message is telling what is the expecting icon and what...
Hi Nascif, ... No, we have no real plans for supporting SWT at the moment. I don't know SWT very well, but at first glance it seems we would have to more or...
... Let me chime in to say that yes, I'd like to see an SWT port, but unfortunately I'm already buried both work and spare time wise (I do participate in quite...
Hi, Here are two comments about the Table API : 1/ I notticed that the failure report of Table.getHeader().contentEquals(String [] ) is not as nice as the one...
Hi Etienne, 1/ It's right. We could have something exactly as the failure report in Table.getContentEquals(Object[][]) to have the actual header contents. What...
Hi, A new release of UISpec4J is available. You will find a summary of changes in the following page: http://www.uispec4j.org/changes-report.html Please do not...
Hi all, I need your help! I'm under linux, I'm using eclipse and when I'm running the example CalculatorTest, I get the following exception: Exception in...
Hi Yana, We have tried UISpec4J on Windows, MacosX, UNIX/Solaris, but not Linux yet. We will perform some tests and keep you informed ASAP. Does anybody on...
found it static { Properties prop = new Properties( System.getProperties() ); prop.setProperty("awt.property","gnu.awt.gtk.GtkToolkit"); } but it isn't...
The same error occurs on JDK1.5@SuseLinux 10.1. How do i set the "awt.property" to "gnu.awt.gtk.GtkToolkit"? Thanks, Benno ... "gnu.awt.gtk.GtkToolkit"...
Hi Regis, sorry for the delay. I was out of town for some days. I have tried what you suggested but another exception arose in the UISpecToolkit: "Unable to...
Hi, I thought that everything works ok when running in "headless" mode, but there are some tests not working. For example CalculatorTest and AddressBookTest...
Hi Yana ... In order to run without showing the GUI, we have had to do some tricky things in low-level Swing code, and it may happen that this causes some ...
Hi Regis, Thank you for your quick reply! Here is the exception I got when running ContactCreationTest: java.lang.RuntimeException: java.awt.HeadlessException ...
Hi, ... Oops ! I'm sorry, I wrote 'awt.property" instead of "awt.toolkit". Hum... Please note however that using a static initializer may not always work, ...
Hi Yana, At first sight, I would think that this exception stems from the usage of the option '-Djava.awt.headless=true'. We have no experience with using the...
Hi Yana, Unfortunately our Linux workstation has been unavailable for the whole last week. We have thus had no opportunity yet to give it a try, but I hope...
Hi UiSpec guys, I'm in trouble theses days. UiSpec4J is in conflict with one of our test. In addition, the thing is happening at the wrong time. It's this guy...
Hi Etienne, We are doing some printing in Java. The only way we found to print Html ... But what about the Java Printing API ? Doesn't it work ? If we run the...
Hi Regis, ... That's what we are doing... but this api is not able to print HTML directly. I'll try to make up a test reproducing the problem when I find the...
Hi Etienne, Thank you very much for that one! We have obviously missed a test. Fortunately, the scope of this bug is limited to the usage of an empty string...
Hello, I am fairly new to Java but I know the basic. I have a Swing application that I want to automate and I am just testing right now something really simple...
Hi Matt, ... Good news, welcome to the UISpec4j community! Do not hesitate to ask new questions, or bring suggestions. Your inputs are really appreciated for...
Hello Pascal, Thanks for your response. It helped me get further in trying to understand and implement UISpec4j. I will give suggestions as I understand it...
Hi Matt, ... For your test to know which program it is running upon, the role of the Adapter is to provide it with the minimal information, i.e., the startup ...