commonMain.com.bkahlert.kommons.test.fixtures.GifImageFixture.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kommons-test Show documentation
Show all versions of kommons-test Show documentation
Kommons Test is a Kotlin Multiplatform Library to ease testing.
package com.bkahlert.kommons.test.fixtures
/**
* A [BinaryResourceFixture] encompassing an image showing a red and white pixel
* in the Graphics Interchange Format (GIF).
*/
@Suppress("SpellCheckingInspection")
public object GifImageFixture : BinaryResourceFixture(
"pixels.gif",
"image/gif",
"R0lGODdhAQADAPABAP////8AACwAAAAAAQADAAACAgxQADs="
)