Add a default test for the Uploader's Avatar.
This commit is contained in:
parent
db6b3b2c29
commit
1db463b55f
|
@ -48,6 +48,11 @@ public final class DefaultTests {
|
||||||
assertExpectedLinkType(expectedService, uploaderUrl, LinkType.CHANNEL);
|
assertExpectedLinkType(expectedService, uploaderUrl, LinkType.CHANNEL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final String uploaderAvatarUrl = streamInfoItem.getUploaderAvatarUrl();
|
||||||
|
if (!isNullOrEmpty(uploaderAvatarUrl)) {
|
||||||
|
assertIsSecureUrl(uploaderAvatarUrl);
|
||||||
|
}
|
||||||
|
|
||||||
assertExpectedLinkType(expectedService, streamInfoItem.getUrl(), LinkType.STREAM);
|
assertExpectedLinkType(expectedService, streamInfoItem.getUrl(), LinkType.STREAM);
|
||||||
|
|
||||||
if (!isNullOrEmpty(streamInfoItem.getTextualUploadDate())) {
|
if (!isNullOrEmpty(streamInfoItem.getTextualUploadDate())) {
|
||||||
|
|
Loading…
Reference in New Issue