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

clairvoyance.specs2.export.Specs2IndexHtmlFormat.scala Maven / Gradle / Ivy

package clairvoyance.specs2.export

import org.specs2.main.Arguments
import org.specs2.specification._

import scala.xml.NodeSeq

class Specs2IndexHtmlFormat  {

  def printHtml(structures: Seq[SpecificationStructure])(implicit args: Arguments): NodeSeq =
    
      
        Specifications
        
      
      
        
{Specs2SpecificationList.list(structures)}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy