| org.netbeans.api.java.source.gen.GeneratorTestMDRCompat org.netbeans.api.java.source.gen.PackageTest
PackageTest | public PackageTest(String testName)(Code) | | Creates a new instance of PackageTest
|
suite | public static NbTestSuite suite()(Code) | | |
testChangeDefToNamedPackage | public void testChangeDefToNamedPackage() throws Exception(Code) | | Remove the package declartion, i.e. make the class part of
default package.
|
testChangeDefToNamedPackageWithImport | public void testChangeDefToNamedPackageWithImport() throws Exception(Code) | | Remove the package declartion, i.e. make the class part of
default package.
|
testChangePackage | public void testChangePackage() throws Exception(Code) | | Change package declaration 'package org.nothing;' to
'package com.unit;'.
|
testChangeToDefPackage | public void testChangeToDefPackage() throws Exception(Code) | | Remove the package declartion, i.e. make the class part of
default package.
|
testPackageRenameWithAnnotation | public void testPackageRenameWithAnnotation() throws Exception(Code) | | #93045: Package annotation removed when renaming package
|
Fields inherited from org.netbeans.api.java.source.gen.GeneratorTestMDRCompat | File testFile(Code)(Java Doc)
|
|
|