Fixed
Status Update
Comments
xa...@google.com <xa...@google.com> #2
Running into a similar issue, any update on this?
sp...@google.com <sp...@google.com> #3
This is a platform behavior change.
Description
Currently, test components use their
applicationId
to namespace theirR
class.See Issue 162244493 .
In 7.0, we're introducing Issue 172361895 ). If a user specifies either of these, we'll use
namespace
andtestNamespace
DSL elements (seetestNamespace
ornamespace + ".test"
to namespace the test componentR
class. Otherwise, we'll continue using theapplicationId
, but that behavior should eventually be deprecated.