Download HTMLUnitGenerator Free Java Code
Description
Enables user friendly and powerful front end testing of web applications with minimum required effort to implement.
Icons
Source Files
The download file HTMLUnitGenerator-master.zip has the following entries.
.gitignore// www . j a va2 s . c o m
LICENSE.txt
README
clean.sh
compile.sh
compiler/backend/.gitignore
compiler/backend/pom.xml
compiler/backend/src/main/java/compiler/Frontend.java
compiler/backend/src/main/java/compiler/SymbolTable.java
compiler/backend/src/main/java/compiler/Utils.java
compiler/backend/src/main/java/compiler/data/Attribute.java
compiler/backend/src/main/java/compiler/data/AttributeValue.java
compiler/backend/src/main/java/compiler/data/AttributeValueByNumber.java
compiler/backend/src/main/java/compiler/data/AttributeValueString.java
compiler/backend/src/main/java/compiler/data/AttributeValueUniqueString.java
compiler/backend/src/main/java/compiler/data/Attributes.java
compiler/backend/src/main/java/compiler/data/Find.java
compiler/backend/src/main/java/compiler/data/Findable.java
compiler/backend/src/main/java/compiler/data/Flow.java
compiler/backend/src/main/java/compiler/data/Form.java
compiler/backend/src/main/java/compiler/data/Path.java
compiler/backend/src/main/java/compiler/data/Referencable.java
compiler/backend/src/main/java/compiler/data/State.java
compiler/backend/src/main/java/compiler/data/Tag.java
compiler/backend/src/main/java/compiler/data/TargetFactory.java
compiler/backend/src/main/java/compiler/data/Text.java
compiler/backend/src/main/java/compiler/data/Transition.java
compiler/backend/src/main/java/compiler/data/Url.java
compiler/backend/src/main/java/compiler/data/flow/Attribute.java
compiler/backend/src/main/java/compiler/data/flow/AttributeValue.java
compiler/backend/src/main/java/compiler/data/flow/AttributeValueByNumber.java
compiler/backend/src/main/java/compiler/data/flow/AttributeValueString.java
compiler/backend/src/main/java/compiler/data/flow/AttributeValueUniqueString.java
compiler/backend/src/main/java/compiler/data/flow/Attributes.java
compiler/backend/src/main/java/compiler/data/flow/Find.java
compiler/backend/src/main/java/compiler/data/flow/Flow.java
compiler/backend/src/main/java/compiler/data/flow/Form.java
compiler/backend/src/main/java/compiler/data/flow/Path.java
compiler/backend/src/main/java/compiler/data/flow/Referencable.java
compiler/backend/src/main/java/compiler/data/flow/State.java
compiler/backend/src/main/java/compiler/data/flow/Tag.java
compiler/backend/src/main/java/compiler/data/flow/TargetFactory.java
compiler/backend/src/main/java/compiler/data/flow/Text.java
compiler/backend/src/main/java/compiler/data/flow/Transition.java
compiler/backend/src/main/java/compiler/data/flow/Url.java
compiler/backend/src/main/java/compiler/data/xml/Attribute.java
compiler/backend/src/main/java/compiler/data/xml/AttributeValueString.java
compiler/backend/src/main/java/compiler/data/xml/Attributes.java
compiler/backend/src/main/java/compiler/data/xml/Find.java
compiler/backend/src/main/java/compiler/data/xml/Flow.java
compiler/backend/src/main/java/compiler/data/xml/Form.java
compiler/backend/src/main/java/compiler/data/xml/Path.java
compiler/backend/src/main/java/compiler/data/xml/Referencable.java
compiler/backend/src/main/java/compiler/data/xml/State.java
compiler/backend/src/main/java/compiler/data/xml/Tag.java
compiler/backend/src/main/java/compiler/data/xml/TargetFactory.java
compiler/backend/src/main/java/compiler/data/xml/Text.java
compiler/backend/src/main/java/compiler/data/xml/Transition.java
compiler/backend/src/main/java/compiler/data/xml/Url.java
compiler/backend/src/main/java/compiler/generator/Generator.java
compiler/backend/src/main/java/compiler/generator/htmljunit/HTMLJunitGenerator.java
compiler/backend/src/test/java/compiler/UtilsTest.java
compiler/backend/src/test/java/compiler/data/AttributeValueUniqueStringTest.java
compiler/backend/src/test/java/program/HTMLJunitGeneratorTest.java
compiler/backend/target/classes/compiler/.gitignore
compiler/backend/target/test-classes/compiler/.gitignore
compiler/backend/target/test-classes/program/.gitignore
compiler/frontend/flowspec/.gitignore
compiler/frontend/flowspec/pom.xml
compiler/frontend/flowspec/src/.gitignore
compiler/frontend/flowspec/src/Parser.ast
compiler/frontend/flowspec/src/Parser.jjt
compiler/frontend/flowspec/src/build.xml
compiler/frontend/flowspec/src/computations/DumpTreeWithSourceLines.jadd
compiler/frontend/flowspec/src/computations/NameAnalysis.jadd
compiler/frontend/flowspec/src/computations/SourceLine.jadd
compiler/frontend/flowspec/src/computations/populate.jadd
compiler/frontend/flowspec/src/flow/.gitignore
compiler/frontend/flowspec/src/flow/program/DumpTree.java
compiler/frontend/flowspec/src/flow/program/FlowParser.java
compiler/frontend/flowspec/src/flow/program/FlowParserTest.java
compiler/frontend/flowspec/src/flow/program/FunctionalTest.java
compiler/frontend/flowspec/src/flow/program/Run.java
compiler/frontend/flowspec/src/flow/program/RunTest.java
compiler/frontend/flowspec/src/tools/jastadd2.jar
compiler/frontend/flowspec/src/tools/javacc-4.0-LICENSE
compiler/frontend/flowspec/src/tools/javacc.jar
compiler/frontend/flowspec/testcases/BBBFillInUniqueString.flow
compiler/frontend/flowspec/testcases/BBBFillInUniqueString.flow.java
compiler/frontend/flowspec/testcases/BBBFillInUniqueStringOfLength.flow
compiler/frontend/flowspec/testcases/BBBFillInUniqueStringOfLength.flow.java
compiler/frontend/flowspec/testcases/BBBFillInUniqueStringOfLengthStartingWith.flow
compiler/frontend/flowspec/testcases/BBBFillInUniqueStringOfLengthStartingWith.flow.java
compiler/frontend/flowspec/testcases/BBBSeeCheckoutFromResults.flow
compiler/frontend/flowspec/testcases/BBBSeeCheckoutFromResults.flow.java
compiler/frontend/flowspec/testcases/BBBSeeCircle1.flow
compiler/frontend/flowspec/testcases/BBBSeeCircle1.flow.java
compiler/frontend/flowspec/testcases/BBBSeeCircle2.flow
compiler/frontend/flowspec/testcases/BBBSeeCircle2.flow.java
compiler/frontend/flowspec/testcases/BBBSeeCircle3.flow
compiler/frontend/flowspec/testcases/BBBSeeCircle3.flow.java
compiler/frontend/flowspec/testcases/BBBSeeCircle4.flow
compiler/frontend/flowspec/testcases/BBBSeeCircle4.flow.java
compiler/frontend/flowspec/testcases/BBBSeeCircular.flow
compiler/frontend/flowspec/testcases/BBBSeeCircular.flow.java
compiler/frontend/flowspec/testcases/BBBSeePaths.flow
compiler/frontend/flowspec/testcases/BBBSeePaths.flow.java
compiler/frontend/flowspec/testcases/BBBSeeSearchResults.flow
compiler/frontend/flowspec/testcases/BBBSeeSearchResults.flow.java
compiler/frontend/flowspec/testcases/BBBSeeTwiceCorrect1.flow
compiler/frontend/flowspec/testcases/BBBSeeTwiceCorrect1.flow.java
compiler/frontend/flowspec/testcases/BBBSeeTwiceCorrect2.flow
compiler/frontend/flowspec/testcases/BBBSeeTwiceCorrect2.flow.java
compiler/frontend/flowspec/testcases/BBBSeeTwiceCorrect2Checkout.flow
compiler/frontend/flowspec/testcases/BBBSeeTwiceCorrect2Checkout.flow.java
compiler/frontend/flowspec/testcases/BBBSeeTwiceCorrect3CheckoutExtend.flow
compiler/frontend/flowspec/testcases/BBBSeeTwiceCorrect3CheckoutExtend.flow.java
compiler/frontend/flowspec/testcases/BBBSeeUrls.flow
compiler/frontend/flowspec/testcases/BBBSeeUrls.flow.java
compiler/frontend/flowspec/testcases/BBBTestCorrect.flow
compiler/frontend/flowspec/testcases/BBBTestCorrect.flow.java
compiler/frontend/flowspec/testcases/BBBTestCorrectExtended.flow
compiler/frontend/flowspec/testcases/BBBTestCorrectExtended.flow.java
compiler/frontend/flowspec/testcases/BBBTestFaultyExtendedNotFound.flow
compiler/frontend/flowspec/testcases/BBBTestFaultyExtendedNotFound.flow.java
compiler/frontend/flowspec/testcases/BBBTestGotoAndFind.flow
compiler/frontend/flowspec/testcases/BBBTestGotoAndFind.flow.java
compiler/frontend/flowspec/testcases/BBBTestGotoAndFindAndWaitAtMost.flow
compiler/frontend/flowspec/testcases/BBBTestGotoAndFindAndWaitAtMost.flow.java
compiler/frontend/flowspec/testcases/BBBTestGotoAndFindClickOn.flow
compiler/frontend/flowspec/testcases/BBBTestGotoAndFindClickOn.flow.java
compiler/frontend/flowspec/testcases/BBBTestGotoAndFindClickOnAndFillIn.flow
compiler/frontend/flowspec/testcases/BBBTestGotoAndFindClickOnAndFillIn.flow.java
compiler/frontend/flowspec/testcases/BBBTestMissingWaitWithInclude.flow
compiler/frontend/flowspec/testcases/BBBTestMissingWaitWithInclude.flow.java
compiler/frontend/flowspec/testcases/BBBTestOnlyFlow.flow
compiler/frontend/flowspec/testcases/BBBTestOnlyFlow.flow.java
compiler/frontend/flowspec/testcases/BBBTestOnlyPaths.flow
compiler/frontend/flowspec/testcases/BBBTestOnlyPaths.flow.java
compiler/frontend/flowspec/testcases/BBBTestOnlyUrls.flow
compiler/frontend/flowspec/testcases/BBBTestOnlyUrls.flow.java
compiler/frontend/flowspec/testcases/BBBTestOnlyUrlsAndPaths.flow
compiler/frontend/flowspec/testcases/BBBTestOnlyUrlsAndPaths.flow.java
compiler/frontend/flowspec/testcases/BBBTestPaths.flow
compiler/frontend/flowspec/testcases/BBBTestPaths.flow.java
compiler/frontend/flowspec/testcases/BBBTestWithoutWait.flow
compiler/frontend/flowspec/testcases/BBBTestWithoutWait.flow.java
compiler/frontend/flowspec/testcases/BBBUsingProxy.flow
compiler/frontend/flowspec/testcases/BBBUsingProxy.flow.java
compiler/frontend/flowspec/testcases/BjurrTestCorrect.flow
compiler/frontend/flowspec/testcases/BjurrTestCorrect.flow.java
compiler/frontend/flowspec/testcases/FillIn.flow
compiler/frontend/flowspec/testcases/FillIn.flow.java
compiler/frontend/flowspec/testcases/FillInAsFirstAvailable.flow
compiler/frontend/flowspec/testcases/FillInAsFirstAvailable.flow.java
compiler/frontend/flowspec/testcases/FillInAsFirstAvailableAndAsExact.flow
compiler/frontend/flowspec/testcases/FillInAsFirstAvailableAndAsExact.flow.java
compiler/frontend/flowspec/testcases/Find.flow
compiler/frontend/flowspec/testcases/Find.flow.java
compiler/frontend/flowspec/testcases/FindContaining.flow
compiler/frontend/flowspec/testcases/FindContaining.flow.java
compiler/frontend/flowspec/testcases/FindContainingAndAttribute.flow
compiler/frontend/flowspec/testcases/FindContainingAndAttribute.flow.java
compiler/frontend/flowspec/testcases/FindMultipleAttributes.flow
compiler/frontend/flowspec/testcases/FindMultipleAttributes.flow.java
compiler/frontend/flowspec/testcases/FindMultipleAttributesInSameTag.flow
compiler/frontend/flowspec/testcases/FindMultipleAttributesInSameTag.flow.java
compiler/frontend/flowspec/testcases/FindWithoutPath.flow
compiler/frontend/flowspec/testcases/FindWithoutPath.flow.java
compiler/frontend/flowspec/testcases/FindWithoutPathAndWait.flow
compiler/frontend/flowspec/testcases/FindWithoutPathAndWait.flow.java
compiler/frontend/flowspec/testcases/FindWithoutPathAndWaitAndPath.flow
compiler/frontend/flowspec/testcases/FindWithoutPathAndWaitAndPath.flow.java
compiler/frontend/flowspec/testcases/FindWithoutPathAndWaitAndPathAndWaitPath.flow
compiler/frontend/flowspec/testcases/FindWithoutPathAndWaitAndPathAndWaitPath.flow.java
compiler/frontend/flowspec/testcases/clickon.flow
compiler/frontend/flowspec/testcases/clickon.flow.java
compiler/frontend/flowspec/testcases/clickonwait.flow
compiler/frontend/flowspec/testcases/clickonwait.flow.java
compiler/frontend/flowspec/testcases/fillinmulti.flow
compiler/frontend/flowspec/testcases/fillinmulti.flow.java
compiler/frontend/flowspec/testcases/fillinoption.flow
compiler/frontend/flowspec/testcases/fillinoption.flow.java
compiler/frontend/flowspec/testcases/fillinsimple.flow
compiler/frontend/flowspec/testcases/fillinsimple.flow.java
compiler/frontend/flowspec/testcases/fillinunique.flow
compiler/frontend/flowspec/testcases/fillinunique.flow.java
compiler/frontend/flowspec/testcases/fillinuniquelength.flow
compiler/frontend/flowspec/testcases/fillinuniquelength.flow.java
compiler/frontend/flowspec/testcases/fillinuniquelengthstart.flow
compiler/frontend/flowspec/testcases/fillinuniquelengthstart.flow.java
compiler/frontend/flowspec/testcases/findsimple.flow
compiler/frontend/flowspec/testcases/findsimple.flow.java
compiler/frontend/flowspec/testcases/findstring.flow
compiler/frontend/flowspec/testcases/findstring.flow.java
compiler/frontend/flowspec/testcases/findstringandor.flow
compiler/frontend/flowspec/testcases/findstringandor.flow.java
compiler/frontend/flowspec/testcases/findstringin.flow
compiler/frontend/flowspec/testcases/findstringin.flow.java
compiler/frontend/flowspec/testcases/findtag.flow
compiler/frontend/flowspec/testcases/findtag.flow.java
compiler/frontend/flowspec/testcases/findtagandor.flow
compiler/frontend/flowspec/testcases/findtagandor.flow.java
compiler/frontend/flowspec/testcases/findtagandorcontaining.flow
compiler/frontend/flowspec/testcases/findtagandorcontaining.flow.java
compiler/frontend/flowspec/testcases/findtagattributes.flow
compiler/frontend/flowspec/testcases/findtagattributes.flow.java
compiler/frontend/flowspec/testcases/findtagin.flow
compiler/frontend/flowspec/testcases/findtagin.flow.java
compiler/frontend/flowspec/testcases/findwait.flow
compiler/frontend/flowspec/testcases/findwait.flow.java
compiler/frontend/flowspec/testcases/gotosimple.flow
compiler/frontend/flowspec/testcases/gotosimple.flow.java
compiler/frontend/flowspec/testcases/gotowait.flow
compiler/frontend/flowspec/testcases/gotowait.flow.java
compiler/frontend/flowspec/testcases/paths.flow
compiler/frontend/flowspec/testcases/paths.flow.java
compiler/frontend/flowspec/testcases/see.flow
compiler/frontend/flowspec/testcases/see.flow.java
compiler/frontend/flowspec/testcases/simple.flow
compiler/frontend/flowspec/testcases/simple.flow.java
compiler/frontend/flowspec/testcases/urls.flow
compiler/frontend/flowspec/testcases/urls.flow.java
compiler/frontend/flowspec/testcases/useproxy.flow
compiler/frontend/flowspec/testcases/useproxy.flow.java
doc/.project
doc/.settings/.gitignore
doc/.texlipse
doc/htmlunitgenerator.pdf
doc/htmlunitgenerator.tex
doc/kth-mag.cls
doc/mem10.clo
doc/mem11.clo
doc/mem12.clo
doc/mem14.clo
doc/mem17.clo
doc/mem9.clo
doc/memhfixc.sty
doc/memoir.cls
doc/mempatch.sty
doc/modifications.sty
eclipse/.gitignore
eclipse/pom.xml
eclipse/src/test/java/webtest/FlowParser-1.0-SNAPSHOT.jar
eclipse/src/test/java/webtest/PathsAndUrls.flow
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchResultWithDSL8FailAtPhoneNumberUseAddress.flow
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchResultWithDSL8FailAtPhoneNumberUseAddress.java
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchResultWithDSL8UsingAddress.flow
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchResultWithDSL8UsingAddress.java
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchResultWithDSL8UsingPhoneNumber.flow
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchResultWithDSL8UsingPhoneNumber.java
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchResultWithLAN100UsingAddressEntranceFloor.flow
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchResultWithLAN100UsingAddressEntranceFloor.java
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchWithDSL24PhoneNumber.flow
eclipse/src/test/java/webtest/TestToPersonalDetailsViaSearchWithDSL24PhoneNumber.java
eclipse/src/test/java/webtest/compiler-1.0-SNAPSHOT.jar
eclipse/src/test/java/webtest/generateTests.sh
webapp/.classpath
webapp/.gitignore
webapp/.project
webapp/.settings/org.codehaus.groovy.eclipse.preferences.prefs
webapp/application.properties
webapp/grails-app/conf/BootStrap.groovy
webapp/grails-app/conf/BuildConfig.groovy
webapp/grails-app/conf/Config.groovy
webapp/grails-app/conf/DataSource.groovy
webapp/grails-app/conf/UrlMappings.groovy
webapp/grails-app/conf/spring/resources.groovy
webapp/grails-app/controllers/webapp/CompileController.groovy
webapp/grails-app/domain/webapp/Code.groovy
webapp/grails-app/i18n/messages.properties
webapp/grails-app/i18n/messages_da.properties
webapp/grails-app/i18n/messages_de.properties
webapp/grails-app/i18n/messages_es.properties
webapp/grails-app/i18n/messages_fr.properties
webapp/grails-app/i18n/messages_it.properties
webapp/grails-app/i18n/messages_ja.properties
webapp/grails-app/i18n/messages_nl.properties
webapp/grails-app/i18n/messages_pt_BR.properties
webapp/grails-app/i18n/messages_pt_PT.properties
webapp/grails-app/i18n/messages_ru.properties
webapp/grails-app/i18n/messages_th.properties
webapp/grails-app/i18n/messages_zh_CN.properties
webapp/grails-app/views/compile/result.gsp
webapp/grails-app/views/error.gsp
webapp/grails-app/views/index.gsp
webapp/grails-app/views/layouts/main.gsp
webapp/lib/.gitignore
webapp/test/unit/webapp/CodeTests.groovy
webapp/test/unit/webapp/CompileControllerTests.groovy
webapp/web-app/WEB-INF/applicationContext.xml
webapp/web-app/WEB-INF/sitemesh.xml
webapp/web-app/WEB-INF/tld/c.tld
webapp/web-app/WEB-INF/tld/fmt.tld
webapp/web-app/WEB-INF/tld/grails.tld
webapp/web-app/WEB-INF/tld/spring.tld
webapp/web-app/css/errors.css
webapp/web-app/css/main.css
webapp/web-app/css/mobile.css
webapp/web-app/images/apple-touch-icon-retina.png
webapp/web-app/images/apple-touch-icon.png
webapp/web-app/images/favicon.ico
webapp/web-app/images/grails_logo.jpg
webapp/web-app/images/grails_logo.png
webapp/web-app/images/leftnav_btm.png
webapp/web-app/images/leftnav_midstretch.png
webapp/web-app/images/leftnav_top.png
webapp/web-app/images/skin/database_add.png
webapp/web-app/images/skin/database_delete.png
webapp/web-app/images/skin/database_edit.png
webapp/web-app/images/skin/database_save.png
webapp/web-app/images/skin/database_table.png
webapp/web-app/images/skin/exclamation.png
webapp/web-app/images/skin/house.png
webapp/web-app/images/skin/information.png
webapp/web-app/images/skin/shadow.jpg
webapp/web-app/images/skin/sorted_asc.gif
webapp/web-app/images/skin/sorted_desc.gif
webapp/web-app/images/spinner.gif
webapp/web-app/images/springsource.png
webapp/web-app/js/application.js
webapp/web-app/js/prototype/animation.js
webapp/web-app/js/prototype/builder.js
webapp/web-app/js/prototype/controls.js
webapp/web-app/js/prototype/dragdrop.js
webapp/web-app/js/prototype/effects.js
webapp/web-app/js/prototype/prototype.js
webapp/web-app/js/prototype/rico.js
webapp/web-app/js/prototype/scriptaculous.js
webapp/web-app/js/prototype/slider.js
webapp/web-app/js/prototype/sound.js
webapp/web-app/js/prototype/unittest.js
Download
Click the following link to download HTMLUnitGenerator-master.zip.
HTMLUnitGenerator-master.zip