Searched refs:actualContents (Results 1 - 19 of 19) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionSerializationEqualTester.java37 actualContents(),
38 SerializableTester.reserialize(actualContents()));
H A DCollectionSerializationTester.java38 actualContents(),
39 SerializableTester.reserialize(actualContents()));
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractCollectionTester.java37 @Override protected Collection<E> actualContents() { method in class:AbstractCollectionTester
76 assertFalse(message, actualContents().contains(null));
H A DAbstractContainerTester.java52 protected abstract Collection<E> actualContents(); method in class:AbstractContainerTester
110 Helpers.assertEqualIgnoringOrder(expected, actualContents());
164 actualContents().contains(element));
H A DAbstractMapTester.java52 @Override protected Collection<Map.Entry<K, V>> actualContents() { method in class:AbstractMapTester
175 actualContents().contains(entry));
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A 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/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
96 assert actualContents == contents
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DAbstractMultimapTester.java122 protected Collection<Entry<K, V>> actualContents() { method in class:AbstractMultimapTester
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 368 milliseconds