/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionSerializationEqualTester.java | 37 actualContents(), in testReserialize() 38 SerializableTester.reserialize(actualContents())); in testReserialize()
|
D | CollectionSerializationTester.java | 38 actualContents(), in testReserialize() 39 SerializableTester.reserialize(actualContents())); in testReserialize()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractContainerTester.java | 52 protected abstract Collection<E> actualContents(); in actualContents() method in AbstractContainerTester 110 Helpers.assertEqualIgnoringOrder(expected, actualContents()); in expectContents() 164 actualContents().contains(element)); in expectMissing()
|
D | AbstractCollectionTester.java | 37 @Override protected Collection<E> actualContents() { in actualContents() method in AbstractCollectionTester 76 assertFalse(message, actualContents().contains(null)); in expectNullMissingWhenNullUnsupported()
|
D | AbstractMapTester.java | 52 @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/ |
D | AbstractStoreFileCommandHandlerTest.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTestCase.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTestCase.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTestCase.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTest.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTest.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTest.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTest.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTestCase.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTest.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTestCase.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTest.groovy | 95 def actualContents = fileEntry.createInputStream().text 96 assert actualContents == contents
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | AbstractMultimapTester.java | 122 protected Collection<Entry<K, V>> actualContents() { in actualContents() method in AbstractMultimapTester
|