1 | public class AliasGroupBeanInfoTest↵ | | 1 | public class ↵
|
2 | {↵ | | |
|
|
3 | private AliasGroup↵ | | 2 | BestRowIdentifierAdapterBeanInfoTest extends BaseSQuirreLJUnit4TestCase↵
|
| | | 3 | {↵
|
|
4 | BeanInfo classUnderTest = null;↵ | | 4 | private BestRowIdentifierAdapterBeanInfo classUnderTest = null; ↵
|
5 | ↵ | | 5 | ↵
|
6 | @Before↵ | | 6 | @Before↵
|
7 | public void setUp() throws Exception↵ | | 7 | public void setUp() throws Exception↵
|
8 | {↵ | | 8 | {↵
|
9 | classUnderTest = new AliasGroupBeanInfo();↵ | | 9 | classUnderTest = new BestRowIdentifierAdapterBeanInfo(); ↵
|
10 | }↵ | | 10 | }↵
|
|
11 | @After↵ | | 11 | @After↵
|
12 | public void tearDown() throws Exception↵ | | 12 | public void tearDown() throws Exception↵
|
13 | {↵ | | 13 | {↵
|
14 | classUnderTest = null;↵ | | 14 | classUnderTest = null;↵
|
15 | }↵ | | 15 | }↵
|
|
16 | @Test↵ | | 16 | @Test↵
|
17 | public final void testGetPropertyDescriptors()↵ | | 17 | public void testGetPropertyDescriptors()↵
|
18 | {↵ | | 18 | {↵
|
19 | assertNotNull(classUnderTest.getPropertyDescriptors()) | | 19 | assertNotNull(classUnderTest.getPropertyDescriptors())
|