public class ValidateClassLinkageTest extends NbTestCase (Code)
Test that all classes in the system can load and link.
Since the default 64m is not enough to load all IDE classes, run with:
ant -f core/test/build.xml -Dxtest.attribs=emptyide -Dxtest.includes=org/netbeans/core/ValidateClassLinkageTest.class -Dxtest.ide.jvmargs=-XX:MaxPermSize=128m
author: Jesse Glick