Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library for assertj-swing-aut Missing? #41

Closed
SoumyaBillava opened this issue Mar 27, 2018 · 4 comments
Closed

Library for assertj-swing-aut Missing? #41

SoumyaBillava opened this issue Mar 27, 2018 · 4 comments
Assignees

Comments

@SoumyaBillava
Copy link

Hi,

I have same environment set up in my desktop but when I add dependency for assertj-swing-aut, It's not available

org.assertj
assertj-swing-aut
1.0.0-SNAPSHOT
test

Compilation error :Missing artifiact

@joel-costigliola
Copy link
Member

@SoumyaBillava what are you trying to achieve ?

@SoumyaBillava
Copy link
Author

I am trying to automate a desktop swing application. To start with, I want to open the applicationusing below code
public void setUp() {
SimpleCopyApplication frame = GuiActionRunner.execute(() -> new SimpleCopyApplication());
window = new FrameFixture(frame);
window.show(); // shows the frame to test
}
to use simpleCopyApplication, I would like to import assertj-swing-aut

@joel-costigliola
Copy link
Member

I'm not maintaining assertj-swing (@croesch does) but I would recommend you to read http://joel-costigliola.github.io/assertj/assertj-swing-getting-started.html if you haven't done so.

@croesch
Copy link
Collaborator

croesch commented Nov 2, 2018

Sorry for missing this issue :/

The assertj-swing-aut is not deployed in a public repository. However you can install it to your local maven repository, by cloning it and performing mvn install. Afterwards you can use the example AUT in your tests.

Hope that helps, if not - just reopen this issue..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants