Sha256: 4b7d191ef5fc76717baa1c26c0fcb0fc15045bc35ce5f67be40817a131b9296a
Contents?: true
Size: 720 Bytes
Versions: 12
Compression:
Stored size: 720 Bytes
Contents
require File.join(File.dirname(__FILE__), "spec_helper.rb") describe Quickbooks::QbxmlParser do it "should set the schema type during initialization" do end it "should parse a qbxml file and build wrapper classes" do end it "should parse a qbxml string and build wrapper classes" do end it "should process an xml document and build wrapper classes" do end it "should set the attribute value for a leaf node to a literal" do end it "should set the attribute value for a non leaf node to a nested class" do end it "should extract data from a leaf node" do end it "should fetch the wrapper instance for any qbxml node" do end it "should set an objects attribute" do end end
Version data entries
12 entries across 12 versions & 1 rubygems