arquillian / smart-testing

We know which tests you want to run.
Apache License 2.0
25 stars 12 forks source link

Use coverage to detect test-production classes dependencies #215

Open lordofthejars opened 7 years ago

lordofthejars commented 7 years ago
Issue Overview

Currently affected strategy just works with black box testing(or white ones if ShrinkWrap or VertX runner is used). In #214 we mention to create a file where developer can set the relationship between test and production code under test. We could automate this by using coverage information.

MatousJobanek commented 7 years ago

Currently affected strategy just works with black box testing(or white ones if ShrinkWrap or VertX runner is used).

it is the other way around - currently, it works with white box tests, not black box, right?

lordofthejars commented 7 years ago

Yes it does not work with black box if vertx or shrinkwrap not used

El 12 oct. 2017 4:26 p. m., "Matous Jobanek" notifications@github.com escribió:

Currently affected strategy just works with black box testing(or white ones if ShrinkWrap or VertX runner is used).

it is the other way around - currently, it works with white box tests, not black box, right?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arquillian/smart-testing/issues/215#issuecomment-336153885, or mute the thread https://github.com/notifications/unsubscribe-auth/ABcmYejvrVaXBWHPCQcT-iyDAQ_PXOUDks5sriGLgaJpZM4PwkdJ .

lordofthejars commented 6 years ago

Related to https://github.com/arquillian/smart-testing/issues/264