Changes for page Testing-JUnit and TestNG

Last modified by Johann Werner on 2012/08/06 03:19

From version 11.1
edited by Johann Werner
on 2012/08/06 03:19
Change comment: differentiation between normal and bundle-less builds
To version 12.1
edited by Johann Werner
on 2012/08/06 03:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,7 +48,7 @@
48 48  * example.com.app.Application myApp = new example.com.app.Application( ) ;
49 49  * ERXApplication.primeApplication(NSBundle.mainBundle().bundlePath(), null, "example.com.app.Application"); ~/~/(Wonder) or
50 50  * WOApplication.primeApplication(NSBundle.mainBundle().bundlePath(), null, "example.com.app.Application"); ~/~/(No Wonder)
51 -* er.extensions.ERXExtensions.initApp(example.com.app.Application.class, new StringWO:0) ;
51 +* er.extensions.ERXExtensions.initApp(example.com.app.Application.class, new String[WO:0]) ;
52 52  
53 53  One of them may work best in your situation. It may be important for your application to find its main bundle properly, and all the goodies bound up in that main bundle.
54 54  
... ... @@ -60,7 +60,7 @@
60 60  
61 61  A //normal// build means that you have checked the build option //Generate bundles// within the WOLips preferences.
62 62  
63 -[[image:bundle_builds.png]]
63 +[[image:attach:bundle_builds.png]]
64 64  
65 65  First in the //"Arguments"// tab, set your working directory to the build product of your project. For example, for a framework project the working directory should be:
66 66  
... ... @@ -70,7 +70,7 @@
70 70  
71 71  {{/noformat}}
72 72  
73 -For an application it should be (using the handy wolips//dir//loc variable)
73 +For an application it should be (using the handy wolips_dir_loc variable)
74 74  
75 75  {{noformat}}
76 76  
... ... @@ -78,28 +78,26 @@
78 78  
79 79  {{/noformat}}
80 80  
81 -[[image:RunConfig1.jpg]]
81 +[[image:attach:RunConfig1.jpg]]
82 82  
83 83  Then, in the classpath tab, select the //"User Entries"// entry and use the //"Advanced..."// button and select the //"Add Folders"// button.
84 -[[image:RunConfig2.jpg]]
84 +[[image:attach:RunConfig2.jpg]]
85 85  
86 86  Select the //"Java"// folder of your build product. Use the //"Up/Down"// buttons to move this folder at the first position of your classpath.
87 -[[image:RunConfig3.jpg]]
87 +[[image:attach:RunConfig3.jpg]]
88 88  
89 89  {{note title="Be Careful"}}
90 -
91 -If during your tests execution you see error messages such as *cannot cast EOGenericRecord to <your object>* please check that the _"Java"_ folder is at first position in your classpath entries.
92 -
90 +If during your tests execution you see error messages such as **cannot cast EOGenericRecord to <your object>** please check that the //"Java"// folder is at first position in your classpath entries.
93 93  {{/note}}
94 94  
95 95  The last step is to add the parameter //-DNSProjectBundleEnabled=true// to your VM parameters.
96 -[[image:vm_arguments.png]]
94 +[[image:attach:vm_arguments.png]]
97 97  
98 98  === Bundle-less builds ===
99 99  
100 100  A //bundle-less// build means that you have unchecked the build option //Generate bundles// within the WOLips preferences.
101 101  
102 -[[image:bundleless_builds.png]]
100 +[[image:attach:bundleless_builds.png]]
103 103  
104 104  That means that there will be no //build// folder in your project. In that case you must set the working directoy to the default:
105 105