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 229587 - Provide Support For Creation Of Integration Tests (IT)
Summary: Provide Support For Creation Of Integration Tests (IT)
Status: RESOLVED DUPLICATE of bug 237412
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 15:27 UTC by abien
Modified: 2014-06-04 21:21 UTC (History)
1 user (show)

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 abien 2013-05-10 15:27:21 UTC
Current NetBeans just allows to create a Unit Test class with *Test ending for a given class. It is impossible in the wizard to enter it with the *IT extension.

1. Extend the support (=remove the restriction) and allow classes with *IT ending.
2. Allow Navigation with key bindings (currently cmd+shift+t) between classes and unit test classes OR integration tests classes. 

For background see: http://www.adam-bien.com/roller/abien/entry/a_natural_separation_of_junit
Comment 1 Theofanis Oikonomou 2013-05-15 10:45:04 UTC
(In reply to comment #0)
> Current NetBeans just allows to create a Unit Test class with *Test ending for
> a given class. It is impossible in the wizard to enter it with the *IT
> extension.
> 
> 1. Extend the support (=remove the restriction) and allow classes with *IT
> ending.

at this point I am planning for next release

> 2. Allow Navigation with key bindings (currently cmd+shift+t) between classes
> and unit test classes OR integration tests classes. 

This is solved for junit case in bug 199544

marking as enhancement. Thank you
Comment 2 markiewb 2014-06-04 21:21:29 UTC
(In reply to Theofanis Oikonomou from comment #1)
> (In reply to comment #0)
> > Current NetBeans just allows to create a Unit Test class with *Test ending for
> > a given class. It is impossible in the wizard to enter it with the *IT
> > extension.
> > 
> > 1. Extend the support (=remove the restriction) and allow classes with *IT
> > ending.
> 
> at this point I am planning for next release
> 
It has already been fixed in #237412. Now there is a checkbox "Integration Test" in the "Create/Update Tests" dialog, which changes the postfix to *IT.java

*** This bug has been marked as a duplicate of bug 237412 ***