Class TestResource
In: tests/testresource.rb
Parent: Object

This class holds resources that are read-only, and therefore only need to be created once.

Methods
new   
Attributes
:attlist  [R] 
:bTagEnd  [R] 
:bTagStart  [R] 
:boldText  [R] 
:cdata  [R] 
:comment  [R] 
:doctype  [R] 
:element  [R] 
:entityTag  [R] 
:externalFileName  [R] 
:externalTag  [R] 
:innerTagEnd  [R] 
:innerTagStart  [R] 
:moreTextText  [R] 
:newlineTok  [R] 
:notation  [R] 
:outerEnd  [R] 
:outerStart  [R] 
:pTagEnd  [R] 
:pTagStart  [R] 
:piNoArgs  [R] 
:piWithArgs  [R] 
:simpleTagEnd  [R] 
:simpleTagStart  [R] 
:simpleTextData  [R] 
:textDataWithSub  [R] 
:textText  [R] 
:tricky_substitution_xml  [R] 
:xml  [R] 
:xmlDecl  [R] 
Included modules
Singleton
Public Class methods
new()

Each test that uses this data expects the data to be returned from a tokenizer or parser differently, or in a slightly different order. Therefore we can't set up one single array containing the expected result objects in order.