continuous-enterprise-development icon indicating copy to clipboard operation
continuous-enterprise-development copied to clipboard

Create Deployments levels for each module

Open aslakknutsen opened this issue 11 years ago • 1 comments

Go trough and standardize the Deployments.x for all modules.

Split them between Live and Test backends.

e.g.

CoreDomainDeployments.model() All interfaces and model

CoreDomainDeployments.Live.module() model() + Live backend

CoreDomainDeployments.Test.module() model() + Test backend

Allows Modules that depend on the test-jar to make a choice of running against a shared TestDouble or the Live version.

aslakknutsen avatar Jun 08 '13 03:06 aslakknutsen

Revisit in rev 1

aslakknutsen avatar Sep 17 '13 22:09 aslakknutsen