I haven't thought about separating it from J2CL, not sure if it is a good
idea.
Why do you need it for GWT2? For code sharing, we simply use Junit3 style
and we didn't feel much pain about it.


On Thu, Feb 15, 2018 at 12:15 PM Colin Alworth <niloc...@gmail.com> wrote:

> Anything we can do to facilitate this? Also, if it is released under j2cl,
> is there an expectation that it could be factored out and made to work with
> GWT2, and released generally instead of just under J2CL (in its binaries
> and its deadlines)?
>
> On Friday, January 26, 2018 at 9:17:39 PM UTC-6, Goktug Gokdogan wrote:
>>
>> Yes, that's correct.
>>
>> It is a simple system with two part generation.
>> First part in bazel that generates an empty java class with a class
>> annotation that points to JUnit suite to trigger APT.
>> The second part in APT that generates the wrapper around junit3/junit4
>> tests that are listed in the suite to export test function to the global
>> scope (as the javascript framework expects).
>>
>> There is no hybrid mode GwtTestcCase/JunitShell that tries to drive to
>> compile or make things look like regular JVM test. End result is a pure
>> javascript suite executed by a javascript test framework driver.
>>
>> On Fri, Jan 26, 2018 at 2:59 PM, Thomas Broyer <t.br...@gmail.com> wrote:
>>
>>> Correct me if I'm wrong, this is relying on JUnit 4 suited to generate
>>> appropriate goog.testing code, JUnit 3 test cases (GWTTestCase basically,
>>> possibly simply TestCase), with a "new" emulation of those classes based on
>>> JsInterop to goog.testing, right? (goog.testing behaving similar to JUnit 3
>>> to find test, setup, teardown methods/functions by naming rules)
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "GWT Contributors" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com
>>> .
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/a083c6c4-43aa-44f0-a639-2eab1a12a2c7%40googlegroups.com
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/daeccad3-886f-4fda-801d-694c3d4f19d3%40googlegroups.com
> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/daeccad3-886f-4fda-801d-694c3d4f19d3%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA125fwSMHVTANs0wR06N4FzRHDERbarB13KaWU_Qb%3Dm%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to