CodelyTV / java-ddd-example

♨️ DDD in Java skeleton & examples. Course:

Home Page:https://pro.codely.tv/library/ddd-en-java/about/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visibilidad Dominio-Infrastructura en Tests

Leanwit opened this issue · comments

La arquitectura Infrastructura -> Aplication -> Dominio se debe respetar en los test también?
Me encontré con el siguiente ejemplo donde una clase dentro del dominio (CoursesModuleUnitTestCase) esta haciendo referencia a una clase de la infrastructura (UnitTestCase)

https://github.com/CodelyTV/java-ddd-skeleton/blob/5028ecb74d7a94768702d92e7c4ea76565d9aab1/src/mooc/test/tv/codely/mooc/courses/CoursesModuleUnitTestCase.java#L6