[progress Communities] [progress Openedge Abl] Forum Post: Ablunit Test Class Wizard Mystery

  • Thread starter Thread starter GregHiggins
  • Start date Start date
Status
Not open for further replies.
G

GregHiggins

Guest
I have an eclipse project called roughly CoreLibrary. Nothing in CoreLibrary depends on anything in any other project. Inside the CoreLibrary project I have a Utilities folder. Inside that folder I have a classes named abl, find, sessioninfo. The tagline at the top of class abl describes its purpose: Improving ABL one day at a time. I would like to create unit tests for abl methods ( see an earlier post of mine and reference "practice what you preach" ). So, I set up a project for unit testing, added a folder named CoreLibrary and started the ABLUnit Test Class Wizard, I gave the test class the className of ablUnitTest and when to pick the class to test. I put in the utilities folder, where abl.cls reside and interestingly, it shows me about every class in that folder except abl, find, and sessioninfo. How does the ABLUnit Test Class Wizard determine which classes it is going to show? Why would the ABLUnit Test Class Wizard filter my classes based on information not provided by me?

Continue reading...
 
Status
Not open for further replies.
Back
Top