| Author |
En Effective Tester for Java Beans
|
Landon Blake
Ranch Hand
Joined: Dec 04, 2003
Posts: 121
|
|
I would like to find an effective way to test the JavaBeans I create. I tried to download Sun's Java BeanBuilder, but the webstart on the BeanBuilder page is not working. I downloaded the and unpacked the zip file for the BeanBuildr, but when I executed the builder.jar file I got the "Main Class Not Found" error. Any idea what I need to do to install the BeanBuilder myself? Is there another opensource JavaBean Tester/Editor I should be looking at? Thanks, Landon
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
What do you want to test?
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Landon Blake
Ranch Hand
Joined: Dec 04, 2003
Posts: 121
|
|
I would like to build my beans for others to use, primarily, and I want to make sure they work as JavaBeans. It would also be nice to paste some of my beans together into an apllication to check their functionality as a group. Landon
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26499
|
|
|
You could use junit to write tests to make sure the beans do what they are supposed to.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: En Effective Tester for Java Beans
|
|
|