]> source.dussan.org Git - vaadin-framework.git/commit
Test for pushing large chunks of data (#12567)
authorArtur Signell <artur@vaadin.com>
Fri, 13 Sep 2013 06:18:47 +0000 (09:18 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 16 Oct 2013 11:48:05 +0000 (11:48 +0000)
commitf40159533028f28a1fe967daad4089fb3a35c53b
treee5c07f02ec0b37637ea670de80b4a05a25810ee7
parent6155d61cda45c1b0370ead08a0d3c97539590059
Test for pushing large chunks of data (#12567)

Change-Id: I846b8417f69a0dca7cda2c3851148896d22cabcc
uitest/src/com/vaadin/tests/components/AbstractTestUI.java
uitest/src/com/vaadin/tests/push/PushLargeData.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushLargeDataStreaming.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushLargeDataStreamingTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushLargeDataWebsocket.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushLargeDataWebsocketTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/util/LoremIpsum.java