[JBoss JIRA] (ARQ-1333) Improve logging
by Bartosz Majsak (JIRA)
Bartosz Majsak created ARQ-1333:
-----------------------------------
Summary: Improve logging
Key: ARQ-1333
URL: https://issues.jboss.org/browse/ARQ-1333
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Persistence
Reporter: Bartosz Majsak
Assignee: Bartosz Majsak
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1332) Should be able to script data in the data sets
by Bartosz Majsak (JIRA)
[ https://issues.jboss.org/browse/ARQ-1332?page=com.atlassian.jira.plugin.s... ]
Bartosz Majsak updated ARQ-1332:
--------------------------------
Description:
The DataSet represents a collection of tables (rows) used to seed the database. However it's static nature is not sufficient in many cases. Imagine testing time sensitive data. It could be really handy to have possibility of defining date as "three days from today" or having current time by simply invoking "now()" function. With the power of a scripting language at your disposal it should be achieved very easy.
The goal of this project is to extend the Arquillian Persistence Extension usage of DBUnit and introduce the concept ScriptableDataSet. By leveraging "Scripting for the Java Platform" (JSR 223) introduced in JDK 6 we can use plethora of languages to add dynamic flavor to our data driven tests.
Supporting a script location (and perhaps even a function in that script file) might be a nice addition as well. That externalizes the code and allows for reuse.
As a starting point groovy can be considered.
was:
The DataSet represents a collection of tables (rows) used to seed the database. However it's static nature is not sufficient in many cases. Imagine testing time sensitive data. It could be really handy to have possibility of defining date as "three days from today" or having current time by simply invoking "now()" function. With the power of a scripting language at your disposal it should be achieved very easy.
The goal of this project is to extend the Arquillian Persistence Extension usage of DBUnit and introduce the concept ScriptableDataSet. By leveraging "Scripting for the Java Platform" (JSR 223) introduced in JDK 6 we can use plethora of languages to add dynamic flavor to our data driven tests.
As a starting point groovy can be considered.
> Should be able to script data in the data sets
> ----------------------------------------------
>
> Key: ARQ-1332
> URL: https://issues.jboss.org/browse/ARQ-1332
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Persistence
> Reporter: Bartosz Majsak
> Assignee: Bartosz Majsak
>
> The DataSet represents a collection of tables (rows) used to seed the database. However it's static nature is not sufficient in many cases. Imagine testing time sensitive data. It could be really handy to have possibility of defining date as "three days from today" or having current time by simply invoking "now()" function. With the power of a scripting language at your disposal it should be achieved very easy.
>
> The goal of this project is to extend the Arquillian Persistence Extension usage of DBUnit and introduce the concept ScriptableDataSet. By leveraging "Scripting for the Java Platform" (JSR 223) introduced in JDK 6 we can use plethora of languages to add dynamic flavor to our data driven tests.
> Supporting a script location (and perhaps even a function in that script file) might be a nice addition as well. That externalizes the code and allows for reuse.
> As a starting point groovy can be considered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1332) Should be able to script data in the data sets
by Bartosz Majsak (JIRA)
Bartosz Majsak created ARQ-1332:
-----------------------------------
Summary: Should be able to script data in the data sets
Key: ARQ-1332
URL: https://issues.jboss.org/browse/ARQ-1332
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Persistence
Reporter: Bartosz Majsak
Assignee: Bartosz Majsak
The DataSet represents a collection of tables (rows) used to seed the database. However it's static nature is not sufficient in many cases. Imagine testing time sensitive data. It could be really handy to have possibility of defining date as "three days from today" or having current time by simply invoking "now()" function. With the power of a scripting language at your disposal it should be achieved very easy.
The goal of this project is to extend the Arquillian Persistence Extension usage of DBUnit and introduce the concept ScriptableDataSet. By leveraging "Scripting for the Java Platform" (JSR 223) introduced in JDK 6 we can use plethora of languages to add dynamic flavor to our data driven tests.
As a starting point groovy can be considered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1139) Warp: support for object beaming (travelling between client and server)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQ-1139?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated ARQ-1139:
----------------------------
Summary: Warp: support for object beaming (travelling between client and server) (was: Warp: support for @Travelling objects)
> Warp: support for object beaming (travelling between client and server)
> -----------------------------------------------------------------------
>
> Key: ARQ-1139
> URL: https://issues.jboss.org/browse/ARQ-1139
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha1
> Reporter: Lukáš Fryč
> Fix For: warp_1.next
>
>
> {code:java}
> @Travelling
> SomeObject obj;
> @Test
> public void should() {
> Warp.execute(new ClientAction() {
> public void action() {
> page.doAction();
> }
> }).verify(new ServerAssertion() {
> public void do() {
> obj.get(); // detect outside of anonymous class call, replace with callback to client for the value ?
> }
> });
> }
> {code}
> copied from https://gist.github.com/3621257
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months