Home
last modified time | relevance | path

Searched refs:expectedData (Results 1 – 18 of 18) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java375 final byte[] expectedData = new byte[Http2.INITIAL_MAX_FRAME_SIZE]; in maxLengthDataFrame()
376 Arrays.fill(expectedData, (byte) 2); in maxLengthDataFrame()
378 writeMedium(frame, expectedData.length); in maxLengthDataFrame()
382 frame.write(expectedData); in maxLengthDataFrame()
385 assertEquals(frame, sendDataFrame(new Buffer().write(expectedData))); in maxLengthDataFrame()
403 byte[] expectedData = new byte[Http2.INITIAL_MAX_FRAME_SIZE]; in compressedDataFrameWhenSettingDisabled()
404 Arrays.fill(expectedData, (byte) 2); in compressedDataFrameWhenSettingDisabled()
405 Buffer zipped = gzip(expectedData); in compressedDataFrameWhenSettingDisabled()
425 byte[] expectedData = new byte[dataLength]; in readPaddedDataFrame()
426 Arrays.fill(expectedData, (byte) 2); in readPaddedDataFrame()
[all …]
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DMockFutureListener.java60 public void assertSuccess(Object expectedData) throws Throwable { in assertSuccess() argument
65 Assert.assertEquals(expectedData, future.get()); in assertSuccess()
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy198 * @param expectedData - the expected data
200 protected assertSessionData(String expectedData) {
203 assert actual == expectedData
208 * @param expectedData - the expected data
210 protected assertSessionDataWithEndOfLine(String expectedData) {
211 assertSessionData(expectedData + endOfLine())
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy198 * @param expectedData - the expected data
200 protected assertSessionData(String expectedData) {
203 assert actual == expectedData
208 * @param expectedData - the expected data
210 protected assertSessionDataWithEndOfLine(String expectedData) {
211 assertSessionData(expectedData + endOfLine())
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy198 * @param expectedData - the expected data
200 protected assertSessionData(String expectedData) {
203 assert actual == expectedData
208 * @param expectedData - the expected data
210 protected assertSessionDataWithEndOfLine(String expectedData) {
211 assertSessionData(expectedData + endOfLine())
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy198 * @param expectedData - the expected data
200 protected assertSessionData(String expectedData) {
203 assert actual == expectedData
208 * @param expectedData - the expected data
210 protected assertSessionDataWithEndOfLine(String expectedData) {
211 assertSessionData(expectedData + endOfLine())
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy198 * @param expectedData - the expected data
200 protected assertSessionData(String expectedData) {
203 assert actual == expectedData
208 * @param expectedData - the expected data
210 protected assertSessionDataWithEndOfLine(String expectedData) {
211 assertSessionData(expectedData + endOfLine())
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy198 * @param expectedData - the expected data
200 protected assertSessionData(String expectedData) {
203 assert actual == expectedData
208 * @param expectedData - the expected data
210 protected assertSessionDataWithEndOfLine(String expectedData) {
211 assertSessionData(expectedData + endOfLine())
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy197 * @param expectedData - the expected data
199 protected assertSessionData(String expectedData) {
202 assert actual == expectedData
207 * @param expectedData - the expected data
209 protected assertSessionDataWithEndOfLine(String expectedData) {
210 assertSessionData(expectedData + endOfLine())
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy197 * @param expectedData - the expected data
199 protected assertSessionData(String expectedData) {
202 assert actual == expectedData
207 * @param expectedData - the expected data
209 protected assertSessionDataWithEndOfLine(String expectedData) {
210 assertSessionData(expectedData + endOfLine())
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy160 * @param expectedData - the expected data
162 protected assertSessionData(String expectedData) {
165 assert actual == expectedData
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy198 * @param expectedData - the expected data
200 protected assertSessionData(String expectedData) {
203 assert actual == expectedData
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy198 * @param expectedData - the expected data
200 protected assertSessionData(String expectedData) {
203 assert actual == expectedData
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy198 * @param expectedData - the expected data
200 protected assertSessionData(String expectedData) {
203 assert actual == expectedData
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy194 * @param expectedData - the expected data
196 protected assertSessionData(String expectedData) {
199 assert actual == expectedData
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java3949 String expectedData; field in TransliteratorTest.NormTranslitTask
3952 NormTranslitTask(Transliterator translit, String testData, String expectedData) { in NormTranslitTask() argument
3955 this.expectedData = expectedData; in NormTranslitTask()
3961 StringBuffer expectedBuf = new StringBuffer(expectedData); in run()
3972 expectedBuf.append(expectedData); in run()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3945 String expectedData; field in TransliteratorTest.NormTranslitTask
3948 NormTranslitTask(Transliterator translit, String testData, String expectedData) { in NormTranslitTask() argument
3951 this.expectedData = expectedData; in NormTranslitTask()
3957 StringBuffer expectedBuf = new StringBuffer(expectedData); in run()
3968 expectedBuf.append(expectedData); in run()
/external/guice/lib/build/
Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...