File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/test/java/org/apache/commons/jxpath/ri/model Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838/**
3939 * Abstract superclass for Bean access with JXPath.
4040 */
41- public abstract class BeanModelTestCase extends JXPathTestCase {
41+ public abstract class AbstractBeanModelTest extends JXPathTestCase {
4242 private JXPathContext context ;
4343
4444 @ Override
Original file line number Diff line number Diff line change 1919import org .apache .commons .jxpath .AbstractFactory ;
2020import org .apache .commons .jxpath .JXPathContext ;
2121import org .apache .commons .jxpath .TestBean ;
22- import org .apache .commons .jxpath .ri .model .BeanModelTestCase ;
22+ import org .apache .commons .jxpath .ri .model .AbstractBeanModelTest ;
2323
2424/**
2525 * Tests JXPath with JavaBeans
2626*
2727 */
28- public class BeanModelTest extends BeanModelTestCase {
28+ public class BeanModelTest extends AbstractBeanModelTest {
2929
3030 @ Override
3131 protected Object createContextBean () {
Original file line number Diff line number Diff line change 1919import org .apache .commons .beanutils .WrapDynaBean ;
2020import org .apache .commons .jxpath .AbstractFactory ;
2121import org .apache .commons .jxpath .TestBean ;
22- import org .apache .commons .jxpath .ri .model .BeanModelTestCase ;
22+ import org .apache .commons .jxpath .ri .model .AbstractBeanModelTest ;
2323
2424/**
2525 * Test for support of DynaBeans (see BeanUtils)
2626 */
2727
28- public class DynaBeanModelTest extends BeanModelTestCase {
28+ public class DynaBeanModelTest extends AbstractBeanModelTest {
2929
3030 @ Override
3131 protected Object createContextBean () {
You can’t perform that action at this time.
0 commit comments