文件名称:ci-example-src
介绍说明--下载内容均来自于网络,请自行研究使用
持续集成:软件质量改进和风险降低之道(第18届Jolt大奖提名图书)一书的示例代码
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 37724073ci-example-src.zip 列表 build.xml compile.xml config/ config/checkstyle/ config/checkstyle/BlochEffectiveJava.xml config/checkstyle/checkstyle-csv.xsl config/checkstyle/checkstyle-frames.xsl config/checkstyle/checkstyle-noframes-sorted.xsl config/checkstyle/checkstyle-noframes.xsl config/checkstyle/checkstyle-simple.xsl config/checkstyle/checkstyle-text.xsl config/checkstyle/cs_checks.properties config/checkstyle/cs_checks.xml config/checkstyle/metrics.xml config/checkstyle/openorb.xml config/checkstyle/sun_checks.xml config/checkstyle/suppressions.xml config/cobertura-1.8/ config/cobertura-1.8/ChangeLog config/cobertura-1.8/cobertura-check.bat config/cobertura-1.8/cobertura-check.sh config/cobertura-1.8/cobertura-instrument.bat config/cobertura-1.8/cobertura-instrument.sh config/cobertura-1.8/cobertura-merge.bat config/cobertura-1.8/cobertura-merge.sh config/cobertura-1.8/cobertura-report.bat config/cobertura-1.8/cobertura-report.sh config/cobertura-1.8/cobertura.jar config/cobertura-1.8/COPYING config/cobertura-1.8/COPYRIGHT config/cobertura-1.8/examples/ config/cobertura-1.8/lib/ config/cobertura-1.8/lib/asm-2.2.1.jar config/cobertura-1.8/lib/jakarta-oro-2.0.8.jar config/cobertura-1.8/lib/jakarta-oro-license.txt config/cobertura-1.8/lib/log4j-1.2.9.jar config/cobertura-1.8/lib/log4j-license.txt config/cobertura-1.8/README config/cruisecontrol/ config/cruisecontrol/build-brewery.xml config/cruisecontrol/config.properties config/cruisecontrol/config.xml config/javancss/ config/javancss/barchart.xsl config/javancss/chart_ccn.xsl config/javancss/chart_function_package.xsl config/javancss/chart_ncss.xsl config/javancss/chart_ncss_package.xsl config/javancss/javancss2document11.xsl config/javancss/javancss2html.xsl config/javancss/javancss2methodhtml.xsl config/javancss/javancss2text.xsl config/javancss/javancss_graph.xsl config/javancss/javancss_no_functions_overloading.xsl config/javancss/SlocThreshold.rb config/javancss/wfncss.xsl config/javancss/xmltest.xsl config/properties/ config/properties/application.properties config/simian/ config/simian/CodeDupReader.rb config/simian/simian.xsl config/xml/ config/xml/web.xml database/ database-integration.xml database/create-database-mysql.sql database/create-database.sql database/create-tables-mysql.sql database/create-tables.sql database/drop-database.sql database/insert-data.sql database/truncate-tables.sql default.properties deployment.xml docs/ docs/brewery_release_notes.txt docs/build.jpg docs/website/ docs/website/default.css docs/website/download.html docs/website/errata.html docs/website/images/ docs/website/images/img01.gif docs/website/images/img02.gif docs/website/images/img03.gif docs/website/images/img04.gif docs/website/images/img05.gif docs/website/images/img06.gif docs/website/images/img07.gif docs/website/images/img08.gif docs/website/images/img09.jpg docs/website/images/img10.gif docs/website/images/img11.gif docs/website/images/img12.gif docs/website/images/spacer.gif docs/website/index.html docs/website/license.txt docs/website/simpletex.zip docs/website/use-ci-server.html inspections.xml installer/ installer/antinstaller-icon.ico installer/antlib/ installer/antlib/ant-antlr.jar installer/antlib/ant-apache-bcel.jar installer/antlib/ant-apache-bsf.jar installer/antlib/ant-apache-log4j.jar installer/antlib/ant-apache-oro.jar installer/antlib/ant-apache-regexp.jar installer/antlib/ant-apache-resolver.jar installer/antlib/ant-commons-logging.jar installer/antlib/ant-commons-net.jar installer/antlib/ant-jai.jar installer/antlib/ant-javamail.jar installer/antlib/ant-jdepend.jar installer/antlib/ant-jmf.jar installer/antlib/ant-jsch.jar installer/antlib/ant-junit.jar installer/antlib/ant-launcher.jar installer/antlib/ant-netrexx.jar installer/antlib/ant-nodeps.jar installer/antlib/ant-starteam.jar installer/antlib/ant-stylebook.jar installer/antlib/ant-swing.jar installer/antlib/ant-testutil.jar installer/antlib/ant-trax.jar installer/antlib/ant-weblogic.jar installer/antlib/ant.jar installer/antlib/xercesImpl.jar installer/antlib/xml-apis.jar installer/build.xml installer/config/ installer/config/antinstall-config.xml installer/config/build.xml installer/config/images/ installer/config/images/guinness.png installer/ext/ installer/ext/jaxen-1.1.1.jar installer/ext/jdom.jar installer/ext/README.txt installer/ext/xmlconfig.jar installer/lib/ installer/lib/ai-icons-amaranth.jar installer/lib/ai-icons-bluecurve.jar installer/lib/ai-icons-crystalsvg.jar installer/lib/ai-icons-eclipse.jar installer/lib/ai-icons-krystaline.jar installer/lib/ant-installer-ext.jar installer/lib/ant-installer.jar installer/lib/jgoodies-edited-1_2_2.jar installer/lib/LICENSE-ant-install.txt installer/lib/LICENSE-ant.txt installer/lib/LICENSE-dom.txt installer/lib/LICENSE-jgoodies.txt installer/lib/LICENSE-sax.txt installer/lib/LICENSE-sysout.txt installer/lib/LICENSE-xerces.txt installer/lib/xercesImpl.jar installer/lib/xml-apis.jar installer/README.txt installer/test/ installer/test/orig-test-xmlconfig.xml installer/test/test-xmlconfig.xml installer/updater.properties LICENSE.txt Rakefile.rb remote-deploy.xml src/ src/com/ src/com/beer/ src/com/beer/business/ src/com/beer/business/data/ src/com/beer/business/data/BadUsernameException.java src/com/beer/business/data/BeerDao.java src/com/beer/business/data/BeerDaoImpl.java src/com/beer/business/data/InvalidLoginException.java src/com/beer/business/data/LoginDao.java src/com/beer/business/data/LoginDaoImpl.java src/com/beer/business/domain/ src/com/beer/business/domain/Beer.java src/com/beer/business/domain/State.java src/com/beer/business/domain/User.java src/com/beer/business/service/ src/com/beer/business/service/BeerService.java src/com/beer/business/service/BeerServiceImpl.java src/com/beer/business/service/LoginService.java src/com/beer/business/service/LoginServiceImpl.java src/com/beer/business/service/UserException.java src/com/beer/common/ src/com/beer/common/BaseDao.java src/com/beer/common/Constants.java src/com/beer/common/PropertyReader.java src/com/beer/web/ src/com/beer/web/ServletController.java src/web/ src/web/beer.jsp src/web/editbeer.jsp src/web/error.jsp src/web/images/ src/web/index.jsp src/web/stylesheets/ src/web/stylesheets/onsq.css test-env.properties testing.xml tests/ tests/component/ tests/component/com/ tests/component/com/beer/ tests/component/com/beer/business/ tests/component/com/beer/business/data/ tests/component/com/beer/business/data/BeerDaoComponentTest.java tests/component/com/beer/business/data/LoginDaoComponentTest.java tests/component/com/beer/business/service/ tests/component/com/beer/business/service/BeerServiceComponentTest.java tests/component/README.TXT tests/dependency/ tests/dependency/ArchitecturalRulesTest.java tests/functional/ tests/functional/AddBeer.html tests/functional/DeleteBeer.html tests/functional/Login.html tests/functional/LoginSuite.html tests/functional/Logout.html tests/functional/MyTest.html tests/functional/NewTest.html tests/functional/results.html tests/functional/selenium-server.jar tests/functional/UpdateBeer.html tests/hsql/ tests/hsql/WordsDatabaseSetupTest.java tests/performance/ tests/performance/com/ tests/performance/com/beer/ tests/performance/com/beer/business/ tests/performance/com/beer/business/service/ tests/performance/com/beer/business/service/BeerServicePerformanceTest.java tests/performance/com/beer/business/service/ExampleTimedTest.java tests/performance/README.TXT tests/unit/ tests/unit/com/ tests/unit/com/beer/ tests/unit/com/beer/business/ tests/unit/com/beer/business/service/ tests/unit/com/beer/business/service/BeerDaoStub.java tests/unit/com/beer/business/service/BeerServiceUnitTest.java tests/unit/com/beer/business/service/RegularExpressionTest.java tests/unit/README.TXT _common-configuration.xml _common-environment.xml _dbunit-seed.xml _README.TXT _repository.xml