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 ...
Hi, I've got a problem with UISpec4J 1.1 when I run my tests by using Maven2. My exception is at the end of this mail. It seems to be due to a problem of...
CATTEAU olivier
externe.olivier.catte...
Aug 16, 2006 7:03 pm
248
Hi Olivier, It looks like your intuition was a good advisor! Maven loads the test classes in a specific ClassLoader, what prevents the awt Toolkit class to...
Hello, I've spend a few days adding a JScrollPane to ma application. Ofcourse I worked on the testing matter but I did not find a lot of help in UISpec for ...
Hello Etienne, The thing is that I would like to test that the scrollpane scroll ... I don't know if the "isVisible" status is properly managed by Swing in ...
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...