hussanhijazi
Lurker
Hi,
The BaseServiceTest class is on the module `common-testutils` and that module it's added in another module called `products` using:
`testImplementation(project(":common-testutils"))`
The module `products` has the class `CoreServiceTest` which extends the `BaseServiceTest` class. The class `BaseServiceTest` it imported into the class `CoreServiceTest` but when try run the I received `Unresolved reference: BaseServiceTest`. It's strange because the class it's imported but can't run it.
Can you help me? thanks
The BaseServiceTest class is on the module `common-testutils` and that module it's added in another module called `products` using:
`testImplementation(project(":common-testutils"))`
The module `products` has the class `CoreServiceTest` which extends the `BaseServiceTest` class. The class `BaseServiceTest` it imported into the class `CoreServiceTest` but when try run the I received `Unresolved reference: BaseServiceTest`. It's strange because the class it's imported but can't run it.
Can you help me? thanks