File: testBeanWrapper.pass

package info (click to toggle)
libnb-platform18-java 10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 667,920 kB
  • sloc: java: 4,911,908; xml: 540,084; php: 76,736; ansic: 10,266; sh: 5,624; cpp: 4,621; jsp: 3,621; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (60 lines) | stat: -rw-r--r-- 2,602 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Calling GenBeans.doIt
Calling GenBeans.doIt
Bean Tree:
namespaceSample <namespaceSample> : NamespaceSample
	name <name> : java.lang.String
	configProperty <config-property> : ConfigPropertyType[1,n]
		configPropertyName <config-property-name> : java.lang.String
		configPropertyType <config-property-type> : java.lang.String
		description <description> : java.lang.String[0,1]
	moreInfo <more-info> : simple.MoreInfoType
		configProperty <config-property> : simple.ExpandedConfigPropertyType[1,n]
			configPropertyName <config-property-name> : java.lang.String
			configPropertyType <config-property-type> : java.lang.String
			configPropertyValue <config-property-value> : java.lang.String
	simpleConfigProperty <simple-config-property> : simple.ConfigPropertyType[0,1]
		configPropertyName <config-property-name> : java.lang.String
		configPropertyType <config-property-type> : java.lang.String

Compiling
Finished compiling: 0
out: TestBeanWrapper - creating the DOM document
out: TestBeanWrapper - creating the bean graph
out: TestBeanWrapper - bean graph created
out: <?xml version='1.0' encoding='UTF-8' ?>
out: <namespaceSample xmlns='http://anything.org/extension'>
out: 	<name>Bean Wrapper test</name>
out: 	<config-property>
out: 		<config-property-name></config-property-name>
out: 		<config-property-type>int</config-property-type>
out: 	</config-property>
out: 	<more-info>
out: 		<config-property>
out: 			<config-property-name>head</config-property-name>
out: 			<config-property-type>body part</config-property-type>
out: 			<config-property-value>on the door</config-property-value>
out: 		</config-property>
out: 	</more-info>
out: </namespaceSample>
out: TestBeanWrapper - Creating the simple.ConfigPropertyType
out: TestBeanWrapper - scpt is a class simple.ConfigPropertyType
out: <?xml version='1.0' encoding='UTF-8' ?>
out: <namespaceSample xmlns='http://anything.org/extension'>
out: 	<name>Bean Wrapper test</name>
out: 	<config-property>
out: 		<config-property-name></config-property-name>
out: 		<config-property-type>int</config-property-type>
out: 	</config-property>
out: 	<more-info>
out: 		<config-property>
out: 			<config-property-name>head</config-property-name>
out: 			<config-property-type>body part</config-property-type>
out: 			<config-property-value>on the door</config-property-value>
out: 		</config-property>
out: 	</more-info>
out: 	<simple-config-property>
out: 		<config-property-name></config-property-name>
out: 		<config-property-type></config-property-type>
out: 	</simple-config-property>
out: </namespaceSample>
Finished running TestBeanWrapper: 0