| |
|
| org.netbeans.perftest.ResourcesTest
ResourcesTest | public class ResourcesTest extends NbTestCase (Code) | | Tests for resources contained in modules.
author: radim |
suite | public static Test suite()(Code) | | |
testImageCanBeRead | public void testImageCanBeRead() throws Exception(Code) | | Historically we had problems with some images.
|
testInappropraiteEntries | public void testInappropraiteEntries() throws Exception(Code) | | Scan for accidentally commited files that get into product
|
testOneInPackage | public void testOneInPackage() throws Exception(Code) | | If package contains only one resource it is not too frendly to our classloaders.
Generally not a big problem OTOH we want to avoid this if this is simple.
|
testUnusualFileSize | public void testUnusualFileSize() throws Exception(Code) | | Too large or too small (empty) files are suspicious.
There should be just couple of them: splash image
|
|
|
|