All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bkahlert.kommons.test.fixtures.HtmlDocumentFixture.kt Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
package com.bkahlert.kommons.test.fixtures

/**
 * An [TextResourceFixture] consisting of HTML code that
 * renders the headline "Hello Headline!", and
 * the paragraph "Hello World!"
 * on a background of horizontal red and white stripes.
 */
public object HtmlDocumentFixture : TextResourceFixture(
    "hello-world.html",
    "text/html",
    """
        
          Hello Title!
        
        
            

Hello Headline!

Hello World!

""".trimIndent() )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy