1 19 20 package org.netbeans.modules.j2ee.sun.share.configbean.customizers; 21 22 import junit.framework.TestCase; 23 24 28 public class SecurityRoleMappingCustomizerTest extends TestCase { 29 30 public void testCreate() { 31 SecurityRoleMappingCustomizer foo = 32 new SecurityRoleMappingCustomizer(); 33 } 34 35 public SecurityRoleMappingCustomizerTest(String testName) { 36 super(testName); 37 } 38 39 } 40 | Popular Tags |