This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 71493 - Generate JUnit tests to test an agent
Summary: Generate JUnit tests to test an agent
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: JMX (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Jean-francois Denise
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-17 13:52 UTC by Jean-francois Denise
Modified: 2006-01-17 13:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-francois Denise 2006-01-17 13:52:28 UTC
We are generating JUnit code to test an Mbean. This answers the MBean testing.

When you want to test an Agent, you are on your own. 
You have to create a JUnit test, then an Agent then a Manager then you link all
this together.

I think that we could generate a JUnit test case that handles manager and agent
generation.