A project needs more than one unit test profile
Brought to you by:
gdind2003,
krishnaveni979
In Spring-based projectes, usually two kinds of testing are needed. One is real UNIT TEST that needs no support of container, the other one is integration test supported by Spring test framework. Normally these two are put in seperated braches.
But fast code only supports one test profile. That won't be working.