Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1139

Warp: support for object beaming (travelling between client and server)

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • warp_1_next
    • warp_1.0.0.Alpha1
    • Extension - Warp
    • None

      @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 ? 
          }
        });
      }
      

      copied from https://gist.github.com/3621257

            Unassigned Unassigned
            lfryc Lukáš Fryč (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: