|
|
Re: Jubula - Eclipse AUT does not start [message #1711669 is a reply to message #1711283] |
Mon, 19 October 2015 07:59 |
Roman Reinold Messages: 7 Registered: October 2015 |
Junior Member |
|
|
Hi Alex,
thanks for the reply.
Yes I am working with the API.
I solved the problem by changing my RCPAUTConfiguration into a SwingAUTConfiguration.
Now I have little problems with the mapping.
@NonNull public static org.eclipse.jubula.toolkit.concrete.components.ButtonComponent createButton (@NonNull ComponentIdentifier componentIdentifier) {
Validate.notNull(componentIdentifier);
return new org.eclipse.jubula.toolkit.swt.internal.impl.Button(componentIdentifier);
}
At this point the componentIdentifier is null, but i think that should be an own topic and I am trying out a few things before creating a new thread.
Update: I am also getting
java.io.StreamCorruptedException: invalid stream header: 0A179C91
but i don't know why.
Thank you
Roman
[Updated on: Mon, 19 October 2015 11:20] Report message to a moderator
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05046 seconds