Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionSerializationEqualTester.java37 actualContents(), in testReserialize()
38 SerializableTester.reserialize(actualContents())); in testReserialize()
DCollectionSerializationTester.java38 actualContents(), in testReserialize()
39 SerializableTester.reserialize(actualContents())); in testReserialize()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractContainerTester.java52 protected abstract Collection<E> actualContents(); in actualContents() method in AbstractContainerTester
110 Helpers.assertEqualIgnoringOrder(expected, actualContents()); in expectContents()
164 actualContents().contains(element)); in expectMissing()
DAbstractCollectionTester.java37 @Override protected Collection<E> actualContents() { in actualContents() method in AbstractCollectionTester
76 assertFalse(message, actualContents().contains(null)); in expectNullMissingWhenNullUnsupported()
DAbstractMapTester.java52 @Override protected Collection<Map.Entry<K, V>> actualContents() { in actualContents() method in AbstractMapTester
175 actualContents().contains(entry)); in expectMissing()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultimapTester.java122 protected Collection<Entry<K, V>> actualContents() { in actualContents() method in AbstractMultimapTester