Package twisted :: Package test :: Module test_xml :: Class MicroDOMTest
[show private | hide private]
[frames | no frames]

Class MicroDOMTest

TestCase --+
           |
          MicroDOMTest


Method Summary
  assert_(self, condition, message)
(inherited from TestCase)
  assertApproximates(self, first, second, tolerance, msg)
(inherited from TestCase)
  assertEqual(self, first, second, msg)
(inherited from TestCase)
  assertEquals(self, first, second, msg)
(inherited from TestCase)
  assertNotEqual(self, first, second, msg)
(inherited from TestCase)
  assertNotEquals(self, first, second, msg)
(inherited from TestCase)
  assertRaises(self, exception, f, *args, **kwargs)
(inherited from TestCase)
  fail(self, message)
(inherited from TestCase)
  failIf(self, condition, message)
(inherited from TestCase)
  failIfEqual(self, first, second, msg)
(inherited from TestCase)
  failUnless(self, condition, message)
(inherited from TestCase)
  failUnlessEqual(self, first, second, msg)
(inherited from TestCase)
  failUnlessRaises(self, exception, f, *args, **kwargs)
(inherited from TestCase)
  setUp(self)
(inherited from TestCase)
  tearDown(self)
(inherited from TestCase)
  testAttributes(self)
  testAwfulTagSoup(self)
  testCData(self)
  testChildren(self)
  testComment(self)
  testDifferentQuotes(self)
  testDoctype(self)
  testEatingWhitespace(self)
  testEntities(self)
  testErrors(self)
  testMismatchedTags(self)
  testMutate(self)
  testOutput(self)
  testSearch(self)
  testSingletons(self)
  testTameDocument(self)
  testText(self)

Class Variable Summary
list samples

Class Variable Details

samples

Type:
list
Value:
[('<foo/>', '<foo />'),
 ("<foo A='b'>x</foo>", '<foo A="b">x</foo>'),
 ('<foo><BAR /></foo>', '<foo><BAR /></foo>'),
 ('<foo>hello there &amp; yoyoy</foo>', '<foo>hello there &amp; yoyoy<\
/foo>')]                                                               

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:10 2003 http://epydoc.sf.net