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

org.w3.banana.syntax.UriSyntaxJvmTest.scala Maven / Gradle / Ivy

The newest version!
package org.w3.banana.syntax

import org.w3.banana._
import java.net.URL
import zcheck.SpecLite

class UriSyntaxJvmTest[Rdf <: RDF](implicit ops: RDFOps[Rdf]) extends SpecLite {

  import ops._

  "transforming java URLs to Rdf#URI" in {
    val card = "http://bblfish.net/people/henry/card"
    val uri: Rdf#URI = URI(card)

    new URL(card).toUri must_==(uri)
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy