views:

40

answers:

1

how TEAM-CITY can verify if the code sending by the developer is pre-tested-commited or not?

+1  A: 

The pre-tested commit feature works through plugins that integrate with your IDE.

If you use Eclipse: http://confluence.jetbrains.net/display/TCD5/Eclipse+Plugin

If you use IntelliJ: http://confluence.jetbrains.net/display/TCD5/IntelliJ+Platform+Plugin

I you use Visual Studio: http://confluence.jetbrains.net/display/TCD5/Visual+Studio+Plugin

The help documentation on that site should guide you through installing the plugin and setting up the pre-tested commits. I haven't done it in a while, but as far as I remember it's a painless process.

Michael D
OK Michael, Thank you for the Help!
Chris