[forge/core] 116921: Initial commit in the UI test harness
by George Gastaldi
Branch: refs/heads/2.0
Home: https://github.com/forge/core
Commit: 11692114f673a1be47df34b08091811e64c7c9ca
https://github.com/forge/core/commit/11692114f673a1be47df34b08091811e64c7...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M javaee/tests/pom.xml
M javaee/tests/src/test/java/org/jboss/forge/addon/javaee/JavaEETestHelper.java
M javaee/tests/src/test/java/org/jboss/forge/addon/javaee/jpa/ui/setup/PersistenceSetupWizardTest.java
R javaee/tests/src/test/java/org/jboss/forge/addon/javaee/jpa/ui/setup/UISelectionImpl.java
M ui/pom.xml
A ui/ui-test-harness/pom.xml
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/WizardListener.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/WizardState.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/WizardTester.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/UIBuilderImpl.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/UIContextImpl.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/UIValidationContextImpl.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/WizardTesterFactory.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/WizardTesterImpl.java
A ui/ui-test-harness/src/main/resources/META-INF/beans.xml
Log Message:
-----------
Initial commit in the UI test harness
Commit: 93402245e1959ca997bbfc454690885dfd45e5d1
https://github.com/forge/core/commit/93402245e1959ca997bbfc454690885dfd45...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2013-05-27 (Mon, 27 May 2013)
Changed paths:
M javaee/tests/pom.xml
M javaee/tests/src/test/java/org/jboss/forge/addon/javaee/JavaEETestHelper.java
M javaee/tests/src/test/java/org/jboss/forge/addon/javaee/jpa/ui/setup/PersistenceSetupWizardTest.java
R javaee/tests/src/test/java/org/jboss/forge/addon/javaee/jpa/ui/setup/UISelectionImpl.java
M ui/pom.xml
A ui/ui-test-harness/pom.xml
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/WizardListener.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/WizardState.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/WizardTester.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/UIBuilderImpl.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/UIContextImpl.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/UIValidationContextImpl.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/WizardTesterFactory.java
A ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/WizardTesterImpl.java
A ui/ui-test-harness/src/main/resources/META-INF/beans.xml
Log Message:
-----------
Merge branch 'ui-test-harness' into 2.0
Commit: 015627a3288fa990882cca317d8058bb6195f8c7
https://github.com/forge/core/commit/015627a3288fa990882cca317d8058bb6195...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2013-05-27 (Mon, 27 May 2013)
Changed paths:
M ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/WizardTester.java
M ui/ui-test-harness/src/main/java/org/jboss/forge/ui/test/impl/WizardTesterImpl.java
Log Message:
-----------
Added WizardTester.canFinish
Compare: https://github.com/forge/core/compare/05dce9a12bc6...015627a3288f
11 years, 11 months
[forge/intellij-idea-plugin] 7102f5: Applying UI InputType refactoring
by George Gastaldi
Branch: refs/heads/master
Home: https://github.com/forge/intellij-idea-plugin
Commit: 7102f5b3a5249ae1a9c623f079416f849c3e3f87
https://github.com/forge/intellij-idea-plugin/commit/7102f5b3a5249ae1a9c6...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2013-05-27 (Mon, 27 May 2013)
Changed paths:
M src/main/java/org/jboss/forge/plugin/idea/components/CheckboxComponentBuilder.java
M src/main/java/org/jboss/forge/plugin/idea/components/ComboComponentBuilder.java
M src/main/java/org/jboss/forge/plugin/idea/components/ComboEnumComponentBuilder.java
M src/main/java/org/jboss/forge/plugin/idea/components/FileChooserComponentBuilder.java
M src/main/java/org/jboss/forge/plugin/idea/components/PasswordComponentBuilder.java
M src/main/java/org/jboss/forge/plugin/idea/components/RadioComponentBuilder.java
M src/main/java/org/jboss/forge/plugin/idea/components/TextBoxComponentBuilder.java
Log Message:
-----------
Applying UI InputType refactoring
11 years, 11 months