Overview  Index  Help 

EasyHTMLParserTest0001


structure EasyHTMLParserTest0001 =
struct
  structure Assert = SMLUnit.Assert
  structure Test = SMLUnit.Test
  structure Testee = EasyHTMLParser
  val testGetBodyOfHTML0001
  val testGetBodyOfHTML0002
  val testGetBodyOfHTML0003
  val testGetBodyOfHTML0004
  val suite
end

unit test of structure EasyHTMLParser

       
Value detail

testGetBodyOfHTML0001

val testGetBodyOfHTML0001

test of getBodyOfHTML (normal case)


testGetBodyOfHTML0002

val testGetBodyOfHTML0002

test of getBodyOfHTML (normal case)


testGetBodyOfHTML0003

val testGetBodyOfHTML0003

test of getBodyOfHTML (normal case)


testGetBodyOfHTML0004

val testGetBodyOfHTML0004

test of getBodyOfHTML (normal case)


suite

val suite

 


Overview  Index  Help