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

interaction with Android Studio and org.springframework.boot.test.context.SpringBootTest? #28

Open
drjasonharrison opened this issue Jan 23, 2017 · 4 comments

Comments

@drjasonharrison
Copy link

I started with all of my tests under test/java/com/corp/package some of these are org.springframework.boot.test.context.SpringBootTest
After adding this plugin, and moving a single test into integrationTest/java/com/corp/package, I can no longer launch the tests from within Android Studio.

They still work from the command line, but Android Studio can't build the tests and run them.

@tkrullmann
Copy link
Member

Hi @drjasonharrison,
I've never worked with Android Studio as I'm not really an Android developer. Could you provide me a sample project that reproduces the error?

@drjasonharrison
Copy link
Author

drjasonharrison commented Jan 24, 2017

Working on it, we have a large multi-module project that I've added an integrationTest testSet to. It's proving difficult to reproduce this in a "hello world" project. It could be an AndroidStudio, gradle, springframework, etc issue.

@drjasonharrison
Copy link
Author

@drjasonharrison
Copy link
Author

which IDE do you use?

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

No branches or pull requests

2 participants