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

feat: add support for generated test with autoimport #262

Closed
monperrus opened this issue Dec 8, 2017 · 2 comments
Closed

feat: add support for generated test with autoimport #262

monperrus opened this issue Dec 8, 2017 · 2 comments
Assignees
Labels

Comments

@monperrus
Copy link
Member

idea: reload the generated tests at the very end in spoon and pretty-print them in auto-import.

@monperrus
Copy link
Member Author

today, in our Claremont meeting, the generated tests are fully-qualified.

reopening this issue.

@monperrus monperrus reopened this Apr 8, 2019
@danglotb danglotb self-assigned this Apr 9, 2019
@danglotb
Copy link
Member

danglotb commented Apr 9, 2019

It happens because DSpot tries to compile at the end of the process and if it does not succeed, it prints the amplified test class using fullqualified names (no imports) in order to avoid problems when reusing the amplified test class.

I'm looking at why there are some compilation errors.

@danglotb danglotb added the bug label Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants