├── gameoflife-web ├── src │ ├── main │ │ ├── webapp │ │ │ ├── index.jsp │ │ │ ├── META-INF │ │ │ │ └── MANIFEST.MF │ │ │ └── WEB-INF │ │ │ │ ├── web.xml │ │ │ │ └── gameoflife-servlet.xml │ │ ├── resources │ │ │ └── system.properties │ │ └── java │ │ │ └── com │ │ │ └── wakaleo │ │ │ └── gameoflife │ │ │ └── webtests │ │ │ └── controllers │ │ │ └── HomePageController.java │ └── test │ │ └── java │ │ └── com │ │ └── wakaleo │ │ └── gameoflife │ │ └── webtests │ │ └── controllers │ │ ├── WhenDisplayingTheHomePage.java │ │ └── WhenSpawningANewGeneration.java ├── tools │ └── jmeter │ │ ├── bin │ │ ├── examples │ │ │ ├── CSVSample_user.csv │ │ │ └── CSVSample_actions.csv │ │ ├── ApacheJMeter.jar │ │ ├── shutdown.cmd │ │ ├── shutdown.sh │ │ ├── stoptest.cmd │ │ ├── stoptest.sh │ │ ├── users.dtd │ │ ├── jmeterw.cmd │ │ ├── mirror-server.sh │ │ ├── mirror-server.cmd │ │ ├── user.properties │ │ ├── BeanShellListeners.bshrc │ │ ├── jmeter-server │ │ ├── jmeter.sh │ │ └── BeanShellAssertion.bshrc │ │ ├── lib │ │ ├── Tidy.jar │ │ ├── soap.jar │ │ ├── jorphan.jar │ │ ├── bsf-2.4.0.jar │ │ ├── bsh-2.0b4.jar │ │ ├── bshclient.jar │ │ ├── jdom-1.1.jar │ │ ├── junit │ │ │ └── test.jar │ │ ├── junit3.8.2.jar │ │ ├── logkit-1.2.jar │ │ ├── xalan_2_7_1.jar │ │ ├── commons-io-1.4.jar │ │ ├── jCharts-0.7.5.jar │ │ ├── js_rhino1_6R5.jar │ │ ├── xml-apis-2_9_1.jar │ │ ├── xstream-1.3.1.jar │ │ ├── commons-codec-1.3.jar │ │ ├── commons-jexl-1.1.jar │ │ ├── commons-lang-2.4.jar │ │ ├── commons-net-1.4.1.jar │ │ ├── jakarta-oro-2.0.8.jar │ │ ├── serializer-2_9_1.jar │ │ ├── xercesImpl-2_9_1.jar │ │ ├── xpp3_min-1.1.4c.jar │ │ ├── excalibur-pool-1.2.jar │ │ ├── avalon-framework-4.1.4.jar │ │ ├── commons-httpclient-3.1.jar │ │ ├── commons-logging-1.1.1.jar │ │ ├── excalibur-logger-1.1.jar │ │ ├── ext │ │ │ ├── ApacheJMeter_core.jar │ │ │ ├── ApacheJMeter_ftp.jar │ │ │ ├── ApacheJMeter_http.jar │ │ │ ├── ApacheJMeter_java.jar │ │ │ ├── ApacheJMeter_jdbc.jar │ │ │ ├── ApacheJMeter_jms.jar │ │ │ ├── ApacheJMeter_junit.jar │ │ │ ├── ApacheJMeter_ldap.jar │ │ │ ├── ApacheJMeter_mail.jar │ │ │ ├── ApacheJMeter_tcp.jar │ │ │ ├── ApacheJMeter_report.jar │ │ │ ├── ApacheJMeter_components.jar │ │ │ ├── ApacheJMeter_functions.jar │ │ │ └── ApacheJMeter_monitors.jar │ │ ├── htmllexer-2.0-20060923.jar │ │ ├── commons-collections-3.2.jar │ │ ├── excalibur-instrument-1.0.jar │ │ ├── htmlparser-2.0-20060923.jar │ │ ├── excalibur-datasource-1.1.1.jar │ │ └── xmlgraphics-commons-1.3.1.jar │ │ ├── extras │ │ ├── expand.jpg │ │ ├── collapse.jpg │ │ ├── ant-jmeter-1.0.9.jar │ │ ├── convertjmx.fdl │ │ ├── ConvertHTTPSampler.txt │ │ ├── schematic.cmd │ │ ├── printvars.bsh │ │ ├── addons.txt │ │ ├── execcode.bsh │ │ └── schematic.xml │ │ ├── docs │ │ ├── images │ │ │ ├── logo.jpg │ │ │ ├── logo-small.jpg │ │ │ ├── jakarta-logo.gif │ │ │ └── screenshots │ │ │ │ ├── counter.png │ │ │ │ ├── summary.png │ │ │ │ ├── scoping1.png │ │ │ │ ├── scoping2.png │ │ │ │ ├── scoping3.png │ │ │ │ ├── testplan.png │ │ │ │ ├── workbench.png │ │ │ │ ├── bsf_listener.png │ │ │ │ ├── bsfsampler.png │ │ │ │ ├── http_login.png │ │ │ │ ├── ifcontroller.png │ │ │ │ ├── java_request.png │ │ │ │ ├── jms │ │ │ │ ├── jms_pub.png │ │ │ │ ├── jms_sub.png │ │ │ │ ├── jms_config.png │ │ │ │ ├── jms_messaging.png │ │ │ │ └── JMS_Point-to-Point.png │ │ │ │ ├── jmspublisher.png │ │ │ │ ├── ldap_request.png │ │ │ │ ├── ldaptest │ │ │ │ ├── add.png │ │ │ │ ├── delete.png │ │ │ │ ├── extadd.png │ │ │ │ ├── extdel.png │ │ │ │ ├── extmod.png │ │ │ │ ├── extmoddn.png │ │ │ │ ├── extsbind.png │ │ │ │ ├── modify.png │ │ │ │ ├── search.png │ │ │ │ ├── extcompare.png │ │ │ │ ├── extsearch.png │ │ │ │ ├── viewtable.png │ │ │ │ ├── extthreadbind.png │ │ │ │ ├── extviewtree.png │ │ │ │ ├── threadgroup.png │ │ │ │ ├── extthreadgroup.png │ │ │ │ ├── extthreadunbind.png │ │ │ │ ├── requestdefaults.png │ │ │ │ ├── extrequestdefaults.png │ │ │ │ └── login-config-element.png │ │ │ │ ├── login-config.png │ │ │ │ ├── mirrorserver.png │ │ │ │ ├── modification.png │ │ │ │ ├── save_image.png │ │ │ │ ├── savetofile.png │ │ │ │ ├── soap_sampler.png │ │ │ │ ├── tcpsampler.png │ │ │ │ ├── test_action.png │ │ │ │ ├── threadgroup.png │ │ │ │ ├── url_rewriter.png │ │ │ │ ├── user_params.png │ │ │ │ ├── bsf_assertion.png │ │ │ │ ├── bsh_assertion.png │ │ │ │ ├── class_diagram.gif │ │ │ │ ├── debug_sampler.png │ │ │ │ ├── graph_results.png │ │ │ │ ├── java_defaults.png │ │ │ │ ├── jmssubscriber.png │ │ │ │ ├── junit_sampler.png │ │ │ │ ├── ldap_defaults.png │ │ │ │ ├── monitor_health.png │ │ │ │ ├── parameter_mask.png │ │ │ │ ├── proxy_control.png │ │ │ │ ├── size_assertion.png │ │ │ │ ├── summary_report.png │ │ │ │ ├── table_results.png │ │ │ │ ├── xml_assertion.png │ │ │ │ ├── accesslogsampler.png │ │ │ │ ├── aggregate_graph.png │ │ │ │ ├── aggregate_report.png │ │ │ │ ├── assertion_results.png │ │ │ │ ├── beanshellsampler.png │ │ │ │ ├── bsf_postprocessor.png │ │ │ │ ├── bsf_preprocessor.png │ │ │ │ ├── csvdatasetconfig.png │ │ │ │ ├── graphfullresults.png │ │ │ │ ├── html_link_parser.png │ │ │ │ ├── includecontroller.png │ │ │ │ ├── ldapext_defaults.png │ │ │ │ ├── ldapext_request.png │ │ │ │ ├── mailervisualizer.png │ │ │ │ ├── module_controller.png │ │ │ │ ├── monitor_screencap.png │ │ │ │ ├── property_display.png │ │ │ │ ├── random_variable.png │ │ │ │ ├── regex_extractor.png │ │ │ │ ├── remote │ │ │ │ └── run-menu00.gif │ │ │ │ ├── runtimecontroller.png │ │ │ │ ├── simpledatawriter.png │ │ │ │ ├── spline_visualizer.png │ │ │ │ ├── switchcontroller.png │ │ │ │ ├── tcpsamplerconfig.png │ │ │ │ ├── timers │ │ │ │ ├── sync_timer.png │ │ │ │ ├── beanshell_timer.png │ │ │ │ ├── constant_timer.gif │ │ │ │ ├── gauss_random_timer.gif │ │ │ │ ├── uniform_random_timer.gif │ │ │ │ └── constant_throughput_timer.png │ │ │ │ ├── view_results_tree.png │ │ │ │ ├── whilecontroller.png │ │ │ │ ├── xpath_assertion.png │ │ │ │ ├── xpath_extractor.png │ │ │ │ ├── assertion │ │ │ │ ├── assertion.png │ │ │ │ ├── example1a.png │ │ │ │ ├── example1b.png │ │ │ │ ├── HTMLAssertion.png │ │ │ │ ├── assertionscope.png │ │ │ │ ├── example1c-fail.gif │ │ │ │ ├── example1c-pass.gif │ │ │ │ ├── MD5HexAssertion.png │ │ │ │ └── XMLSchemaAssertion.png │ │ │ │ ├── beanshell_listener.png │ │ │ │ ├── debug_postprocessor.png │ │ │ │ ├── distribution_graph.png │ │ │ │ ├── duration_assertion.png │ │ │ │ ├── ftptest │ │ │ │ ├── ftp-request.png │ │ │ │ ├── ftp-defaults.png │ │ │ │ ├── ftp-defaults2.png │ │ │ │ ├── ftp-request2.png │ │ │ │ ├── spline-results.png │ │ │ │ └── threadgroup2.png │ │ │ │ ├── mailreader_sampler.png │ │ │ │ ├── user_param_modifier.gif │ │ │ │ ├── webservice_sampler.png │ │ │ │ ├── webtest │ │ │ │ ├── threadgroup.png │ │ │ │ ├── http-defaults1.png │ │ │ │ ├── http-defaults2.png │ │ │ │ ├── http-request.png │ │ │ │ ├── http-request1.png │ │ │ │ ├── http-request2.png │ │ │ │ └── threadgroup2.png │ │ │ │ ├── beanshell_preprocessor.png │ │ │ │ ├── function_helper_dialog.png │ │ │ │ ├── jdbctest │ │ │ │ ├── JDBCRequest.png │ │ │ │ ├── JDBCRequest2.png │ │ │ │ ├── JDBCRequest3.png │ │ │ │ ├── graph-results.png │ │ │ │ ├── jdbc-config.png │ │ │ │ ├── jdbc-request.png │ │ │ │ ├── threadgroup1.png │ │ │ │ └── threadgroup2.png │ │ │ │ ├── randomordercontroller.png │ │ │ │ ├── sample_result_config.png │ │ │ │ ├── simple_config_element.png │ │ │ │ ├── summary_report_grouped.png │ │ │ │ ├── throughput_controller.png │ │ │ │ ├── transactioncontroller.png │ │ │ │ ├── url_rewrite_example_a.png │ │ │ │ ├── url_rewrite_example_b.gif │ │ │ │ ├── url_rewrite_example_b.png │ │ │ │ ├── user_defined_variables.png │ │ │ │ ├── view_results_tree_xml.png │ │ │ │ ├── aggregate_report_grouped.png │ │ │ │ ├── beanshell_postprocessor.png │ │ │ │ ├── jdbc-config │ │ │ │ ├── jdbc-sql-query.png │ │ │ │ └── jdbc-conn-config.png │ │ │ │ ├── logic-controller │ │ │ │ ├── interleave.png │ │ │ │ ├── interleave2.png │ │ │ │ ├── interleave3.png │ │ │ │ ├── loop-example.gif │ │ │ │ ├── foreach-example.png │ │ │ │ ├── loop-controller.gif │ │ │ │ ├── simple-example.gif │ │ │ │ ├── foreach-example2.png │ │ │ │ ├── once-only-example.png │ │ │ │ ├── random-controller.gif │ │ │ │ ├── simple-controller.gif │ │ │ │ ├── foreach-controller.png │ │ │ │ ├── once-only-controller.gif │ │ │ │ ├── recording-controller.gif │ │ │ │ └── interleave-controller.png │ │ │ │ ├── resultstatusactionhandler.png │ │ │ │ ├── http-config │ │ │ │ ├── http-auth-manager.png │ │ │ │ ├── http-cache-manager.png │ │ │ │ ├── http-config-example.png │ │ │ │ ├── http-cookie-manager.gif │ │ │ │ ├── http-cookie-manager.png │ │ │ │ ├── auth-manager-example1a.gif │ │ │ │ ├── auth-manager-example1b.png │ │ │ │ ├── http-request-defaults.png │ │ │ │ ├── header-manager-example1a.gif │ │ │ │ └── header-manager-example1b.gif │ │ │ │ └── ftp-config │ │ │ │ └── ftp-request-defaults.png │ │ ├── api │ │ │ ├── resources │ │ │ │ └── inherit.gif │ │ │ ├── packages.html │ │ │ ├── index.html │ │ │ └── org │ │ │ │ └── apache │ │ │ │ ├── jorphan │ │ │ │ ├── io │ │ │ │ │ └── package-frame.html │ │ │ │ ├── logging │ │ │ │ │ └── package-frame.html │ │ │ │ ├── test │ │ │ │ │ └── package-frame.html │ │ │ │ ├── gui │ │ │ │ │ └── layout │ │ │ │ │ │ └── package-frame.html │ │ │ │ ├── math │ │ │ │ │ └── package-frame.html │ │ │ │ └── reflect │ │ │ │ │ └── package-frame.html │ │ │ │ └── jmeter │ │ │ │ ├── swing │ │ │ │ └── package-frame.html │ │ │ │ ├── services │ │ │ │ └── package-frame.html │ │ │ │ ├── sampler │ │ │ │ ├── gui │ │ │ │ │ └── package-frame.html │ │ │ │ └── package-frame.html │ │ │ │ ├── threads │ │ │ │ └── gui │ │ │ │ │ └── package-frame.html │ │ │ │ ├── functions │ │ │ │ ├── gui │ │ │ │ │ └── package-frame.html │ │ │ │ └── util │ │ │ │ │ └── package-frame.html │ │ │ │ ├── samplers │ │ │ │ └── gui │ │ │ │ │ └── package-frame.html │ │ │ │ ├── exceptions │ │ │ │ └── package-frame.html │ │ │ │ ├── examples │ │ │ │ ├── sampler │ │ │ │ │ ├── package-frame.html │ │ │ │ │ └── gui │ │ │ │ │ │ └── package-frame.html │ │ │ │ └── testbeans │ │ │ │ │ ├── example1 │ │ │ │ │ └── package-frame.html │ │ │ │ │ └── example2 │ │ │ │ │ └── package-frame.html │ │ │ │ ├── protocol │ │ │ │ ├── ftp │ │ │ │ │ ├── sampler │ │ │ │ │ │ └── package-frame.html │ │ │ │ │ ├── config │ │ │ │ │ │ └── gui │ │ │ │ │ │ │ └── package-frame.html │ │ │ │ │ └── control │ │ │ │ │ │ └── gui │ │ │ │ │ │ └── package-frame.html │ │ │ │ ├── java │ │ │ │ │ ├── config │ │ │ │ │ │ ├── package-frame.html │ │ │ │ │ │ └── gui │ │ │ │ │ │ │ └── package-frame.html │ │ │ │ │ └── test │ │ │ │ │ │ └── package-frame.html │ │ │ │ ├── http │ │ │ │ │ ├── config │ │ │ │ │ │ └── package-frame.html │ │ │ │ │ └── proxy │ │ │ │ │ │ └── gui │ │ │ │ │ │ └── package-frame.html │ │ │ │ ├── mail │ │ │ │ │ └── sampler │ │ │ │ │ │ ├── package-frame.html │ │ │ │ │ │ └── gui │ │ │ │ │ │ └── package-frame.html │ │ │ │ ├── tcp │ │ │ │ │ ├── config │ │ │ │ │ │ └── gui │ │ │ │ │ │ │ └── package-frame.html │ │ │ │ │ └── control │ │ │ │ │ │ └── gui │ │ │ │ │ │ └── package-frame.html │ │ │ │ ├── jdbc │ │ │ │ │ ├── sampler │ │ │ │ │ │ └── package-frame.html │ │ │ │ │ └── config │ │ │ │ │ │ └── package-frame.html │ │ │ │ └── ldap │ │ │ │ │ └── control │ │ │ │ │ └── gui │ │ │ │ │ └── package-frame.html │ │ │ │ ├── report │ │ │ │ ├── writers │ │ │ │ │ └── gui │ │ │ │ │ │ └── package-frame.html │ │ │ │ └── package-frame.html │ │ │ │ ├── monitor │ │ │ │ └── util │ │ │ │ │ └── package-frame.html │ │ │ │ ├── processor │ │ │ │ ├── package-frame.html │ │ │ │ └── gui │ │ │ │ │ └── package-frame.html │ │ │ │ ├── util │ │ │ │ └── keystore │ │ │ │ │ └── package-frame.html │ │ │ │ ├── extractor │ │ │ │ └── gui │ │ │ │ │ └── package-frame.html │ │ │ │ ├── modifiers │ │ │ │ └── gui │ │ │ │ │ └── package-frame.html │ │ │ │ ├── visualizers │ │ │ │ └── gui │ │ │ │ │ └── package-frame.html │ │ │ │ └── reporters │ │ │ │ └── gui │ │ │ │ └── package-frame.html │ │ └── css │ │ │ └── style.css │ │ └── printable_docs │ │ ├── usermanual │ │ ├── functions.html │ │ ├── junitsampler_tutorial.pdf │ │ ├── jmeter_proxy_step_by_step.pdf │ │ ├── include_controller_tutorial.pdf │ │ ├── jmeter_accesslog_sampler_step_by_step.pdf │ │ └── jmeter_distributed_testing_step_by_step.pdf │ │ └── extending │ │ └── jmeter_tutorial.pdf ├── infinitest.filters ├── dostuff.groovy ├── .springBeans └── build.xml ├── gameoflife-core ├── build │ ├── tmp │ │ └── jar │ │ │ └── MANIFEST.MF │ ├── libs │ │ └── gameoflife-core.jar │ ├── classes │ │ ├── main │ │ │ └── com │ │ │ │ └── wakaleo │ │ │ │ └── gameoflife │ │ │ │ └── domain │ │ │ │ ├── Cell.class │ │ │ │ ├── Grid.class │ │ │ │ ├── Universe.class │ │ │ │ ├── GridReader.class │ │ │ │ └── GridWriter.class │ │ └── test │ │ │ └── com │ │ │ └── wakaleo │ │ │ └── gameoflife │ │ │ ├── hamcrest │ │ │ ├── MyMatchers.class │ │ │ ├── HasSizeMatcher.class │ │ │ └── WhenIUseMyCustomHamcrestMatchers.class │ │ │ ├── domain │ │ │ ├── WhenYouPrintAGrid.class │ │ │ ├── WhenYouCreateACell.class │ │ │ ├── WhenYouCreateAGrid.class │ │ │ ├── WhenYouPlayTheGameOfLife.class │ │ │ ├── WhenYouCreateANewUniverse.class │ │ │ └── WhenYouReadAGridFromAString.class │ │ │ └── test │ │ │ └── categories │ │ │ ├── SlowTests.class │ │ │ ├── RegressionTests.class │ │ │ └── IntegrationTests.class │ ├── test-results │ │ ├── TEST-com.wakaleo.gameoflife.hamcrest.WhenIUseMyCustomHamcrestMatchers.xml │ │ ├── TEST-com.wakaleo.gameoflife.domain.WhenYouPrintAGrid.xml │ │ ├── TEST-com.wakaleo.gameoflife.domain.WhenYouPlayTheGameOfLife.xml │ │ ├── TEST-com.wakaleo.gameoflife.domain.WhenYouCreateACell.xml │ │ └── TEST-com.wakaleo.gameoflife.domain.WhenYouReadAGridFromAString.xml │ └── reports │ │ └── tests │ │ ├── index.html │ │ ├── overview-frame.html │ │ ├── com │ │ └── wakaleo │ │ │ └── gameoflife │ │ │ ├── hamcrest │ │ │ └── package-frame.html │ │ │ └── domain │ │ │ └── package-frame.html │ │ ├── alltests-errors.html │ │ ├── alltests-fails.html │ │ └── stylesheet.css ├── .gradle │ └── 0.9-rc-1 │ │ └── taskArtifacts │ │ ├── cache.properties │ │ └── cache.bin └── src │ ├── main │ └── java │ │ ├── META-INF │ │ └── MANIFEST.MF │ │ └── com │ │ └── wakaleo │ │ └── gameoflife │ │ └── domain │ │ ├── GridWriter.java │ │ ├── Cell.java │ │ └── GridReader.java │ └── test │ ├── java │ └── com │ │ └── wakaleo │ │ └── gameoflife │ │ ├── test │ │ └── categories │ │ │ ├── SlowTests.java │ │ │ ├── IntegrationTests.java │ │ │ └── RegressionTests.java │ │ ├── integration │ │ └── WhenYouStoreGamesInADatabase.java │ │ └── domain │ │ └── WhenYouCreateACell.java │ └── stories │ ├── MultiplyingThings.story │ └── CountingThings.story ├── infinitest.filters ├── .gitignore ├── gameoflife-build └── pom.xml └── gameoflife-acceptance-tests └── src └── test └── java └── com └── wakaleo └── gameoflife └── webtests ├── requirements └── GameOfLifeApplication.java ├── pages ├── HomePage.java ├── GameOfLifePage.java └── EnterGridPage.java ├── WhenTheUserStoresGameHistory.java └── WhenTheUserGoesToTheHomePage.java /gameoflife-web/src/main/webapp/index.jsp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gameoflife-core/build/tmp/jar/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | 3 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/examples/CSVSample_user.csv: -------------------------------------------------------------------------------- 1 | u1,p1 2 | u2,p2 -------------------------------------------------------------------------------- /infinitest.filters: -------------------------------------------------------------------------------- 1 | com\.wakaleo\.gameoflife\.web\.webtests\..* 2 | *Page 3 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/examples/CSVSample_actions.csv: -------------------------------------------------------------------------------- 1 | a 2 | b 3 | c 4 | d -------------------------------------------------------------------------------- /gameoflife-web/infinitest.filters: -------------------------------------------------------------------------------- 1 | com\.wakaleo\.gameoflife\.web\.webtests\..* 2 | *Page 3 | -------------------------------------------------------------------------------- /gameoflife-core/.gradle/0.9-rc-1/taskArtifacts/cache.properties: -------------------------------------------------------------------------------- 1 | #Sat Dec 04 06:41:20 GMT 2010 2 | -------------------------------------------------------------------------------- /gameoflife-core/src/main/java/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /gameoflife-web/src/main/webapp/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /gameoflife-web/src/main/resources/system.properties: -------------------------------------------------------------------------------- 1 | app.version=${project.version} (build job ${env.JOB_NAME} - #${env.BUILD_NUMBER}) -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/Tidy.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/Tidy.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/soap.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/soap.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/jorphan.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/jorphan.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/expand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/extras/expand.jpg -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/bsf-2.4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/bsf-2.4.0.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/bsh-2.0b4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/bsh-2.0b4.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/bshclient.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/bshclient.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/jdom-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/jdom-1.1.jar -------------------------------------------------------------------------------- /gameoflife-core/build/libs/gameoflife-core.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/libs/gameoflife-core.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/ApacheJMeter.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/bin/ApacheJMeter.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/logo.jpg -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/collapse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/extras/collapse.jpg -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/junit/test.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/junit/test.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/junit3.8.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/junit3.8.2.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/logkit-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/logkit-1.2.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/xalan_2_7_1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/xalan_2_7_1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/commons-io-1.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/commons-io-1.4.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/jCharts-0.7.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/jCharts-0.7.5.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/js_rhino1_6R5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/js_rhino1_6R5.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/xml-apis-2_9_1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/xml-apis-2_9_1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/xstream-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/xstream-1.3.1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/commons-codec-1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/commons-codec-1.3.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/commons-jexl-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/commons-jexl-1.1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/commons-lang-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/commons-lang-2.4.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/commons-net-1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/commons-net-1.4.1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/jakarta-oro-2.0.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/jakarta-oro-2.0.8.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/serializer-2_9_1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/serializer-2_9_1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/xercesImpl-2_9_1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/xercesImpl-2_9_1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/xpp3_min-1.1.4c.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/xpp3_min-1.1.4c.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/logo-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/logo-small.jpg -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/ant-jmeter-1.0.9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/extras/ant-jmeter-1.0.9.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/excalibur-pool-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/excalibur-pool-1.2.jar -------------------------------------------------------------------------------- /gameoflife-core/.gradle/0.9-rc-1/taskArtifacts/cache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/.gradle/0.9-rc-1/taskArtifacts/cache.bin -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/resources/inherit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/api/resources/inherit.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/jakarta-logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/jakarta-logo.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/avalon-framework-4.1.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/avalon-framework-4.1.4.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/commons-httpclient-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/commons-httpclient-3.1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/commons-logging-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/commons-logging-1.1.1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/excalibur-logger-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/excalibur-logger-1.1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_core.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_core.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_ftp.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_ftp.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_http.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_http.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_java.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_java.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_jdbc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_jdbc.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_jms.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_jms.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_junit.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_junit.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_ldap.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_ldap.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_mail.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_mail.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_tcp.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_tcp.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/htmllexer-2.0-20060923.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/htmllexer-2.0-20060923.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/commons-collections-3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/commons-collections-3.2.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/excalibur-instrument-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/excalibur-instrument-1.0.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_report.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_report.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/htmlparser-2.0-20060923.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/htmlparser-2.0-20060923.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/counter.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/summary.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/excalibur-datasource-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/excalibur-datasource-1.1.1.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_components.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_components.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_functions.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_functions.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_monitors.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/ext/ApacheJMeter_monitors.jar -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/lib/xmlgraphics-commons-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/lib/xmlgraphics-commons-1.3.1.jar -------------------------------------------------------------------------------- /gameoflife-core/src/test/java/com/wakaleo/gameoflife/test/categories/SlowTests.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.test.categories; 2 | 3 | public interface SlowTests { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /gameoflife-web/dostuff.groovy: -------------------------------------------------------------------------------- 1 | println "Hello, this is Hudson calling. This build is running with the following system properties:" 2 | System.properties.each { 3 | println it 4 | } 5 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/scoping1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/scoping1.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/scoping2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/scoping2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/scoping3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/scoping3.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/testplan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/testplan.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/workbench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/workbench.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/bsf_listener.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/bsf_listener.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/bsfsampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/bsfsampler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http_login.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ifcontroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ifcontroller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/java_request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/java_request.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jms/jms_pub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jms/jms_pub.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jms/jms_sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jms/jms_sub.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jmspublisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jmspublisher.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldap_request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldap_request.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/add.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/login-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/login-config.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/mirrorserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/mirrorserver.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/modification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/modification.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/save_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/save_image.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/savetofile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/savetofile.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/soap_sampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/soap_sampler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/tcpsampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/tcpsampler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/test_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/test_action.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/threadgroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/threadgroup.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/url_rewriter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/url_rewriter.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/user_params.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/user_params.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/printable_docs/usermanual/functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/printable_docs/usermanual/functions.html -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/bsf_assertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/bsf_assertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/bsh_assertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/bsh_assertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/class_diagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/class_diagram.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/debug_sampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/debug_sampler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/graph_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/graph_results.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/java_defaults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/java_defaults.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jms/jms_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jms/jms_config.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jmssubscriber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jmssubscriber.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/junit_sampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/junit_sampler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldap_defaults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldap_defaults.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/monitor_health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/monitor_health.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/parameter_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/parameter_mask.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/proxy_control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/proxy_control.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/size_assertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/size_assertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/summary_report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/summary_report.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/table_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/table_results.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/xml_assertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/xml_assertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/accesslogsampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/accesslogsampler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/aggregate_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/aggregate_graph.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/aggregate_report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/aggregate_report.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion_results.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/beanshellsampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/beanshellsampler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/bsf_postprocessor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/bsf_postprocessor.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/bsf_preprocessor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/bsf_preprocessor.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/csvdatasetconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/csvdatasetconfig.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/graphfullresults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/graphfullresults.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/html_link_parser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/html_link_parser.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/includecontroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/includecontroller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jms/jms_messaging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jms/jms_messaging.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldapext_defaults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldapext_defaults.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldapext_request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldapext_request.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/delete.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extadd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extadd.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extdel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extdel.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extmod.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extmoddn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extmoddn.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extsbind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extsbind.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/modify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/modify.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/search.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/mailervisualizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/mailervisualizer.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/module_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/module_controller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/monitor_screencap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/monitor_screencap.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/property_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/property_display.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/random_variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/random_variable.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/regex_extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/regex_extractor.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/remote/run-menu00.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/remote/run-menu00.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/runtimecontroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/runtimecontroller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/simpledatawriter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/simpledatawriter.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/spline_visualizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/spline_visualizer.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/switchcontroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/switchcontroller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/tcpsamplerconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/tcpsamplerconfig.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/timers/sync_timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/timers/sync_timer.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/view_results_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/view_results_tree.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/whilecontroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/whilecontroller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/xpath_assertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/xpath_assertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/xpath_extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/xpath_extractor.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/printable_docs/extending/jmeter_tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/printable_docs/extending/jmeter_tutorial.pdf -------------------------------------------------------------------------------- /gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/Cell.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/Cell.class -------------------------------------------------------------------------------- /gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/Grid.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/Grid.class -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/assertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/assertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/example1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/example1a.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/example1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/example1b.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/beanshell_listener.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/beanshell_listener.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/debug_postprocessor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/debug_postprocessor.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/distribution_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/distribution_graph.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/duration_assertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/duration_assertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/ftp-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/ftp-request.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extcompare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extcompare.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extsearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extsearch.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/viewtable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/viewtable.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/mailreader_sampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/mailreader_sampler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/user_param_modifier.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/user_param_modifier.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/webservice_sampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/webservice_sampler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/threadgroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/threadgroup.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/beanshell_preprocessor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/beanshell_preprocessor.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/ftp-defaults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/ftp-defaults.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/ftp-defaults2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/ftp-defaults2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/ftp-request2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/ftp-request2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/spline-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/spline-results.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/threadgroup2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ftptest/threadgroup2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/function_helper_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/function_helper_dialog.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/JDBCRequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/JDBCRequest.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/JDBCRequest2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/JDBCRequest2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/JDBCRequest3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/JDBCRequest3.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/graph-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/graph-results.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/jdbc-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/jdbc-config.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/jdbc-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/jdbc-request.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/threadgroup1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/threadgroup1.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/threadgroup2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbctest/threadgroup2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jms/JMS_Point-to-Point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jms/JMS_Point-to-Point.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extthreadbind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extthreadbind.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extviewtree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extviewtree.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/threadgroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/threadgroup.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/randomordercontroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/randomordercontroller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/sample_result_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/sample_result_config.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/simple_config_element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/simple_config_element.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/summary_report_grouped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/summary_report_grouped.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/throughput_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/throughput_controller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/timers/beanshell_timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/timers/beanshell_timer.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/timers/constant_timer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/timers/constant_timer.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/transactioncontroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/transactioncontroller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/url_rewrite_example_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/url_rewrite_example_a.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/url_rewrite_example_b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/url_rewrite_example_b.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/url_rewrite_example_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/url_rewrite_example_b.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/user_defined_variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/user_defined_variables.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/view_results_tree_xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/view_results_tree_xml.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-defaults1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-defaults1.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-defaults2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-defaults2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-request.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-request1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-request1.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-request2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/http-request2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/threadgroup2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/webtest/threadgroup2.png -------------------------------------------------------------------------------- /gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/Universe.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/Universe.class -------------------------------------------------------------------------------- /gameoflife-core/src/test/java/com/wakaleo/gameoflife/test/categories/IntegrationTests.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.test.categories; 2 | 3 | public interface IntegrationTests extends SlowTests { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /gameoflife-core/src/test/java/com/wakaleo/gameoflife/test/categories/RegressionTests.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.test.categories; 2 | 3 | public interface RegressionTests extends SlowTests { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/aggregate_report_grouped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/aggregate_report_grouped.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/HTMLAssertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/HTMLAssertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/assertionscope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/assertionscope.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/example1c-fail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/example1c-fail.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/example1c-pass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/example1c-pass.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/beanshell_postprocessor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/beanshell_postprocessor.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extthreadgroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extthreadgroup.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extthreadunbind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extthreadunbind.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/requestdefaults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/requestdefaults.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/printable_docs/usermanual/junitsampler_tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/printable_docs/usermanual/junitsampler_tutorial.pdf -------------------------------------------------------------------------------- /gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/GridReader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/GridReader.class -------------------------------------------------------------------------------- /gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/GridWriter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/main/com/wakaleo/gameoflife/domain/GridWriter.class -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/hamcrest/MyMatchers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/hamcrest/MyMatchers.class -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/MD5HexAssertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/MD5HexAssertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbc-config/jdbc-sql-query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbc-config/jdbc-sql-query.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extrequestdefaults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/extrequestdefaults.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/interleave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/interleave.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/resultstatusactionhandler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/resultstatusactionhandler.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/timers/gauss_random_timer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/timers/gauss_random_timer.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/timers/uniform_random_timer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/timers/uniform_random_timer.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/printable_docs/usermanual/jmeter_proxy_step_by_step.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/printable_docs/usermanual/jmeter_proxy_step_by_step.pdf -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/XMLSchemaAssertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/assertion/XMLSchemaAssertion.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-auth-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-auth-manager.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/jdbc-config/jdbc-conn-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/jdbc-config/jdbc-conn-config.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/login-config-element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ldaptest/login-config-element.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/interleave2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/interleave2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/interleave3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/interleave3.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/loop-example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/loop-example.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/printable_docs/usermanual/include_controller_tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/printable_docs/usermanual/include_controller_tutorial.pdf -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .project 3 | .settings 4 | target 5 | .idea 6 | .classpath 7 | .checkstyle 8 | .pmd 9 | *.log 10 | *.log.* 11 | *.iml 12 | *.ipr 13 | *.iws 14 | *.versionsBackup 15 | 16 | *.iml 17 | .DS_Store -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouPrintAGrid.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouPrintAGrid.class -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/hamcrest/HasSizeMatcher.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/hamcrest/HasSizeMatcher.class -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/ftp-config/ftp-request-defaults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/ftp-config/ftp-request-defaults.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-cache-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-cache-manager.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-config-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-config-example.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-cookie-manager.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-cookie-manager.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-cookie-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-cookie-manager.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/foreach-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/foreach-example.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/loop-controller.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/loop-controller.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/simple-example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/simple-example.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/timers/constant_throughput_timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/timers/constant_throughput_timer.png -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouCreateACell.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouCreateACell.class -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouCreateAGrid.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouCreateAGrid.class -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/test/categories/SlowTests.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/test/categories/SlowTests.class -------------------------------------------------------------------------------- /gameoflife-core/src/test/stories/MultiplyingThings.story: -------------------------------------------------------------------------------- 1 | scenario 'Adding two integers', { 2 | given 'two integer values of 2 and 3' 3 | when 'we calculate the product of the two values' 4 | then 'the product should be 6' 5 | } -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/auth-manager-example1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/auth-manager-example1a.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/auth-manager-example1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/auth-manager-example1b.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-request-defaults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/http-request-defaults.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/foreach-example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/foreach-example2.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/once-only-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/once-only-example.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/random-controller.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/random-controller.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/simple-controller.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/simple-controller.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/header-manager-example1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/header-manager-example1a.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/header-manager-example1b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/http-config/header-manager-example1b.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/foreach-controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/foreach-controller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/once-only-controller.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/once-only-controller.gif -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/recording-controller.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/recording-controller.gif -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouPlayTheGameOfLife.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouPlayTheGameOfLife.class -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/test/categories/RegressionTests.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/test/categories/RegressionTests.class -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/interleave-controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/docs/images/screenshots/logic-controller/interleave-controller.png -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/printable_docs/usermanual/jmeter_accesslog_sampler_step_by_step.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/printable_docs/usermanual/jmeter_accesslog_sampler_step_by_step.pdf -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouCreateANewUniverse.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouCreateANewUniverse.class -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouReadAGridFromAString.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/domain/WhenYouReadAGridFromAString.class -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/test/categories/IntegrationTests.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/test/categories/IntegrationTests.class -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/printable_docs/usermanual/jmeter_distributed_testing_step_by_step.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-web/tools/jmeter/printable_docs/usermanual/jmeter_distributed_testing_step_by_step.pdf -------------------------------------------------------------------------------- /gameoflife-core/build/classes/test/com/wakaleo/gameoflife/hamcrest/WhenIUseMyCustomHamcrestMatchers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/game-of-life/master/gameoflife-core/build/classes/test/com/wakaleo/gameoflife/hamcrest/WhenIUseMyCustomHamcrestMatchers.class -------------------------------------------------------------------------------- /gameoflife-core/src/test/stories/CountingThings.story: -------------------------------------------------------------------------------- 1 | scenario 'Adding two integers', { 2 | given 'two integer values of 1 and 2', { 3 | a = 1 4 | b = 2 5 | } 6 | when 'we calculate the sum of the two values', { 7 | sum = a + b 8 | } 9 | then 'the sum should be 3', { 10 | sum.shouldBe 3 11 | } 12 | } -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/convertjmx.fdl: -------------------------------------------------------------------------------- 1 | ! Convert JMX files so Java can read them on OpenVMS 2 | ! This will be needed if the JMX is in VARIABLE format. 3 | ! 4 | ! Usage: 5 | ! CONVERT/FDL=CONVERTJMX input.jmx output.jmx 6 | ! 7 | ! 8 | RECORD 9 | CARRIAGE_CONTROL carriage_return 10 | FORMAT stream_lf -------------------------------------------------------------------------------- /gameoflife-core/src/test/java/com/wakaleo/gameoflife/integration/WhenYouStoreGamesInADatabase.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.integration; 2 | 3 | import org.junit.Test; 4 | 5 | public class WhenYouStoreGamesInADatabase { 6 | 7 | @Test 8 | public void should_store_games() { 9 | 10 | } 11 | 12 | @Test 13 | public void should_load_saved_games() { 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /gameoflife-web/.springBeans: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 5 | 6 | 7 | 8 | 9 | 10 | src/main/webapp/WEB-INF/gameoflife-servlet.xml 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/ConvertHTTPSampler.txt: -------------------------------------------------------------------------------- 1 | === HTTPSampler to HTTPSampler2 convertion === 2 | 3 | If the testcase was created with an old version, load it into 2.1.1 and save it. 4 | Edit the testcase and replace the following: 5 | 6 | Old 7 | === 8 | 9 | ... 10 | 11 | 12 | New 13 | === 14 | 15 | ... 16 | -------------------------------------------------------------------------------- /gameoflife-build/pom.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4.0.0 4 | 5 | gameoflife 6 | com.wakaleo.gameoflife 7 | 1.0-SNAPSHOT 8 | 9 | gameoflife-build 10 | jar 11 | gameoflife-build 12 | 13 | -------------------------------------------------------------------------------- /gameoflife-acceptance-tests/src/test/java/com/wakaleo/gameoflife/webtests/requirements/GameOfLifeApplication.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.webtests.requirements; 2 | 3 | import net.thucydides.core.annotations.Feature; 4 | 5 | public class GameOfLifeApplication { 6 | 7 | @Feature 8 | public class RunSimulations { 9 | public class RunASimulation { 10 | } 11 | } 12 | 13 | @Feature 14 | public class RecordResults { 15 | public class RecordASimulation { 16 | } 17 | 18 | public class ViewPastSimulationResults { 19 | } 20 | 21 | public class ViewSimulationStatistics { 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /gameoflife-acceptance-tests/src/test/java/com/wakaleo/gameoflife/webtests/pages/HomePage.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.webtests.pages; 2 | 3 | import net.thucydides.core.annotations.DefaultUrl; 4 | import org.openqa.selenium.WebDriver; 5 | import org.openqa.selenium.WebElement; 6 | import org.openqa.selenium.support.FindBy; 7 | 8 | @DefaultUrl("http://localhost:9090/gameoflife/home") 9 | public class HomePage extends GameOfLifePage { 10 | 11 | @FindBy(linkText = "New Game") 12 | WebElement newGameLink; 13 | 14 | public HomePage(WebDriver driver) { 15 | super(driver); 16 | } 17 | 18 | public void clickOnNewGameLink() { 19 | newGameLink.click(); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /gameoflife-acceptance-tests/src/test/java/com/wakaleo/gameoflife/webtests/pages/GameOfLifePage.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.webtests.pages; 2 | 3 | import net.thucydides.core.annotations.DefaultUrl; 4 | import net.thucydides.core.pages.PageObject; 5 | import org.openqa.selenium.WebDriver; 6 | import org.openqa.selenium.WebElement; 7 | import org.openqa.selenium.support.FindBy; 8 | 9 | @DefaultUrl("http://localhost:9090/gameoflife") 10 | public class GameOfLifePage extends PageObject { 11 | 12 | @FindBy(linkText = "home") 13 | WebElement homeLink; 14 | 15 | public GameOfLifePage(WebDriver driver) { 16 | super(driver); 17 | } 18 | 19 | public void clickOnHome() { 20 | homeLink.click(); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /gameoflife-web/src/main/java/com/wakaleo/gameoflife/webtests/controllers/HomePageController.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.webtests.controllers; 2 | 3 | import org.springframework.stereotype.Controller; 4 | import org.springframework.web.bind.annotation.RequestMapping; 5 | import org.springframework.web.servlet.ModelAndView; 6 | 7 | /** 8 | * This class rocks. 9 | * 10 | * @author johnsmart 11 | */ 12 | @Controller 13 | public class HomePageController { 14 | // FIXME: do something nicer for the home page 15 | @RequestMapping("/") 16 | public ModelAndView index() { 17 | return new ModelAndView("home"); 18 | } 19 | 20 | @RequestMapping("/home") 21 | public ModelAndView home() { 22 | return new ModelAndView("home"); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /gameoflife-core/src/main/java/com/wakaleo/gameoflife/domain/GridWriter.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.domain; 2 | 3 | public class GridWriter { 4 | 5 | private static final String LINE_SEPARATOR = System.getProperty("line.separator"); 6 | 7 | public String convertToString(final Cell[][] gridContents) { 8 | StringBuffer printedGrid = new StringBuffer(); 9 | for (Cell[] row : gridContents) { 10 | for (Cell cell : row) { 11 | printedGrid.append(cell.toString()); 12 | } 13 | // TODO: This simply masks the problem: why empty rows being passed? 14 | if (row.length > 0) { 15 | printedGrid.append(LINE_SEPARATOR); 16 | } 17 | } 18 | return printedGrid.toString(); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /gameoflife-core/build/test-results/TEST-com.wakaleo.gameoflife.hamcrest.WhenIUseMyCustomHamcrestMatchers.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gameoflife-core/src/main/java/com/wakaleo/gameoflife/domain/Cell.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.domain; 2 | 3 | public enum Cell { 4 | LIVE_CELL("*"), DEAD_CELL("."); 5 | 6 | private String symbol; 7 | 8 | private Cell(final String initialSymbol) { 9 | this.symbol = initialSymbol; 10 | } 11 | 12 | @Override 13 | public String toString() { 14 | return symbol; 15 | } 16 | 17 | static Cell fromSymbol(final String symbol) { 18 | Cell cellRepresentedBySymbol = null; 19 | for (Cell cell : Cell.values()) { 20 | if (cell.symbol.equals(symbol)) { 21 | cellRepresentedBySymbol = cell; 22 | break; 23 | } 24 | } 25 | return cellRepresentedBySymbol; 26 | } 27 | 28 | public String getSymbol() { 29 | return symbol; 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /gameoflife-core/build/reports/tests/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Unit Test Results. 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | <h2>Frame Alert</h2> 14 | 15 | <p> 16 | This document is designed to be viewed using the frames feature. If you see this message, you are using a 17 | non-frame-capable web client. 18 | </p> 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /gameoflife-acceptance-tests/src/test/java/com/wakaleo/gameoflife/webtests/pages/EnterGridPage.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.webtests.pages; 2 | 3 | import net.thucydides.core.annotations.DefaultUrl; 4 | import org.openqa.selenium.By; 5 | import org.openqa.selenium.WebDriver; 6 | import org.openqa.selenium.WebElement; 7 | import org.openqa.selenium.support.FindBy; 8 | 9 | @DefaultUrl("http://localhost:9090/gameoflife/new") 10 | public class EnterGridPage extends GameOfLifePage { 11 | 12 | @FindBy(id = "submit") 13 | WebElement goButton; 14 | 15 | public EnterGridPage(WebDriver driver) { 16 | super(driver); 17 | } 18 | 19 | public void clickOnGoButton() { 20 | clickOn(goButton); 21 | } 22 | 23 | public void clickOnCellAt(int row, int column) { 24 | String cellName = "cell_" + row + "_" + column; 25 | getDriver().findElement(By.name(cellName)).click(); 26 | } 27 | 28 | 29 | } 30 | -------------------------------------------------------------------------------- /gameoflife-core/build/test-results/TEST-com.wakaleo.gameoflife.domain.WhenYouPrintAGrid.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 7 | 9 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /gameoflife-web/src/main/webapp/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Game of Life Web Application 9 | 10 | 11 | gameoflife 12 | org.springframework.web.servlet.DispatcherServlet 13 | 1 14 | 15 | 16 | gameoflife 17 | / 18 | 19 | 20 | 21 | index.jsp 22 | 23 | 24 | -------------------------------------------------------------------------------- /gameoflife-core/build/reports/tests/overview-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | All Unit Test Packages 5 | 6 | 7 | 8 |

9 | Home 10 |

11 | 12 |

Packages

13 | 14 | 15 | 17 | 18 | 19 | 21 | 22 |
com.wakaleo.gameoflife.domain 16 |
com.wakaleo.gameoflife.hamcrest 20 |
23 | 24 | 25 | -------------------------------------------------------------------------------- /gameoflife-web/src/test/java/com/wakaleo/gameoflife/webtests/controllers/WhenDisplayingTheHomePage.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.webtests.controllers; 2 | 3 | import org.junit.Test; 4 | import org.springframework.web.servlet.ModelAndView; 5 | 6 | import static org.hamcrest.MatcherAssert.assertThat; 7 | import static org.hamcrest.Matchers.*; 8 | 9 | 10 | public class WhenDisplayingTheHomePage { 11 | 12 | @Test 13 | public void theHomeUrlShouldDisplayTheHomePage() { 14 | HomePageController controller = new HomePageController(); 15 | ModelAndView homeView = controller.home(); 16 | assertThat(homeView.getViewName(), is("home")); 17 | } 18 | 19 | @Test 20 | public void theIndexUrlShouldDisplayTheHomePage() { 21 | HomePageController controller = new HomePageController(); 22 | ModelAndView homeView = controller.index(); 23 | assertThat(homeView.getViewName(), is("home")); 24 | } 25 | } 26 | 27 | -------------------------------------------------------------------------------- /gameoflife-core/build/reports/tests/com/wakaleo/gameoflife/hamcrest/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Unit Test Classes: com.wakaleo.gameoflife.hamcrest 5 | 6 | 7 | 8 | 9 | 10 | 15 | 16 |
11 |

12 | com.wakaleo.gameoflife.hamcrest 13 |

14 |
17 |

Classes

18 | 19 | 20 | 22 | 23 |
WhenIUseMyCustomHamcrestMatchers 21 |
24 | 25 | 26 | -------------------------------------------------------------------------------- /gameoflife-acceptance-tests/src/test/java/com/wakaleo/gameoflife/webtests/WhenTheUserStoresGameHistory.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.webtests; 2 | 3 | import com.wakaleo.gameoflife.webtests.steps.PlayerSteps; 4 | import net.thucydides.core.annotations.Managed; 5 | import net.thucydides.core.annotations.ManagedPages; 6 | import net.thucydides.core.annotations.Steps; 7 | import net.thucydides.core.annotations.WithTag; 8 | import net.thucydides.core.pages.Pages; 9 | import net.thucydides.junit.runners.ThucydidesRunner; 10 | import org.junit.Test; 11 | import org.junit.runner.RunWith; 12 | import org.openqa.selenium.WebDriver; 13 | 14 | @RunWith(ThucydidesRunner.class) 15 | 16 | @WithTag("Storing simulation history") 17 | public class WhenTheUserStoresGameHistory { 18 | 19 | @Test 20 | public void aUserShouldBeAbleToSaveASimulationForFutureUse() {} 21 | 22 | @Test 23 | public void aUserShouldBeAbleToListAllTheSavedSimulations() {} 24 | 25 | @Test 26 | public void aUserShouldBeAbleToReplayAStoredSimulation() {} 27 | } 28 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/shutdown.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | rem Licensed to the Apache Software Foundation (ASF) under one or more 4 | rem contributor license agreements. See the NOTICE file distributed with 5 | rem this work for additional information regarding copyright ownership. 6 | rem The ASF licenses this file to You under the Apache License, Version 2.0 7 | rem (the "License"); you may not use this file except in compliance with 8 | rem the License. You may obtain a copy of the License at 9 | rem 10 | rem http://www.apache.org/licenses/LICENSE-2.0 11 | rem 12 | rem Unless required by applicable law or agreed to in writing, software 13 | rem distributed under the License is distributed on an "AS IS" BASIS, 14 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | rem See the License for the specific language governing permissions and 16 | rem limitations under the License. 17 | 18 | rem Run the Shutdown client 19 | 20 | java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient Shutdown %* 21 | pause -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/shutdown.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ## Licensed to the Apache Software Foundation (ASF) under one or more 4 | ## contributor license agreements. See the NOTICE file distributed with 5 | ## this work for additional information regarding copyright ownership. 6 | ## The ASF licenses this file to You under the Apache License, Version 2.0 7 | ## (the "License"); you may not use this file except in compliance with 8 | ## the License. You may obtain a copy of the License at 9 | ## 10 | ## http://www.apache.org/licenses/LICENSE-2.0 11 | ## 12 | ## Unless required by applicable law or agreed to in writing, software 13 | ## distributed under the License is distributed on an "AS IS" BASIS, 14 | ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | ## See the License for the specific language governing permissions and 16 | ## limitations under the License. 17 | 18 | # Run the JMeter shutdown client 19 | 20 | DIRNAME=`dirname $0` 21 | 22 | java -cp ${DIRNAME}/ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient Shutdown "$@" 23 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/stoptest.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | rem Licensed to the Apache Software Foundation (ASF) under one or more 4 | rem contributor license agreements. See the NOTICE file distributed with 5 | rem this work for additional information regarding copyright ownership. 6 | rem The ASF licenses this file to You under the Apache License, Version 2.0 7 | rem (the "License"); you may not use this file except in compliance with 8 | rem the License. You may obtain a copy of the License at 9 | rem 10 | rem http://www.apache.org/licenses/LICENSE-2.0 11 | rem 12 | rem Unless required by applicable law or agreed to in writing, software 13 | rem distributed under the License is distributed on an "AS IS" BASIS, 14 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | rem See the License for the specific language governing permissions and 16 | rem limitations under the License. 17 | 18 | rem Run the Shutdown client 19 | 20 | java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient StopTestNow %* 21 | pause -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/stoptest.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ## Licensed to the Apache Software Foundation (ASF) under one or more 4 | ## contributor license agreements. See the NOTICE file distributed with 5 | ## this work for additional information regarding copyright ownership. 6 | ## The ASF licenses this file to You under the Apache License, Version 2.0 7 | ## (the "License"); you may not use this file except in compliance with 8 | ## the License. You may obtain a copy of the License at 9 | ## 10 | ## http://www.apache.org/licenses/LICENSE-2.0 11 | ## 12 | ## Unless required by applicable law or agreed to in writing, software 13 | ## distributed under the License is distributed on an "AS IS" BASIS, 14 | ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | ## See the License for the specific language governing permissions and 16 | ## limitations under the License. 17 | 18 | # Run the JMeter shutdown client 19 | 20 | DIRNAME=`dirname $0` 21 | 22 | java -cp ${DIRNAME}/ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient StopTestNow "$@" 23 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/css/style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Licensed to the Apache Software Foundation (ASF) under one or more 3 | contributor license agreements. See the NOTICE file distributed with 4 | this work for additional information regarding copyright ownership. 5 | The ASF licenses this file to You under the Apache License, Version 2.0 6 | (the "License"); you may not use this file except in compliance with 7 | the License. You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. 16 | */ 17 | 18 | a[name]:hover:after { 19 | /*Shows the value of the name attribute when hovered*/ 20 | content: " #" attr(name); 21 | font-size: 90%; 22 | text-decoration: none; 23 | } 24 | -------------------------------------------------------------------------------- /gameoflife-core/build/reports/tests/alltests-errors.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Unit Test Results: All Errors 5 | 6 | 7 | 8 |

Unit Test Results.

9 | 10 | 11 | 12 | 15 | 16 |
Designed for use with JUnit and Ant. 14 |
17 |
18 |

All Errors

19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
ClassNameStatusTypeTime(s)
28 | 29 | 30 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/users.dtd: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/packages.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 |
26 | 27 |
28 |
29 | The front page has been relocated.Please see: 30 |
31 |           Frame version 32 |
33 |           Non-frame version. 34 |
35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /gameoflife-core/build/reports/tests/alltests-fails.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Unit Test Results: All Failures 5 | 6 | 7 | 8 |

Unit Test Results.

9 | 10 | 11 | 12 | 15 | 16 |
Designed for use with JUnit and Ant. 14 |
17 |
18 |

All Failures

19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
ClassNameStatusTypeTime(s)
28 | 29 | 30 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/jmeterw.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Run JMeter using javaw 3 | 4 | rem Licensed to the Apache Software Foundation (ASF) under one or more 5 | rem contributor license agreements. See the NOTICE file distributed with 6 | rem this work for additional information regarding copyright ownership. 7 | rem The ASF licenses this file to You under the Apache License, Version 2.0 8 | rem (the "License"); you may not use this file except in compliance with 9 | rem the License. You may obtain a copy of the License at 10 | rem 11 | rem http://www.apache.org/licenses/LICENSE-2.0 12 | rem 13 | rem Unless required by applicable law or agreed to in writing, software 14 | rem distributed under the License is distributed on an "AS IS" BASIS, 15 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | rem See the License for the specific language governing permissions and 17 | rem limitations under the License. 18 | 19 | set JM_START=start 20 | set JM_LAUNCH=javaw.exe 21 | 22 | rem Only works in Win2K 23 | call jmeter %* 24 | 25 | set JM_START= 26 | set JM_LAUNCH= -------------------------------------------------------------------------------- /gameoflife-web/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | 13 | 14 | 15 | 16 | 17 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/schematic.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | rem Licensed to the Apache Software Foundation (ASF) under one or more 4 | rem contributor license agreements. See the NOTICE file distributed with 5 | rem this work for additional information regarding copyright ownership. 6 | rem The ASF licenses this file to You under the Apache License, Version 2.0 7 | rem (the "License"); you may not use this file except in compliance with 8 | rem the License. You may obtain a copy of the License at 9 | rem 10 | rem http://www.apache.org/licenses/LICENSE-2.0 11 | rem 12 | rem Unless required by applicable law or agreed to in writing, software 13 | rem distributed under the License is distributed on an "AS IS" BASIS, 14 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | rem See the License for the specific language governing permissions and 16 | rem limitations under the License. 17 | 18 | rem Drop a JMX file on this script to create a schematic of the test plan as an HTML file 19 | 20 | cd /d %~dp0 21 | set name=%~n1 22 | if .%1 ==. set name=Test 23 | call ant -f schematic.xml -Dtest=%name% 24 | pause -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Apache JMeter API 8 | 9 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | 18 | <H2> 19 | Frame Alert</H2> 20 | 21 | <P> 22 | This document is designed to be viewed using the frames feature. If you see this message, you are using a 23 | non-frame-capable web client. 24 | <BR> 25 | Link to<A HREF="overview-summary.html">Non-frame version.</A> 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/mirror-server.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ## Licensed to the Apache Software Foundation (ASF) under one or more 4 | ## contributor license agreements. See the NOTICE file distributed with 5 | ## this work for additional information regarding copyright ownership. 6 | ## The ASF licenses this file to You under the Apache License, Version 2.0 7 | ## (the "License"); you may not use this file except in compliance with 8 | ## the License. You may obtain a copy of the License at 9 | ## 10 | ## http://www.apache.org/licenses/LICENSE-2.0 11 | ## 12 | ## Unless required by applicable law or agreed to in writing, software 13 | ## distributed under the License is distributed on an "AS IS" BASIS, 14 | ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | ## See the License for the specific language governing permissions and 16 | ## limitations under the License. 17 | 18 | cd `dirname $0` 19 | 20 | CP=../lib/ext/ApacheJMeter_http.jar;../lib/ext/ApacheJMeter_core.jar;../lib/jorphan.jar;../lib/logkit-1.2.jar 21 | CP=${CP};;../lib/avalon-framework-4.1.4.jar;../lib/jakarta-oro-2.0.8.jar 22 | java -cp $CP org.apache.jmeter.protocol.http.control.HttpMirrorServer $1 23 | -------------------------------------------------------------------------------- /gameoflife-core/build/test-results/TEST-com.wakaleo.gameoflife.domain.WhenYouPlayTheGameOfLife.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 8 | 10 | 12 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/printvars.bsh: -------------------------------------------------------------------------------- 1 | /* 2 | * Licensed to the Apache Software Foundation (ASF) under one or more 3 | * contributor license agreements. See the NOTICE file distributed with 4 | * this work for additional information regarding copyright ownership. 5 | * The ASF licenses this file to You under the Apache License, Version 2.0 6 | * (the "License"); you may not use this file except in compliance with 7 | * the License. You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, software 12 | * distributed under the License is distributed on an "AS IS" BASIS, 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | * See the License for the specific language governing permissions and 15 | * limitations under the License. 16 | * 17 | */ 18 | 19 | // Sample script to print JMeter variables 20 | print(">>>>"); 21 | Iterator i = vars.getIterator(); 22 | while(i.hasNext()) 23 | { 24 | Map.Entry me = i.next(); 25 | if(String.class.equals(me.getValue().getClass())){ 26 | print(me); 27 | } 28 | } 29 | print("<<<<"); 30 | -------------------------------------------------------------------------------- /gameoflife-web/src/main/webapp/WEB-INF/gameoflife-servlet.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 13 | 14 | org.springframework.web.servlet.view.JstlView 15 | 16 | 17 | /WEB-INF/jsp/ 18 | 19 | 20 | .jsp 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jorphan/io/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jorphan.io (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jorphan.io 21 | 22 | 23 | 29 | 30 |
24 | Classes  25 | 26 |
27 | TextFile
28 |
31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/swing/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.swing (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.swing 21 | 22 | 23 | 29 | 30 |
24 | Classes  25 | 26 |
27 | HtmlPane
28 |
31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /gameoflife-web/src/test/java/com/wakaleo/gameoflife/webtests/controllers/WhenSpawningANewGeneration.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.webtests.controllers; 2 | 3 | import javax.servlet.http.HttpServletRequest; 4 | 5 | import org.junit.Test; 6 | import org.springframework.web.servlet.ModelAndView; 7 | 8 | import static org.hamcrest.MatcherAssert.assertThat; 9 | import static org.hamcrest.Matchers.*; 10 | import static org.mockito.Mockito.mock; 11 | 12 | 13 | public class WhenSpawningANewGeneration { 14 | 15 | @Test 16 | public void whenGeneratingTheNextGenerationAnUpdatedUniverseShouldBeProduced() { 17 | HttpServletRequest request = mock(HttpServletRequest.class); 18 | request.setAttribute("rows", "3"); 19 | request.setAttribute("columns", "3"); 20 | GameController controller = new GameController(); 21 | ModelAndView nextView = controller.nextGeneration(3, 3, request); 22 | 23 | assertThat(nextView.getModel().get("universe"), is(not(nullValue()))); 24 | } 25 | 26 | @Test 27 | public void theIndexUrlShouldDisplayTheHomePage() { 28 | HomePageController controller = new HomePageController(); 29 | ModelAndView homeView = controller.index(); 30 | assertThat(homeView.getViewName(), is("home")); 31 | } 32 | } 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/mirror-server.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | rem Licensed to the Apache Software Foundation (ASF) under one or more 4 | rem contributor license agreements. See the NOTICE file distributed with 5 | rem this work for additional information regarding copyright ownership. 6 | rem The ASF licenses this file to You under the Apache License, Version 2.0 7 | rem (the "License"); you may not use this file except in compliance with 8 | rem the License. You may obtain a copy of the License at 9 | rem 10 | rem http://www.apache.org/licenses/LICENSE-2.0 11 | rem 12 | rem Unless required by applicable law or agreed to in writing, software 13 | rem distributed under the License is distributed on an "AS IS" BASIS, 14 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | rem See the License for the specific language governing permissions and 16 | rem limitations under the License. 17 | 18 | setlocal 19 | 20 | cd /D %~dp0 21 | 22 | set CP=..\lib\ext\ApacheJMeter_http.jar;..\lib\ext\ApacheJMeter_core.jar;..\lib\jorphan.jar;..\lib\logkit-1.2.jar 23 | set CP=%CP%;..\lib\avalon-framework-4.1.4.jar;..\lib\jakarta-oro-2.0.8.jar 24 | java -cp %CP% org.apache.jmeter.protocol.http.control.HttpMirrorServer %1 25 | 26 | pause 27 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/services/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.services (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.services 21 | 22 | 23 | 29 | 30 |
24 | Classes  25 | 26 |
27 | FileServer
28 |
31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jorphan/logging/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jorphan.logging (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jorphan.logging 21 | 22 | 23 | 29 | 30 |
24 | Classes  25 | 26 |
27 | LoggingManager
28 |
31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jorphan/test/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jorphan.test (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jorphan.test 21 | 22 | 23 | 29 | 30 |
24 | Interfaces  25 | 26 |
27 | UnitTestManager
28 |
31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/sampler/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.sampler.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.sampler.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | TestActionGui
27 |
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/threads/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.threads.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.threads.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | ThreadGroupGui
27 |
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jorphan/gui/layout/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jorphan.gui.layout (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jorphan.gui.layout 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | VerticalLayout
27 |
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/user.properties: -------------------------------------------------------------------------------- 1 | # Sample user.properties file 2 | # 3 | ## Licensed to the Apache Software Foundation (ASF) under one or more 4 | ## contributor license agreements. See the NOTICE file distributed with 5 | ## this work for additional information regarding copyright ownership. 6 | ## The ASF licenses this file to You under the Apache License, Version 2.0 7 | ## (the "License"); you may not use this file except in compliance with 8 | ## the License. You may obtain a copy of the License at 9 | ## 10 | ## http://www.apache.org/licenses/LICENSE-2.0 11 | ## 12 | ## Unless required by applicable law or agreed to in writing, software 13 | ## distributed under the License is distributed on an "AS IS" BASIS, 14 | ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | ## See the License for the specific language governing permissions and 16 | ## limitations under the License. 17 | # 18 | #search_paths=../addons/addons.jar 19 | #log_level.jorphan.reflect=DEBUG 20 | # Warning: enabling the next debug line causes javax.net.ssl.SSLException: Received fatal alert: unexpected_message 21 | # for certain sites when used with the default HTTP Sampler 22 | #log_level.jmeter.util.HttpSSLProtocolSocketFactory=DEBUG 23 | #log_level.jmeter.util.JsseSSLManager=DEBUG -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/functions/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.functions.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.functions.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | FunctionHelper
27 |
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/samplers/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.samplers.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.samplers.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | AbstractSamplerGui
27 |
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/addons.txt: -------------------------------------------------------------------------------- 1 | This file describes how to create local additions to JMeter. 2 | 3 | Create a new directory for the sources: 4 | 5 | cd JMETER_HOME 6 | 7 | mkdir addons 8 | 9 | Copy addons.xml into JMETER_HOME 10 | 11 | To build the addons, run ant as follows: 12 | 13 | ant -buildfile=addons.xml 14 | 15 | This will compile the sources to build/addons/... 16 | 17 | If successful, it will also create the jar file: 18 | 19 | JMETER_HOME/lib/ext/ApacheJmeter_addons.jar 20 | 21 | As the filename of this jar is alphabetically earlier, 22 | any classes in it will be used in preference to existing JMeter classes. 23 | 24 | This allows the addons to be used to supply new functionality as well 25 | as overriding existing functionality, without needing to rebuild JMeter. 26 | 27 | Such addons are intended mainly to be used locally - for example if you 28 | have developed any new code that is only relevant to your organisation. 29 | 30 | It can also be useful for developing general purpose add-ons that are 31 | intended for general release. Once tested, these can be moved into one of 32 | the normal JMeter source directories. 33 | 34 | N.B. The build file assumes that JMeter has been built separately, as 35 | JMeter classes are resolved from jars in the lib and lib/ext directories. 36 | -------------------------------------------------------------------------------- /gameoflife-acceptance-tests/src/test/java/com/wakaleo/gameoflife/webtests/WhenTheUserGoesToTheHomePage.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.webtests; 2 | 3 | import com.wakaleo.gameoflife.webtests.requirements.GameOfLifeApplication.RunSimulations.RunASimulation; 4 | import com.wakaleo.gameoflife.webtests.steps.PlayerSteps; 5 | import net.thucydides.core.annotations.Managed; 6 | import net.thucydides.core.annotations.ManagedPages; 7 | import net.thucydides.core.annotations.Steps; 8 | import net.thucydides.core.annotations.Story; 9 | import net.thucydides.core.annotations.WithTag; 10 | import net.thucydides.core.pages.Pages; 11 | import net.thucydides.junit.runners.ThucydidesRunner; 12 | import org.junit.Test; 13 | import org.junit.runner.RunWith; 14 | import org.openqa.selenium.WebDriver; 15 | 16 | @RunWith(ThucydidesRunner.class) 17 | @Story(RunASimulation.class) 18 | 19 | @WithTag("Viewing previous games") 20 | public class WhenTheUserGoesToTheHomePage { 21 | 22 | @Managed 23 | WebDriver driver; 24 | 25 | @ManagedPages(defaultUrl = "http://localhost:9090") 26 | public Pages pages; 27 | 28 | @Steps 29 | PlayerSteps player; 30 | 31 | @Test 32 | public void homePageShouldDisplayWelcomeMessage() { 33 | 34 | player.opens_home_page(); 35 | player.should_see_title_of("The Game Of Life"); 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /gameoflife-core/build/reports/tests/stylesheet.css: -------------------------------------------------------------------------------- 1 | body { 2 | font: normal 68% verdana, arial, helvetica; 3 | color: #000000; 4 | } 5 | 6 | table tr td, table tr th { 7 | font-size: 68%; 8 | } 9 | 10 | table.details tr th { 11 | font-weight: bold; 12 | text-align: left; 13 | background: #a6caf0; 14 | } 15 | 16 | table.details tr td { 17 | background: #eeeee0; 18 | } 19 | 20 | p { 21 | line-height: 1.5em; 22 | margin-top: 0.5em; 23 | margin-bottom: 1.0em; 24 | } 25 | 26 | h1 { 27 | margin: 0px 0px 5px; 28 | font: 165% verdana, arial, helvetica 29 | } 30 | 31 | h2 { 32 | margin-top: 1em; 33 | margin-bottom: 0.5em; 34 | font: bold 125% verdana, arial, helvetica 35 | } 36 | 37 | h3 { 38 | margin-bottom: 0.5em; 39 | font: bold 115% verdana, arial, helvetica 40 | } 41 | 42 | h4 { 43 | margin-bottom: 0.5em; 44 | font: bold 100% verdana, arial, helvetica 45 | } 46 | 47 | h5 { 48 | margin-bottom: 0.5em; 49 | font: bold 100% verdana, arial, helvetica 50 | } 51 | 52 | h6 { 53 | margin-bottom: 0.5em; 54 | font: bold 100% verdana, arial, helvetica 55 | } 56 | 57 | .Error { 58 | font-weight: bold; 59 | color: red; 60 | } 61 | 62 | .Failure { 63 | font-weight: bold; 64 | color: purple; 65 | } 66 | 67 | .Properties { 68 | text-align: right; 69 | } 70 | -------------------------------------------------------------------------------- /gameoflife-core/build/test-results/TEST-com.wakaleo.gameoflife.domain.WhenYouCreateACell.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 7 | 9 | 11 | 13 | 15 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/exceptions/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.exceptions (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.exceptions 20 | 21 | 22 | 28 | 29 |
23 | Exceptions  24 | 25 |
26 | IllegalUserActionException
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/examples/sampler/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.examples.sampler (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.examples.sampler 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | ExampleSampler
27 |
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/ftp/sampler/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.ftp.sampler (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.ftp.sampler 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | FTPSampler
27 |
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/java/config/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.java.config (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.java.config 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | JavaConfig
27 |
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/report/writers/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.report.writers.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.report.writers.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | HTMLReportWriterGui
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/examples/sampler/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.examples.sampler.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.examples.sampler.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | ExampleSamplerGui
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-core/src/test/java/com/wakaleo/gameoflife/domain/WhenYouCreateACell.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.domain; 2 | 3 | import static com.wakaleo.gameoflife.domain.Cell.DEAD_CELL; 4 | import static com.wakaleo.gameoflife.domain.Cell.LIVE_CELL; 5 | import static org.hamcrest.MatcherAssert.assertThat; 6 | import static org.hamcrest.Matchers.is; 7 | 8 | import org.junit.Test; 9 | 10 | public class WhenYouCreateACell { 11 | 12 | @Test 13 | public void aLiveCellShouldBeRepresentedByAnAsterisk() { 14 | Cell cell = Cell.fromSymbol("*"); 15 | assertThat(cell, is(LIVE_CELL)); 16 | } 17 | 18 | @Test 19 | public void aDeadCellShouldBeRepresentedByADot() { 20 | Cell cell = Cell.fromSymbol("."); 21 | assertThat(cell, is(DEAD_CELL)); 22 | } 23 | 24 | @Test 25 | public void aLiveCellShouldBePrintedAsAnAsterisk() { 26 | assertThat(Cell.LIVE_CELL.toString(), is("*")); 27 | } 28 | 29 | 30 | @Test 31 | public void aDeadCellShouldBePrintedAsADot() { 32 | assertThat(Cell.DEAD_CELL.toString(), is(".")); 33 | } 34 | 35 | @Test 36 | public void aDeadCellSymbolShouldBeADot() { 37 | assertThat(Cell.DEAD_CELL.getSymbol(), is(".")); 38 | } 39 | 40 | @Test 41 | public void aLiveCellSymbolShouldBeAnAsterisk() { 42 | assertThat(Cell.LIVE_CELL.getSymbol(), is("*")); 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/http/config/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.http.config (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.http.config 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | MultipartUrlConfig
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/mail/sampler/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.mail.sampler (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.mail.sampler 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | MailReaderSampler
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/ftp/config/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.ftp.config.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.ftp.config.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | FtpConfigGui
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/tcp/config/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.tcp.config.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.tcp.config.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | TCPConfigGui
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-core/src/main/java/com/wakaleo/gameoflife/domain/GridReader.java: -------------------------------------------------------------------------------- 1 | package com.wakaleo.gameoflife.domain; 2 | 3 | import java.util.ArrayList; 4 | import java.util.List; 5 | 6 | public class GridReader { 7 | 8 | private static final String NEW_LINE = System.getProperty("line.separator"); 9 | 10 | public Cell[][] loadFrom(final String gridContents) { 11 | List rows = new ArrayList(); 12 | String[] rowValues = splitIntoRows(gridContents); 13 | for (String row : rowValues) { 14 | Cell[] cellsInRow = splitIntoCells(row); 15 | rows.add(cellsInRow); 16 | } 17 | return (Cell[][]) rows.toArray(new Cell[0][0]); 18 | } 19 | 20 | private Cell[] splitIntoCells(final String row) { 21 | // TODO: ugly code 22 | char[] cellSymbols = row.trim().toCharArray(); 23 | List cellsInRow = new ArrayList(); 24 | for (char cellSymbol : cellSymbols) { 25 | Cell cell = Cell.fromSymbol(Character.toString(cellSymbol)); 26 | if (cell == null) { 27 | throw new IllegalArgumentException(); 28 | } 29 | cellsInRow.add(cell); 30 | } 31 | return cellsInRow.toArray(new Cell[0]); 32 | } 33 | 34 | private String[] splitIntoRows(final String gridContents) { 35 | return gridContents.split(NEW_LINE); 36 | } 37 | 38 | } 39 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/http/proxy/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.http.proxy.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.http.proxy.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | ProxyControlGui
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/examples/testbeans/example1/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.examples.testbeans.example1 (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.examples.testbeans.example1 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | Example1
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/java/config/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.java.config.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.java.config.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | JavaConfigGui
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/tcp/control/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.tcp.control.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.tcp.control.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | TCPSamplerGui
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/ftp/control/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.ftp.control.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.ftp.control.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | FtpTestSamplerGui
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/mail/sampler/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.mail.sampler.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.mail.sampler.gui 20 | 21 | 22 | 28 | 29 |
23 | Classes  24 | 25 |
26 | MailReaderSamplerGui
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jorphan/math/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jorphan.math (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jorphan.math 21 | 22 | 23 | 31 | 32 |
24 | Classes  25 | 26 |
27 | NumberComparator 28 |
29 | StatCalculator
30 |
33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/execcode.bsh: -------------------------------------------------------------------------------- 1 | /* 2 | * Licensed to the Apache Software Foundation (ASF) under one or more 3 | * contributor license agreements. See the NOTICE file distributed with 4 | * this work for additional information regarding copyright ownership. 5 | * The ASF licenses this file to You under the Apache License, Version 2.0 6 | * (the "License"); you may not use this file except in compliance with 7 | * the License. You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, software 12 | * distributed under the License is distributed on an "AS IS" BASIS, 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | * See the License for the specific language governing permissions and 15 | * limitations under the License. 16 | * 17 | */ 18 | 19 | /** 20 | Start an external application using the Java Runtime exec() method. 21 | Display any output to the standard BeanShell output using print(). 22 | Return the process exit code 23 | */ 24 | 25 | bsh.help.execcode = "usage: execcode( String arg )"; 26 | 27 | int execcode( String arg ) 28 | { 29 | this.proc = Runtime.getRuntime().exec(arg); 30 | this.din = new DataInputStream( proc.getInputStream() ); 31 | while( (line=din.readLine()) != null ) 32 | print(line); 33 | return this.proc.exitValue(); 34 | } 35 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/BeanShellListeners.bshrc: -------------------------------------------------------------------------------- 1 | // Example BeanShell Listener definitions 2 | 3 | /* 4 | * Licensed to the Apache Software Foundation (ASF) under one or more 5 | * contributor license agreements. See the NOTICE file distributed with 6 | * this work for additional information regarding copyright ownership. 7 | * The ASF licenses this file to You under the Apache License, Version 2.0 8 | * (the "License"); you may not use this file except in compliance with 9 | * the License. You may obtain a copy of the License at 10 | * 11 | * http://www.apache.org/licenses/LICENSE-2.0 12 | * 13 | * Unless required by applicable law or agreed to in writing, software 14 | * distributed under the License is distributed on an "AS IS" BASIS, 15 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | * See the License for the specific language governing permissions and 17 | * limitations under the License. 18 | * 19 | */ 20 | 21 | // ThreadListener methods 22 | 23 | threadStarted(){ 24 | print("threadStarted"); 25 | } 26 | 27 | threadFinished(){ 28 | print("threadFinished"); 29 | } 30 | 31 | // TestListener methods 32 | 33 | testStarted(){ 34 | print("testStarted"); 35 | } 36 | 37 | testEnded(){ 38 | print("testEnded"); 39 | } 40 | 41 | testStarted(String s){ 42 | print("testStarted "+s); 43 | } 44 | 45 | testEnded(String s){ 46 | print("testEnded "+s); 47 | } -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/monitor/util/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.monitor.util (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.monitor.util 20 | 21 | 22 | 30 | 31 |
23 | Classes  24 | 25 |
26 | MemoryBenchmark 27 |
28 | Stats
32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/processor/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.processor (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.processor 20 | 21 | 22 | 30 | 31 |
23 | Interfaces  24 | 25 |
26 | PostProcessor 27 |
28 | PreProcessor
29 |
32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/util/keystore/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.util.keystore (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.util.keystore 20 | 21 | 22 | 30 | 31 |
23 | Classes  24 | 25 |
26 | DefaultKeyStore 27 |
28 | JmeterKeyStore
29 |
32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/extractor/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.extractor.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.extractor.gui 20 | 21 | 22 | 30 | 31 |
23 | Classes  24 | 25 |
26 | RegexExtractorGui 27 |
28 | XPathExtractorGui
29 |
32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/functions/util/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.functions.util (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.functions.util 20 | 21 | 22 | 30 | 31 |
23 | Classes  24 | 25 |
26 | ArgumentDecoder 27 |
28 | ArgumentEncoder
29 |
32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/modifiers/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.modifiers.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.modifiers.gui 20 | 21 | 22 | 30 | 31 |
23 | Classes  24 | 25 |
26 | CounterConfigGui 27 |
28 | UserParametersGui
29 |
32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/jmeter-server: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ## Licensed to the Apache Software Foundation (ASF) under one or more 4 | ## contributor license agreements. See the NOTICE file distributed with 5 | ## this work for additional information regarding copyright ownership. 6 | ## The ASF licenses this file to You under the Apache License, Version 2.0 7 | ## (the "License"); you may not use this file except in compliance with 8 | ## the License. You may obtain a copy of the License at 9 | ## 10 | ## http://www.apache.org/licenses/LICENSE-2.0 11 | ## 12 | ## Unless required by applicable law or agreed to in writing, software 13 | ## distributed under the License is distributed on an "AS IS" BASIS, 14 | ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | ## See the License for the specific language governing permissions and 16 | ## limitations under the License. 17 | 18 | ## To change the RMI/Server port: 19 | ## 20 | ## SERVER_PORT=1234 jmeter-server 21 | ## 22 | 23 | DIRNAME=`dirname $0` 24 | 25 | # If the client fails with: 26 | # ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.ConnectException: Connection refused to host: 127.0.0.1 27 | # then it may be due to the server host returning 127.0.0.1 as its address 28 | 29 | # One way to fix this is to define RMI_HOST_DEF below 30 | #RMI_HOST_DEF=-Djava.rmi.server.hostname=xxx.xxx.xxx.xxx 31 | 32 | ${DIRNAME}/jmeter ${RMI_HOST_DEF} -Dserver_port=${SERVER_PORT:-1099} -s -j jmeter-server.log "$@" 33 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/java/test/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.java.test (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.java.test 20 | 21 | 22 | 30 | 31 |
23 | Classes  24 | 25 |
26 | JavaTest 27 |
28 | SleepTest
29 |
32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/jmeter.sh: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | ## Licensed to the Apache Software Foundation (ASF) under one or more 4 | ## contributor license agreements. See the NOTICE file distributed with 5 | ## this work for additional information regarding copyright ownership. 6 | ## The ASF licenses this file to You under the Apache License, Version 2.0 7 | ## (the "License"); you may not use this file except in compliance with 8 | ## the License. You may obtain a copy of the License at 9 | ## 10 | ## http://www.apache.org/licenses/LICENSE-2.0 11 | ## 12 | ## Unless required by applicable law or agreed to in writing, software 13 | ## distributed under the License is distributed on an "AS IS" BASIS, 14 | ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | ## See the License for the specific language governing permissions and 16 | ## limitations under the License. 17 | 18 | ## Basic JMeter startup script for Un*x systems 19 | ## See the "jmeter" script for details of options that can be used for Sun JVMs 20 | 21 | ## ============================================== 22 | ## Environment variables: 23 | ## JVM_ARGS - optional java args, e.g. -Dprop=val 24 | ## 25 | ## e.g. 26 | ## JVM_ARGS="-Xms512m -Xmx512m" jmeter.sh etc. 27 | ## 28 | ## ============================================== 29 | 30 | # Add Mac-specific property - should be ignored elsewhere (Bug 47064) 31 | java $JVM_ARGS -Dapple.laf.useScreenMenuBar=true -jar `dirname $0`/ApacheJMeter.jar "$@" 32 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/visualizers/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.visualizers.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.visualizers.gui 20 | 21 | 22 | 31 | 32 |
23 | Classes  24 | 25 |
26 | AbstractListenerGui 28 |
29 | AbstractVisualizer
33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/processor/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.processor.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.processor.gui 20 | 21 | 22 | 31 | 32 |
23 | Classes  24 | 25 |
26 | AbstractPostProcessorGui 28 |
29 | AbstractPreProcessorGui
33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/jdbc/sampler/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.jdbc.sampler (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.jdbc.sampler 20 | 21 | 22 | 30 | 31 |
23 | Classes  24 | 25 |
26 | JDBCSampler 27 |
28 | JDBCSamplerBeanInfo
32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/extras/schematic.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | To create the schematic report: 21 | ant -Dtest=script 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/report/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.report (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.report 20 | 21 | 22 | 32 | 33 |
23 | Interfaces  24 | 25 |
26 | DataSet 27 |
28 | ReportChart 29 |
30 | ReportTable
31 |
34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/jdbc/config/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.jdbc.config (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.jdbc.config 20 | 21 | 22 | 31 | 32 |
23 | Classes  24 | 25 |
26 | DataSourceElement 28 |
29 | DataSourceElementBeanInfo
33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/examples/testbeans/example2/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.examples.testbeans.example2 (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.examples.testbeans.example2 20 | 21 | 22 | 31 | 32 |
23 | Classes  24 | 25 |
26 | Example2 28 |
29 | Example2BeanInfo
33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jorphan/reflect/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jorphan.reflect (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jorphan.reflect 21 | 22 | 23 | 34 | 35 |
24 | Classes  25 | 26 |
27 | ClassFinder 29 |
30 | ClassTools 31 |
32 | Functor
36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/sampler/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.sampler (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.sampler 21 | 22 | 23 | 34 | 35 |
24 | Classes  25 | 26 |
27 | DebugSampler 29 |
30 | DebugSamplerBeanInfo 31 |
32 | TestAction
33 |
36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/protocol/ldap/control/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.protocol.ldap.control.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.protocol.ldap.control.gui 20 | 21 | 22 | 31 | 32 |
23 | Classes  24 | 25 |
26 | LdapExtTestSamplerGui 28 |
29 | LdapTestSamplerGui
33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /gameoflife-core/build/reports/tests/com/wakaleo/gameoflife/domain/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Unit Test Classes: com.wakaleo.gameoflife.domain 5 | 6 | 7 | 8 | 9 | 10 | 15 | 16 |
11 |

12 | com.wakaleo.gameoflife.domain 13 |

14 |
17 |

Classes

18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 |
WhenYouCreateACell
WhenYouCreateAGrid
WhenYouCreateANewUniverse
WhenYouPlayTheGameOfLife
WhenYouPrintAGrid
WhenYouReadAGridFromAString
38 | 39 | 40 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/bin/BeanShellAssertion.bshrc: -------------------------------------------------------------------------------- 1 | // Sample BeanShell Assertion initialisation file 2 | 3 | /* 4 | * Licensed to the Apache Software Foundation (ASF) under one or more 5 | * contributor license agreements. See the NOTICE file distributed with 6 | * this work for additional information regarding copyright ownership. 7 | * The ASF licenses this file to You under the Apache License, Version 2.0 8 | * (the "License"); you may not use this file except in compliance with 9 | * the License. You may obtain a copy of the License at 10 | * 11 | * http://www.apache.org/licenses/LICENSE-2.0 12 | * 13 | * Unless required by applicable law or agreed to in writing, software 14 | * distributed under the License is distributed on an "AS IS" BASIS, 15 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | * See the License for the specific language governing permissions and 17 | * limitations under the License. 18 | * 19 | */ 20 | 21 | //print("Initialisation started"); 22 | 23 | import org.apache.jmeter.util.JMeterUtils; 24 | 25 | i = j = k = 0; // for counters 26 | 27 | getprop(p){// get a JMeter property 28 | return JMeterUtils.getPropDefault(p,""); 29 | } 30 | 31 | getprop(p,d){// get a JMeter property with default 32 | return JMeterUtils.getPropDefault(p,d); 33 | } 34 | 35 | setprop(p,v){// set a JMeter property 36 | JMeterUtils.setProperty(p, v); 37 | } 38 | 39 | // Assertions can use the following methods on the Response object: 40 | // SampleResult.setStopThread(true) 41 | // SampleResult.setStopTest(true) 42 | 43 | //print("Initialisation complete"); 44 | -------------------------------------------------------------------------------- /gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/reporters/gui/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | org.apache.jmeter.reporters.gui (Apache JMeter API) 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | org.apache.jmeter.reporters.gui 20 | 21 | 22 | 32 | 33 |
23 | Classes  24 | 25 |
26 | ResultActionGui 27 |
28 | ResultSaverGui 29 |
30 | SummariserGui
31 |
34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /gameoflife-core/build/test-results/TEST-com.wakaleo.gameoflife.domain.WhenYouReadAGridFromAString.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 8 | 10 | 12 | 14 | 16 | 18 | 20 | 21 | 22 | 23 | --------------------------------------------------------------------------------